Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Sep 29, 2010
1 parent 4c388d0 commit 8a773bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fog (0.3.6)
fog (0.3.7)
builder
excon (>= 0.2.3)
formatador (>= 0.0.15)
Expand Down
6 changes: 3 additions & 3 deletions fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'fog'
s.version = '0.3.6'
s.date = '2010-09-27'
s.version = '0.3.7'
s.date = '2010-09-29'
s.rubyforge_project = 'fog'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -548,7 +548,6 @@ Gem::Specification.new do |s|
spec/aws/models/storage/directory_spec.rb
spec/aws/models/storage/file_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/create_domain_spec.rb
spec/aws/requests/simpledb/delete_attributes_spec.rb
Expand Down Expand Up @@ -650,6 +649,7 @@ Gem::Specification.new do |s|
tests/aws/models/storage/directory_tests.rb
tests/aws/requests/compute/address_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/key_pair_tests.rb
tests/aws/requests/compute/region_tests.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
module Fog

unless const_defined?(:VERSION)
VERSION = '0.3.6'
VERSION = '0.3.7'
end

module Mock
Expand Down

0 comments on commit 8a773bf

Please sign in to comment.