Skip to content

Commit

Permalink
Don't install RDoc when installing locally built gem
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Jan 19, 2009
1 parent b8b4a61 commit ced63f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -72,7 +72,7 @@ end
desc 'Install the package as a gem.'
task :install_gem => [:clean, :package] do
gem_filename = Dir['pkg/*.gem'].first
sh "sudo gem install --local #{gem_filename}"
sh "sudo gem install --no-rdoc --no-ri --local #{gem_filename}"
end

desc "Delete generated RDoc"
Expand Down

0 comments on commit ced63f6

Please sign in to comment.