summaryrefslogtreecommitdiff
path: root/lib/shell
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-20 02:24:59 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-20 02:24:59 +0000
commitd6ec12417a1d554825a291dae10e8508a0cbbd06 ()
tree3dff23229c4b4edd033f61a3840f319285ff130f /lib/shell
parent6d4a5caa6227ab9cc67f039b4dfaaddc0230b372 (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.gemspec21
-rw-r--r--lib/shell/version.rb3
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