- fix backwards compat

This commit is contained in:
Jordan Sissel 2013-04-25 10:16:13 -07:00
parent ffc030092a
commit bb69c949f0

View file

@ -20,7 +20,7 @@ def install_gem(name, requirement, target)
installer.options[:install_dir] = target
# ruby 2.0.0 / rubygems 2.x; disable documentation generation
installer.options[:document].clear
installer.options[:document] = []
begin
installer.execute
rescue Gem::SystemExitException => e