Skip to content

Commit

Permalink
- fix backwards compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Apr 25, 2013
1 parent ffc0300 commit bb69c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gembag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb69c94

Please sign in to comment.