mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Exclude useless files from RDoc
https://github.com/ruby/irb/commit/8f1ab2400c
This commit is contained in:
parent
7e2ed7d1aa
commit
ac1f4fa469
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
|
|||
spec.license = "BSD-2-Clause"
|
||||
|
||||
spec.files = [
|
||||
".document",
|
||||
"Gemfile",
|
||||
"LICENSE.txt",
|
||||
"README.md",
|
||||
|
@ -52,7 +53,6 @@ Gem::Specification.new do |spec|
|
|||
"lib/irb/init.rb",
|
||||
"lib/irb/input-method.rb",
|
||||
"lib/irb/inspector.rb",
|
||||
"lib/irb/lc/.document",
|
||||
"lib/irb/lc/error.rb",
|
||||
"lib/irb/lc/help-message",
|
||||
"lib/irb/lc/ja/encoding_aliases.rb",
|
||||
|
|
Loading…
Reference in a new issue