Release 0.3.7

This commit is contained in:
geemus 2010-09-29 11:43:18 -07:00
parent 4c388d0108
commit 8a773bf423
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
fog (0.3.6) fog (0.3.7)
builder builder
excon (>= 0.2.3) excon (>= 0.2.3)
formatador (>= 0.0.15) formatador (>= 0.0.15)

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.6' s.version = '0.3.7'
s.date = '2010-09-27' s.date = '2010-09-29'
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
@ -548,7 +548,6 @@ Gem::Specification.new do |s|
spec/aws/models/storage/directory_spec.rb spec/aws/models/storage/directory_spec.rb
spec/aws/models/storage/file_spec.rb spec/aws/models/storage/file_spec.rb
spec/aws/models/storage/files_spec.rb spec/aws/models/storage/files_spec.rb
spec/aws/requests/compute/describe_images_spec.rb
spec/aws/requests/simpledb/batch_put_attributes_spec.rb spec/aws/requests/simpledb/batch_put_attributes_spec.rb
spec/aws/requests/simpledb/create_domain_spec.rb spec/aws/requests/simpledb/create_domain_spec.rb
spec/aws/requests/simpledb/delete_attributes_spec.rb spec/aws/requests/simpledb/delete_attributes_spec.rb
@ -650,6 +649,7 @@ Gem::Specification.new do |s|
tests/aws/models/storage/directory_tests.rb tests/aws/models/storage/directory_tests.rb
tests/aws/requests/compute/address_tests.rb tests/aws/requests/compute/address_tests.rb
tests/aws/requests/compute/availability_zone_tests.rb tests/aws/requests/compute/availability_zone_tests.rb
tests/aws/requests/compute/image_tests.rb
tests/aws/requests/compute/instance_tests.rb tests/aws/requests/compute/instance_tests.rb
tests/aws/requests/compute/key_pair_tests.rb tests/aws/requests/compute/key_pair_tests.rb
tests/aws/requests/compute/region_tests.rb tests/aws/requests/compute/region_tests.rb

View File

@ -32,7 +32,7 @@ require 'fog/ssh'
module Fog module Fog
unless const_defined?(:VERSION) unless const_defined?(:VERSION)
VERSION = '0.3.6' VERSION = '0.3.7'
end end
module Mock module Mock