Skip to content

Commit

Permalink
don't sudo when installing gem
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 3, 2011
1 parent 75e1040 commit b58bf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -87,7 +87,7 @@ task :release => :build do
puts "You must be on the master branch to release!"
exit!
end
sh "sudo gem install pkg/#{name}-#{version}.gem"
sh "gem install pkg/#{name}-#{version}.gem"
sh "git commit --allow-empty -a -m 'Release #{version}'"
sh "git tag v#{version}"
sh "git push origin master"
Expand Down

0 comments on commit b58bf52

Please sign in to comment.