Skip to content

Commit

Permalink
Don't try to remove the gem from working copy at the beginning of Rak…
Browse files Browse the repository at this point in the history
…e install
  • Loading branch information
Luca Guidi committed Jul 12, 2008
1 parent 6366549 commit 028633a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -25,7 +25,6 @@ end
desc 'Build and install the gem (useful for development purposes).'
task :install do
require 'sashimi'
system "rm sashimi-*.gem"
system "gem build sashimi.gemspec"
system "sudo gem uninstall sashimi"
system "sudo gem install --local --no-rdoc --no-ri sashimi-#{Sashimi::VERSION::STRING}.gem"
Expand Down

0 comments on commit 028633a

Please sign in to comment.