diff --git a/ChangeLog b/ChangeLog index f75cf921f0..09d7f933ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 23 08:10:05 2008 Eric Hodel + + * lib/rubygems/installer.rb: Fix documentation. [bug#827] + Tue Dec 23 08:04:58 2008 Eric Hodel * gem_prelude.rb: Don't remove methods twice. [bug#555] diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index d719580a0a..259c3ed31e 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -270,11 +270,8 @@ class Gem::Installer 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