[前][次][番号順一覧][スレッド一覧]

ruby-changes:9469

From: yugui <ko1@a...>
Date: Thu, 25 Dec 2008 18:53:03 +0900 (JST)
Subject: [ruby-changes:9469] Ruby:r21007 (ruby_1_9_1): merges r20924 from trunk into ruby_1_9_1.

yugui	2008-12-25 18:52:37 +0900 (Thu, 25 Dec 2008)

  New Revision: 21007

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21007

  Log:
    merges r20924 from trunk into ruby_1_9_1.
    Fix documentation.  [bug#827]

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/lib/rubygems/installer.rb

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 21006)
+++ ruby_1_9_1/ChangeLog	(revision 21007)
@@ -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: ruby_1_9_1/lib/rubygems/installer.rb
===================================================================
--- ruby_1_9_1/lib/rubygems/installer.rb	(revision 21006)
+++ ruby_1_9_1/lib/rubygems/installer.rb	(revision 21007)
@@ -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/

[前][次][番号順一覧][スレッド一覧]