Skip to content

Commit

Permalink
bumping the version in the deployment.rake file
Browse files Browse the repository at this point in the history
Signed-off-by: Bodaniel Jeanes <me@bjeanes.com>
  • Loading branch information
Simon COURTOIS authored and bjeanes committed Aug 30, 2009
1 parent 5d00f2b commit e32be5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/deployment.rake
@@ -1,7 +1,7 @@
require File.dirname(__FILE__) + '/rake_helper'

GEM = "ghost"
GEM_VERSION = [0,2,0]
GEM_VERSION = [0,2,2]
GEM_PLATFORM = "universal-darwin-9" # perhaps other *darwin* platforms...
AUTHOR = "Bodaniel Jeanes"
EMAIL = "me@bjeanes.com"
Expand Down Expand Up @@ -60,4 +60,4 @@ task :readme do
end

desc "Clean packages (alias for clobber_package)"
task :clean => :clobber_package
task :clean => :clobber_package

0 comments on commit e32be5c

Please sign in to comment.