From 80762b9ffee7872d02c94fc5598ea39210bb2879 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 12 Dec 2018 07:34:16 +0000 Subject: [PATCH] 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 --- lib/shell.rb | 1 + 1 file changed, 1 insertion(+) 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. #