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

ruby-changes:68457

From: Hiroshi <ko1@a...>
Date: Thu, 14 Oct 2021 20:12:38 +0900 (JST)
Subject: [ruby-changes:68457] 2c75fc915e (master): [ruby/timeout] Bump up timeout version to 0.2.0

https://git.ruby-lang.org/ruby.git/commit/?id=2c75fc915e

From 2c75fc915ee3a784433775959459256e59a3e5d7 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 14 Oct 2021 20:11:55 +0900
Subject: [ruby/timeout] Bump up timeout version to 0.2.0

https://github.com/ruby/timeout/commit/02e792ddd8
---
 lib/timeout.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/timeout.rb b/lib/timeout.rb
index 6a7f538f99..f50e706d4b 100644
--- a/lib/timeout.rb
+++ b/lib/timeout.rb
@@ -23,7 +23,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/timeout.rb#L23
 # Copyright:: (C) 2000  Information-technology Promotion Agency, Japan
 
 module Timeout
-  VERSION = "0.1.1".freeze
+  VERSION = "0.2.0".freeze
 
   # Raised by Timeout.timeout when the block times out.
   class Error < RuntimeError
-- 
cgit v1.2.1


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

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