[前][次][番号順一覧][スレッド一覧]

ruby-changes:54133

From: hsbt <ko1@a...>
Date: Wed, 12 Dec 2018 16:34:22 +0900 (JST)
Subject: [ruby-changes:54133] hsbt:r66354 (trunk): Backport https://github.com/ruby/shell/pull/1

hsbt	2018-12-12 16:34:16 +0900 (Wed, 12 Dec 2018)

  New Revision: 66354

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66354

  Log:
    Backport https://github.com/ruby/shell/pull/1

  Modified files:
    trunk/lib/shell.rb
Index: lib/shell.rb
===================================================================
--- lib/shell.rb	(revision 66353)
+++ lib/shell.rb	(revision 66354)
@@ -17,6 +17,7 @@ require "forwardable" https://github.com/ruby/ruby/blob/trunk/lib/shell.rb#L17
 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.
 #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]