Skip to content

Commit

Permalink
Release 0.0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 4, 2010
1 parent 98e99c6 commit b1655ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fog.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.0.87' s.version = '0.0.88'
s.date = '2010-05-03' s.date = '2010-05-03'
s.rubyforge_project = 'fog' s.rubyforge_project = 'fog'


Expand Down Expand Up @@ -155,6 +155,7 @@ Gem::Specification.new do |s|
lib/fog/aws/requests/ec2/detach_volume.rb lib/fog/aws/requests/ec2/detach_volume.rb
lib/fog/aws/requests/ec2/disassociate_address.rb lib/fog/aws/requests/ec2/disassociate_address.rb
lib/fog/aws/requests/ec2/get_console_output.rb lib/fog/aws/requests/ec2/get_console_output.rb
lib/fog/aws/requests/ec2/modify_image_attributes.rb
lib/fog/aws/requests/ec2/reboot_instances.rb lib/fog/aws/requests/ec2/reboot_instances.rb
lib/fog/aws/requests/ec2/release_address.rb lib/fog/aws/requests/ec2/release_address.rb
lib/fog/aws/requests/ec2/revoke_security_group_ingress.rb lib/fog/aws/requests/ec2/revoke_security_group_ingress.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
module Fog module Fog


unless const_defined?(:VERSION) unless const_defined?(:VERSION)
VERSION = '0.0.87' VERSION = '0.0.88'
end end


module Mock module Mock
Expand Down

0 comments on commit b1655ab

Please sign in to comment.