8000 Exclude useless files from RDoc · ruby/irb@8f1ab24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f1ab24

Browse files
committed
Exclude useless files from RDoc
1 parent 2bada85 commit 8f1ab24

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.document

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
LICENSE.txt
2+
README.md
3+
doc
4+
lib/**/*.rb

irb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.license = "BSD-2-Clause"
1818

1919
spec.files = [
20+
".document",
2021
"Gemfile",
2122
"LICENSE.txt",
2223
"README.md",
@@ -52,7 +53,6 @@ Gem::Specification.new do |spec|
5253
"lib/irb/init.rb",
5354
"lib/irb/input-method.rb",
5455
"lib/irb/inspector.rb",
55-
"lib/irb/lc/.document",
5656
"lib/irb/lc/error.rb",
5757
"lib/irb/lc/help-message",
5858
"lib/irb/lc/ja/encoding_aliases.rb",

lib/irb/lc/.document

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0