Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Don't attempt to generate ri/rdoc docs for gem build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Jan 21, 2016
1 parent 8e3a563 commit f4bb42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gems/bin/run-yard.rb
Expand Up @@ -6,6 +6,7 @@ def force_require(gem_name, version)
installer.options[:version] = version
installer.options[:generate_rdoc] = false
installer.options[:generate_ri] = false
installer.options[:document] = []
retry_count = 0
begin
installer.execute
Expand Down

0 comments on commit f4bb42c

Please sign in to comment.