ruby-changes:71952
From: Hiroshi <ko1@a...>
Date: Wed, 25 May 2022 18:08:13 +0900 (JST)
Subject: [ruby-changes:71952] fde4519af8 (master): [ruby/timeout] Bump version to 0.3.0
https://git.ruby-lang.org/ruby.git/commit/?id=fde4519af8 From fde4519af8762fccc8488d1972d984a1c44691f4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 25 May 2022 17:55:14 +0900 Subject: [ruby/timeout] Bump version to 0.3.0 https://github.com/ruby/timeout/commit/f69f954a94 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index 6e7adbd259..996df6e859 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.2.0" + VERSION = "0.3.0" # 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/