bumped version and fixed reinstall rake task

This commit is contained in:
John Mair 2011-12-15 21:43:47 +13:00
parent 3bce2f99de
commit 2cca181652
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ task :rmgems => ['ruby:clobber_package']
desc "reinstall gem"
task :reinstall => :gems do
sh "gem uninstall pry"
sh "gem uninstall pry" rescue nil
sh "gem install #{direc}/pkg/pry-#{Pry::VERSION}.gem"
end

View File

@ -1,3 +1,3 @@
class Pry
VERSION = "0.9.7.5"
VERSION = "0.9.8.0pre1"
end