[macruby-changes] [2534] MacRuby/trunk/lib/rubygems/commands/install_command.rb

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 10 01:25:15 PDT 2009


Revision: 2534
          http://trac.macosforge.org/projects/ruby/changeset/2534
Author:   lsansonetti at apple.com
Date:     2009-09-10 01:25:15 -0700 (Thu, 10 Sep 2009)
Log Message:
-----------
changed the install command so that rdoc/ri is not generated by default

Modified Paths:
--------------
    MacRuby/trunk/lib/rubygems/commands/install_command.rb

Modified: MacRuby/trunk/lib/rubygems/commands/install_command.rb
===================================================================
--- MacRuby/trunk/lib/rubygems/commands/install_command.rb	2009-09-10 06:19:07 UTC (rev 2533)
+++ MacRuby/trunk/lib/rubygems/commands/install_command.rb	2009-09-10 08:25:15 UTC (rev 2534)
@@ -14,8 +14,8 @@
 
   def initialize
     defaults = Gem::DependencyInstaller::DEFAULT_OPTIONS.merge({
-      :generate_rdoc => true,
-      :generate_ri   => true,
+      :generate_rdoc => false,
+      :generate_ri   => false,
       :format_executable => false,
       :test => false,
       :version => Gem::Requirement.default,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090910/cb25e57a/attachment.html>


More information about the macruby-changes mailing list