summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:52:37 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:52:37 +0000
commit299340c27000cd105ea3331579d50ee238f419e1 (patch)
tree9a853057090ab18d8b20d22d9a4433fbf128dcd6
parente8cc8a8120715bd47da679127ceb89844400051f (diff)
merges r20924 from trunk into ruby_1_9_1.
Fix documentation. [bug#827] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/rubygems/installer.rb7
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ba116df3c5..190aa4c7f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 23 08:10:05 2008 Eric Hodel <drbrain@segment7.net>
+
+ * lib/rubygems/installer.rb: Fix documentation. [bug#827]
+
Tue Dec 23 08:04:58 2008 Eric Hodel <drbrain@segment7.net>
* 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