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

ruby-changes:69306

From: Hiroshi <ko1@a...>
Date: Thu, 21 Oct 2021 20:15:15 +0900 (JST)
Subject: [ruby-changes:69306] 6b08aaf228 (master): [ruby/fileutils] Bump up fileutils version to 1.6.0

https://git.ruby-lang.org/ruby.git/commit/?id=6b08aaf228

From 6b08aaf228d43e42be09742470749c73a134d30f Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 21 Oct 2021 20:14:34 +0900
Subject: [ruby/fileutils] Bump up fileutils version to 1.6.0

https://github.com/ruby/fileutils/commit/918d19e4f2
---
 lib/fileutils.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/fileutils.rb b/lib/fileutils.rb
index 3333307e22..c115005163 100644
--- a/lib/fileutils.rb
+++ b/lib/fileutils.rb
@@ -102,7 +102,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/fileutils.rb#L102
 # <tt>:verbose</tt> flags to methods in FileUtils.
 #
 module FileUtils
-  VERSION = "1.5.0"
+  VERSION = "1.6.0"
 
   def self.private_module_function(name)   #:nodoc:
     module_function name
-- 
cgit v1.2.1


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

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