We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8897f1d commit a2a647fCopy full SHA for a2a647f
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- fog (0.4.1)
+ fog (0.5.0)
5
builder
6
excon (>= 0.4.0)
7
formatador (>= 0.0.16)
fog.gemspec
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
8
## the sub! line in the Rakefile
9
s.name = 'fog'
10
- s.version = '0.4.1'
11
- s.date = '2011-01-21'
+ s.version = '0.5.0'
+ s.date = '2011-01-27'
12
s.rubyforge_project = 'fog'
13
14
## Make sure your summary is short. The description may be as long
lib/fog.rb
@@ -3,7 +3,7 @@
module Fog
unless const_defined?(:VERSION)
- VERSION = '0.4.1'
+ VERSION = '0.5.0'
end
0 commit comments