Skip to content

Commit

Permalink
Release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 18, 2010
1 parent 6037202 commit 5e9248a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fog (0.3.8)
fog (0.3.9)
builder
excon (>= 0.2.4)
formatador (>= 0.0.15)
Expand Down
6 changes: 4 additions & 2 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.8'
s.date = '2010-10-14'
s.version = '0.3.9'
s.date = '2010-10-18'
s.rubyforge_project = 'fog'

## Make sure your summary is short. The description may be as long
Expand Down Expand Up @@ -650,9 +650,11 @@ Gem::Specification.new do |s|
spec/vcloud/terremark/ecloud/requests/get_nodes_spec.rb
spec/vcloud/terremark/ecloud/requests/get_public_ip_spec.rb
spec/vcloud/terremark/ecloud/requests/get_public_ips_spec.rb
spec/vcloud/terremark/ecloud/requests/get_vapp_spec.rb
spec/vcloud/terremark/ecloud/requests/get_vdc_spec.rb
spec/vcloud/terremark/ecloud/requests/instantiate_vapp_template_spec.rb
spec/vcloud/terremark/ecloud/requests/login_spec.rb
spec/vcloud/terremark/ecloud/requests/power_on_spec.rb
spec/vcloud/vcloud_spec.rb
tests/aws/helper.rb
tests/aws/models/storage/directory_tests.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Expand Up @@ -24,7 +24,7 @@ module Fog
@mocking = false

unless const_defined?(:VERSION)
VERSION = '0.3.8'
VERSION = '0.3.9'
end

module Mock
Expand Down

0 comments on commit 5e9248a

Please sign in to comment.