ruby-changes:26793
From: drbrain <ko1@a...>
Date: Wed, 16 Jan 2013 09:36:36 +0900 (JST)
Subject: [ruby-changes:26793] drbrain:r38845 (trunk): * .document: Removed extra space
drbrain 2013-01-16 09:36:07 +0900 (Wed, 16 Jan 2013) New Revision: 38845 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38845 Log: * .document: Removed extra space * lib/irb/lc/.document: Hide help-message * lib/minitest/.document: Hide README.txt * lib/rake/lib/.document: Hide project.rake * lib/rdoc/generator/template/json_index/.document: Hide JavaScript files * lib/rubygems/ssl_certs/.document: Hide PEM files. Added files: trunk/lib/irb/lc/.document trunk/lib/minitest/.document trunk/lib/rake/lib/.document trunk/lib/rdoc/generator/template/json_index/.document trunk/lib/rubygems/ssl_certs/.document Modified files: trunk/.document trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 38844) +++ ChangeLog (revision 38845) @@ -1,3 +1,13 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jan 16 09:35:53 2013 Eric Hodel <drbrain@s...> + + * .document: Removed extra space + * lib/irb/lc/.document: Hide help-message + * lib/minitest/.document: Hide README.txt + * lib/rake/lib/.document: Hide project.rake + * lib/rdoc/generator/template/json_index/.document: Hide JavaScript + files + * lib/rubygems/ssl_certs/.document: Hide PEM files. + Wed Jan 16 03:54:28 2013 Eric Hodel <drbrain@s...> * doc/syntax/control_expressions.rdoc: Omit optional "then" for if and Index: lib/rake/lib/.document =================================================================== --- lib/rake/lib/.document (revision 0) +++ lib/rake/lib/.document (revision 38845) @@ -0,0 +1 @@ +# Ignore project.rake Property changes on: lib/rake/lib/.document ___________________________________________________________________ Added: svn:eol-style + LF Index: lib/rubygems/ssl_certs/.document =================================================================== --- lib/rubygems/ssl_certs/.document (revision 0) +++ lib/rubygems/ssl_certs/.document (revision 38845) @@ -0,0 +1 @@ +# Ignore all files in this directory Property changes on: lib/rubygems/ssl_certs/.document ___________________________________________________________________ Added: svn:eol-style + LF Index: lib/irb/lc/.document =================================================================== --- lib/irb/lc/.document (revision 0) +++ lib/irb/lc/.document (revision 38845) @@ -0,0 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/irb/lc/.document#L1 +# hide help-message files which contain usage information +error.rb +ja/encoding_aliases.rb +ja/error.rb Property changes on: lib/irb/lc/.document ___________________________________________________________________ Added: svn:eol-style + LF Index: lib/rdoc/generator/template/json_index/.document =================================================================== --- lib/rdoc/generator/template/json_index/.document (revision 0) +++ lib/rdoc/generator/template/json_index/.document (revision 38845) @@ -0,0 +1 @@ +# ignore all files in this directory Property changes on: lib/rdoc/generator/template/json_index/.document ___________________________________________________________________ Added: svn:eol-style + LF Index: lib/minitest/.document =================================================================== --- lib/minitest/.document (revision 0) +++ lib/minitest/.document (revision 38845) @@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/lib/minitest/.document#L1 +# Ignore README.txt, it is included in the minitest documentation. +*.rb Property changes on: lib/minitest/.document ___________________________________________________________________ Added: svn:eol-style + LF Index: .document =================================================================== --- .document (revision 38844) +++ .document (revision 38845) @@ -10,12 +10,9 @@ https://github.com/ruby/ruby/blob/trunk/.document#L10 prelude.rb # the lib/ directory (which has its own .document file) - lib - # and some of the ext/ directory (which has its own .document file) - ext # rdoc files -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/