diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-02-16 09:49:21 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-02-16 00:57:08 +0000 |
commit | 65b6411e9db31591ae2a4928acaa0bc2cc03c427 (patch) | |
tree | c0c99efd11072470beef2647289f749c2d68c4f7 /lib/timeout.rb | |
parent | b03b251aa4b4a7098721f3497f519f1b3e930f62 (diff) |
[ruby/timeout] bump up 0.3.2
https://github.com/ruby/timeout/commit/e1b2448101
Diffstat (limited to 'lib/timeout.rb')
-rw-r--r-- | lib/timeout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/timeout.rb b/lib/timeout.rb index 1d092f7c05..e1107765ab 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -23,7 +23,7 @@ # Copyright:: (C) 2000 Information-technology Promotion Agency, Japan module Timeout - VERSION = "0.3.1" + VERSION = "0.3.2" # Raised by Timeout.timeout when the block times out. class Error < RuntimeError |