1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Release 0.4.0

This commit is contained in:
geemus 2011-01-05 11:24:00 -08:00
parent 55618a4eb1
commit ae7d079217
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
fog (0.3.34) fog (0.4.0)
builder builder
excon (>= 0.3.7) excon (>= 0.3.7)
formatador (>= 0.0.16) formatador (>= 0.0.16)

View file

@ -7,8 +7,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out ## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile ## the sub! line in the Rakefile
s.name = 'fog' s.name = 'fog'
s.version = '0.3.34' s.version = '0.4.0'
s.date = '2010-12-23' s.date = '2011-01-05'
s.rubyforge_project = 'fog' s.rubyforge_project = 'fog'
## Make sure your summary is short. The description may be as long ## Make sure your summary is short. The description may be as long

View file

@ -3,7 +3,7 @@ require File.join(File.dirname(__FILE__), 'fog', 'core')
module Fog module Fog
unless const_defined?(:VERSION) unless const_defined?(:VERSION)
VERSION = '0.3.34' VERSION = '0.4.0'
end end
end end