From 74201103a9bda8488672c8e7e5f413d4611e356b Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 19 Jul 2013 02:12:20 +0000 Subject: * lib/rake/*: [DOC] Capitalize "Ruby" in documentation Patch by Dave Worth https://github.com/ruby/ruby/pull/341 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rake/file_utils_ext.rb | 2 +- lib/rake/testtask.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a2ca7c6b2..ec3c88fed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 19 11:10:23 2013 Zachary Scott + + * 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 * ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c. diff --git a/lib/rake/file_utils_ext.rb b/lib/rake/file_utils_ext.rb index 386af441d8..b110f0952b 100644 --- a/lib/rake/file_utils_ext.rb +++ b/lib/rake/file_utils_ext.rb @@ -90,7 +90,7 @@ module Rake 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: diff --git a/lib/rake/testtask.rb b/lib/rake/testtask.rb index 19592d80c8..ff4ef3b988 100644 --- a/lib/rake/testtask.rb +++ b/lib/rake/testtask.rb @@ -64,7 +64,7 @@ module Rake # 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 -- cgit v1.2.3