ruby-changes:9386
From: drbrain <ko1@a...>
Date: Tue, 23 Dec 2008 08:11:25 +0900 (JST)
Subject: [ruby-changes:9386] Ruby:r20924 (trunk): Fix documentation. [bug#827]
drbrain 2008-12-23 08:11:11 +0900 (Tue, 23 Dec 2008) New Revision: 20924 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20924 Log: Fix documentation. [bug#827] Modified files: trunk/ChangeLog trunk/lib/rubygems/installer.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 20923) +++ ChangeLog (revision 20924) @@ -1,3 +1,7 @@ +Tue Dec 23 08:10:05 2008 Eric Hodel <drbrain@s...> + + * lib/rubygems/installer.rb: Fix documentation. [bug#827] + Tue Dec 23 08:04:58 2008 Eric Hodel <drbrain@s...> * gem_prelude.rb: Don't remove methods twice. [bug#555] Index: lib/rubygems/installer.rb =================================================================== --- lib/rubygems/installer.rb (revision 20923) +++ lib/rubygems/installer.rb (revision 20924) @@ -270,11 +270,8 @@ end ## - # Writes the .gemspec specification (in Ruby) to the supplied - # spec_path. - # - # spec:: [Gem::Specification] The Gem specification to output - # spec_path:: [String] The location (path) to write the gemspec to + # Writes the .gemspec specification (in Ruby) to the gem home's + # specifications directory. def write_spec rubycode = @spec.to_ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/