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

ruby-changes:29998

From: zzak <ko1@a...>
Date: Fri, 19 Jul 2013 11:12:33 +0900 (JST)
Subject: [ruby-changes:29998] zzak:r42050 (trunk): * lib/rake/*: [DOC] Capitalize "Ruby" in documentation

zzak	2013-07-19 11:12:20 +0900 (Fri, 19 Jul 2013)

  New Revision: 42050

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

  Log:
    * lib/rake/*: [DOC] Capitalize "Ruby" in documentation
      Patch by Dave Worth https://github.com/ruby/ruby/pull/341

  Modified files:
    trunk/ChangeLog
    trunk/lib/rake/file_utils_ext.rb
    trunk/lib/rake/testtask.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42049)
+++ ChangeLog	(revision 42050)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jul 19 11:10:23 2013  Zachary Scott  <e@z...>
+
+	* lib/rake/*: [DOC] Capitalize "Ruby" in documentation
+	  Patch by Dave Worth https://github.com/ruby/ruby/pull/341
+
 Fri Jul 19 01:04:14 2013  Tanaka Akira  <akr@f...>
 
 	* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
Index: lib/rake/testtask.rb
===================================================================
--- lib/rake/testtask.rb	(revision 42049)
+++ lib/rake/testtask.rb	(revision 42050)
@@ -64,7 +64,7 @@ module Rake https://github.com/ruby/ruby/blob/trunk/lib/rake/testtask.rb#L64
     #
     attr_accessor :loader
 
-    # Array of commandline options to pass to ruby when running test loader.
+    # Array of commandline options to pass to Ruby when running test loader.
     attr_accessor :ruby_opts
 
     # Explicitly define the list of test files to be included in a
Index: lib/rake/file_utils_ext.rb
===================================================================
--- lib/rake/file_utils_ext.rb	(revision 42049)
+++ lib/rake/file_utils_ext.rb	(revision 42050)
@@ -90,7 +90,7 @@ module Rake https://github.com/ruby/ruby/blob/trunk/lib/rake/file_utils_ext.rb#L90
       oldvalue
     end
 
-    # Use this function to prevent potentially destructive ruby code
+    # Use this function to prevent potentially destructive Ruby code
     # from running when the :nowrite flag is set.
     #
     # Example:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

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