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

Release 0.3.29

This commit is contained in:
geemus 2010-12-06 17:56:21 -08:00
parent 80bff108e3
commit f3b41e77da
3 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
PATH PATH
remote: . remote: .
specs: specs:
fog (0.3.28) fog (0.3.29)
builder builder
excon (>= 0.2.8) excon (>= 0.2.8)
formatador (>= 0.0.16) formatador (>= 0.0.16)
json json
mime-types mime-types
named-parameters (>= 0.0.14) named-parameters (= 0.0.14)
net-ssh (>= 2.0.23) net-ssh (>= 2.0.23)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
ruby-hmac ruby-hmac
@ -42,7 +42,7 @@ DEPENDENCIES
formatador (>= 0.0.16) formatador (>= 0.0.16)
json json
mime-types mime-types
named-parameters (>= 0.0.14) named-parameters (= 0.0.14)
net-ssh (>= 2.0.23) net-ssh (>= 2.0.23)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
rake rake

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.28' s.version = '0.3.29'
s.date = '2010-12-05' s.date = '2010-12-06'
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

@ -19,7 +19,7 @@ module Fog
@mocking = false @mocking = false
unless const_defined?(:VERSION) unless const_defined?(:VERSION)
VERSION = '0.3.28' VERSION = '0.3.29'
end end
module Mock module Mock