Skip to content

Commit

Permalink
Release 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 4, 2010
1 parent 906c292 commit 6c66487
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fog (0.3.15)
fog (0.3.16)
builder
excon (>= 0.2.4)
formatador (>= 0.0.15)
Expand Down
32 changes: 21 additions & 11 deletions fog.gemspec
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.15'
s.date = '2010-11-03'
s.version = '0.3.16'
s.date = '2010-11-04'
s.rubyforge_project = 'fog'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -579,10 +579,6 @@ Gem::Specification.new do |s|
spec/aws/models/compute/snapshots_spec.rb
spec/aws/models/compute/volume_spec.rb
spec/aws/models/compute/volumes_spec.rb
spec/aws/models/storage/directories_spec.rb
spec/aws/models/storage/directory_spec.rb
spec/aws/models/storage/file_spec.rb
spec/aws/models/storage/files_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 All @@ -596,10 +592,6 @@ Gem::Specification.new do |s|
spec/bluebox/models/compute/server_spec.rb
spec/bluebox/models/compute/servers_spec.rb
spec/compact_progress_bar_formatter.rb
spec/google/models/storage/directories_spec.rb
spec/google/models/storage/directory_spec.rb
spec/google/models/storage/file_spec.rb
spec/google/models/storage/files_spec.rb
spec/google/requests/storage/copy_object_spec.rb
spec/google/requests/storage/delete_bucket_spec.rb
spec/google/requests/storage/delete_object_spec.rb
Expand Down Expand Up @@ -665,7 +657,10 @@ Gem::Specification.new do |s|
spec/vcloud/terremark/ecloud/requests/power_on_spec.rb
spec/vcloud/vcloud_spec.rb
tests/aws/helper.rb
tests/aws/models/storage/directories_tests.rb
tests/aws/models/storage/directory_tests.rb
tests/aws/models/storage/file_tests.rb
tests/aws/models/storage/files_tests.rb
tests/aws/requests/compute/address_tests.rb
tests/aws/requests/compute/availability_zone_tests.rb
tests/aws/requests/compute/image_tests.rb
Expand All @@ -684,16 +679,31 @@ Gem::Specification.new do |s|
tests/bluebox/requests/compute/template_tests.rb
tests/go_grid/helper.rb
tests/go_grid/requests/compute/image_tests.rb
tests/google/models/storage/directories_tests.rb
tests/google/models/storage/directory_tests.rb
tests/google/models/storage/file_tests.rb
tests/google/models/storage/files_tests.rb
tests/helper.rb
tests/helper_tests.rb
tests/helpers/model_helper.rb
tests/helpers/storage/directories_tests.rb
tests/helpers/storage/directory_tests.rb
tests/helpers/storage/file_tests.rb
tests/helpers/storage/files_tests.rb
tests/linode/helper.rb
tests/linode/requests/compute/datacenter_tests.rb
tests/linode/requests/compute/distribution_tests.rb
tests/linode/requests/compute/linode_tests.rb
tests/linode/requests/compute/linodeplans_tests.rb
tests/local/models/storage/directories_tests.rb
tests/local/models/storage/directory_tests.rb
tests/local/models/storage/file_tests.rb
tests/local/models/storage/files_tests.rb
tests/lorem.txt
tests/rackspace/helper.rb
tests/rackspace/models/storage/directories_tests.rb
tests/rackspace/models/storage/directory_tests.rb
tests/rackspace/models/storage/file_tests.rb
tests/rackspace/models/storage/files_tests.rb
tests/rackspace/requests/compute/address_tests.rb
tests/rackspace/requests/compute/flavor_tests.rb
tests/rackspace/requests/compute/image_tests.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Expand Up @@ -18,7 +18,7 @@ module Fog
@mocking = false

unless const_defined?(:VERSION)
VERSION = '0.3.15'
VERSION = '0.3.16'
end

module Mock
Expand Down

0 comments on commit 6c66487

Please sign in to comment.