mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Promote Shell library to default gems.
* doc/*: Move entry to default gems category from standard library. * lib/shell/*: Added `Shell::VERSION` and re-used it with @RELEASE_VERSION. * test/shell/test_command_processor.rb: added missing require for test library. * tool/sync_default_gems.rb: Support shell library. We need to ignore shellwords.rb when syncing shell* files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6d4a5caa62
commit
d6ec12417a
6 changed files with 32 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
# frozen_string_literal: false
|
||||
require 'test/unit'
|
||||
require 'shell'
|
||||
require 'tmpdir'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue