mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
bumped version and fixed reinstall rake task
This commit is contained in:
parent
3bce2f99de
commit
2cca181652
2 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -108,7 +108,7 @@ task :rmgems => ['ruby:clobber_package']
|
||||||
|
|
||||||
desc "reinstall gem"
|
desc "reinstall gem"
|
||||||
task :reinstall => :gems do
|
task :reinstall => :gems do
|
||||||
sh "gem uninstall pry"
|
sh "gem uninstall pry" rescue nil
|
||||||
sh "gem install #{direc}/pkg/pry-#{Pry::VERSION}.gem"
|
sh "gem install #{direc}/pkg/pry-#{Pry::VERSION}.gem"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
class Pry
|
class Pry
|
||||||
VERSION = "0.9.7.5"
|
VERSION = "0.9.8.0pre1"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue