Skip to content

Commit 247d51a

Browse files
committed
* .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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent a06f22f commit 247d51a

File tree

7 files changed

+19
-3
lines changed

7 files changed

+19
-3
lines changed

.document

-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@
1010
prelude.rb
1111

1212
# the lib/ directory (which has its own .document file)
13-
1413
lib
1514

16-
1715
# and some of the ext/ directory (which has its own .document file)
18-
1916
ext
2017

2118
# rdoc files

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Wed Jan 16 09:35:53 2013 Eric Hodel <drbrain@segment7.net>
2+
3+
* .document: Removed extra space
4+
* lib/irb/lc/.document: Hide help-message
5+
* lib/minitest/.document: Hide README.txt
6+
* lib/rake/lib/.document: Hide project.rake
7+
* lib/rdoc/generator/template/json_index/.document: Hide JavaScript
8+
files
9+
* lib/rubygems/ssl_certs/.document: Hide PEM files.
10+
111
Wed Jan 16 03:54:28 2013 Eric Hodel <drbrain@segment7.net>
212

313
* doc/syntax/control_expressions.rdoc: Omit optional "then" for if and

lib/irb/lc/.document

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# hide help-message files which contain usage information
2+
error.rb
3+
ja/encoding_aliases.rb
4+
ja/error.rb

lib/minitest/.document

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore README.txt, it is included in the minitest documentation.
2+
*.rb

lib/rake/lib/.document

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ignore project.rake
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ignore all files in this directory

lib/rubygems/ssl_certs/.document

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ignore all files in this directory

0 commit comments

Comments
 (0)