mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Don't generate ri or rdoc on rake install
This commit is contained in:
parent
4a4ae231eb
commit
2e189eb2c4
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
|
@ -22,7 +22,7 @@ end
|
|||
|
||||
desc "install the gem locally"
|
||||
task :install => :package do
|
||||
sh %{gem install pkg/#{gemspec.name}-#{gemspec.version}}
|
||||
sh %{gem install pkg/#{gemspec.name}-#{gemspec.version} --no-ri --no-rdoc}
|
||||
end
|
||||
|
||||
desc "validate the gemspec"
|
||||
|
|
|
|||
Loading…
Reference in a new issue