Skip to content

Commit

Permalink
Don't generate docs when installing gem
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Mar 10, 2009
1 parent f797849 commit 4a50857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -53,6 +53,6 @@ end
desc 'Install the package as a gem.'
task :install => [:clean, :package] do
gem = Dir['pkg/*.gem'].first
sh "sudo gem install --local #{gem}"
sh "sudo gem install --no-rdoc --no-ri --local #{gem}"
end

0 comments on commit 4a50857

Please sign in to comment.