Skip to content

Commit

Permalink
* lib/rake/*: [DOC] Capitalize "Ruby" in documentation
Browse files Browse the repository at this point in the history
  Patch by Dave Worth ruby#341


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
zzak committed Jul 19, 2013
1 parent ccdc9ec commit 7420110
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fri Jul 19 11:10:23 2013 Zachary Scott <e@zzak.io>

* 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@fsij.org>

* ext/-test-/bignum/intpack.c: Renamed from ext/-test-/bignum/pack.c.
Expand Down
2 changes: 1 addition & 1 deletion lib/rake/file_utils_ext.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def nowrite(value=nil)
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:
Expand Down
2 changes: 1 addition & 1 deletion lib/rake/testtask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class TestTask < TaskLib
#
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
Expand Down

0 comments on commit 7420110

Please sign in to comment.