mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Add all lib files automatically
https://github.com/ruby/irb/commit/ecc82336b7
This commit is contained in:
parent
2b0e5872c7
commit
f9dc5db38e
1 changed files with 1 additions and 46 deletions
|
@ -28,53 +28,8 @@ Gem::Specification.new do |spec|
|
|||
"doc/irb/irb.rd.ja",
|
||||
"exe/irb",
|
||||
"irb.gemspec",
|
||||
"lib/irb.rb",
|
||||
"lib/irb/cmd/chws.rb",
|
||||
"lib/irb/cmd/fork.rb",
|
||||
"lib/irb/cmd/help.rb",
|
||||
"lib/irb/cmd/info.rb",
|
||||
"lib/irb/cmd/load.rb",
|
||||
"lib/irb/cmd/measure.rb",
|
||||
"lib/irb/cmd/nop.rb",
|
||||
"lib/irb/cmd/pushws.rb",
|
||||
"lib/irb/cmd/subirb.rb",
|
||||
"lib/irb/color.rb",
|
||||
"lib/irb/color_printer.rb",
|
||||
"lib/irb/completion.rb",
|
||||
"lib/irb/context.rb",
|
||||
"lib/irb/easter-egg.rb",
|
||||
"lib/irb/ext/change-ws.rb",
|
||||
"lib/irb/ext/history.rb",
|
||||
"lib/irb/ext/loader.rb",
|
||||
"lib/irb/ext/multi-irb.rb",
|
||||
"lib/irb/ext/save-history.rb",
|
||||
"lib/irb/ext/tracer.rb",
|
||||
"lib/irb/ext/use-loader.rb",
|
||||
"lib/irb/ext/workspaces.rb",
|
||||
"lib/irb/extend-command.rb",
|
||||
"lib/irb/frame.rb",
|
||||
"lib/irb/help.rb",
|
||||
"lib/irb/init.rb",
|
||||
"lib/irb/input-method.rb",
|
||||
"lib/irb/inspector.rb",
|
||||
"lib/irb/lc/error.rb",
|
||||
"lib/irb/lc/help-message",
|
||||
"lib/irb/lc/ja/encoding_aliases.rb",
|
||||
"lib/irb/lc/ja/error.rb",
|
||||
"lib/irb/lc/ja/help-message",
|
||||
"lib/irb/locale.rb",
|
||||
"lib/irb/magic-file.rb",
|
||||
"lib/irb/notifier.rb",
|
||||
"lib/irb/output-method.rb",
|
||||
"lib/irb/ruby-lex.rb",
|
||||
"lib/irb/ruby_logo.aa",
|
||||
"lib/irb/src_encoding.rb",
|
||||
"lib/irb/version.rb",
|
||||
"lib/irb/workspace.rb",
|
||||
"lib/irb/ws-for-case-2.rb",
|
||||
"lib/irb/xmp.rb",
|
||||
"man/irb.1",
|
||||
]
|
||||
] + Dir.glob("lib/**/*")
|
||||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
|
Loading…
Reference in a new issue