File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fog (0.3.32 )
4
+ fog (0.3.33 )
5
5
builder
6
6
excon (>= 0.3.3 )
7
7
formatador (>= 0.0.16 )
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
## If your rubyforge_project name is different, then edit it and comment out
8
8
## the sub! line in the Rakefile
9
9
s . name = 'fog'
10
- s . version = '0.3.32 '
11
- s . date = '2010-12-21 '
10
+ s . version = '0.3.33 '
11
+ s . date = '2010-12-22 '
12
12
s . rubyforge_project = 'fog'
13
13
14
14
## Make sure your summary is short. The description may be as long
Original file line number Diff line number Diff line change 3
3
module Fog
4
4
5
5
unless const_defined? ( :VERSION )
6
- VERSION = '0.3.32 '
6
+ VERSION = '0.3.33 '
7
7
end
8
8
9
9
end
You can’t perform that action at this time.
0 commit comments