Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.2.21
  • Loading branch information
geemus committed Jul 29, 2010
1 parent c3365f3 commit 0270dce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 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 ## 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.2.20' s.version = '0.2.21'
s.date = '2010-07-25' s.date = '2010-07-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
Expand Down Expand Up @@ -248,7 +248,11 @@ Gem::Specification.new do |s|
lib/fog/go_grid/requests/grid_image_list.rb lib/fog/go_grid/requests/grid_image_list.rb
lib/fog/go_grid/requests/grid_ip_list.rb lib/fog/go_grid/requests/grid_ip_list.rb
lib/fog/go_grid/requests/grid_loadbalancer_list.rb lib/fog/go_grid/requests/grid_loadbalancer_list.rb
lib/fog/go_grid/requests/grid_server_add.rb
lib/fog/go_grid/requests/grid_server_delete.rb
lib/fog/go_grid/requests/grid_server_get.rb
lib/fog/go_grid/requests/grid_server_list.rb lib/fog/go_grid/requests/grid_server_list.rb
lib/fog/go_grid/requests/grid_server_power.rb
lib/fog/hmac.rb lib/fog/hmac.rb
lib/fog/linode.rb lib/fog/linode.rb
lib/fog/linode/bin.rb lib/fog/linode/bin.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Expand Up @@ -41,7 +41,7 @@
module Fog module Fog


unless const_defined?(:VERSION) unless const_defined?(:VERSION)
VERSION = '0.2.20' VERSION = '0.2.21'
end end


module Mock module Mock
Expand Down

0 comments on commit 0270dce

Please sign in to comment.