mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed rake reinstall task
This commit is contained in:
parent
2cca181652
commit
79b1641fec
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -109,7 +109,7 @@ task :rmgems => ['ruby:clobber_package']
|
|||
desc "reinstall gem"
|
||||
task :reinstall => :gems do
|
||||
sh "gem uninstall pry" rescue nil
|
||||
sh "gem install #{direc}/pkg/pry-#{Pry::VERSION}.gem"
|
||||
sh "gem install #{File.dirname(__FILE__)}/pkg/pry-#{Pry::VERSION}.gem"
|
||||
end
|
||||
|
||||
desc "build and push latest gems"
|
||||
|
|
Loading…
Reference in a new issue