summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 07:34:16 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 07:34:16 +0000
commit80762b9ffee7872d02c94fc5598ea39210bb2879 (patch)
tree8701b3c78ec3e8b58c94538d4fa55545f33def6e /lib
parent31eb48a0ac54f08a3b486cdd359b4b0d1bb9bc2f (diff)
Backport https://github.com/ruby/shell/pull/1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/shell.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/shell.rb b/lib/shell.rb
index fb63717391..77b3b97ed3 100644
--- a/lib/shell.rb
+++ b/lib/shell.rb
@@ -17,6 +17,7 @@ require "forwardable"
require "shell/error"
require "shell/command-processor"
require "shell/process-controller"
+require "shell/version"
# Shell implements an idiomatic Ruby interface for common UNIX shell commands.
#