diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-20 02:24:59 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-07-20 02:24:59 +0000 |
commit | d6ec12417a1d554825a291dae10e8508a0cbbd06 () | |
tree | 3dff23229c4b4edd033f61a3840f319285ff130f /lib/shell | |
parent | 6d4a5caa6227ab9cc67f039b4dfaaddc0230b372 (diff) |
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
-rw-r--r-- | lib/shell/shell.gemspec | 21 | ||||
-rw-r--r-- | lib/shell/version.rb | 3 |
2 files changed, 23 insertions, 1 deletions
@@ -0,0 +1,21 @@ @@ -11,6 +11,7 @@ # class Shell # :nodoc: - @RELEASE_VERSION = "0.7" @LAST_UPDATE_DATE = "07/03/20" end |