ruby-changes:68143
From: rm155 <ko1@a...>
Date: Mon, 27 Sep 2021 19:36:37 +0900 (JST)
Subject: [ruby-changes:68143] 0a38212e57 (master): [ruby/timeout] Freeze VERSION
https://git.ruby-lang.org/ruby.git/commit/?id=0a38212e57 From 0a38212e57fc3c07e5607c5bd79d21c51e5b48d2 Mon Sep 17 00:00:00 2001 From: rm155 <rohitmenon@v...> Date: Fri, 16 Jul 2021 18:23:40 -0400 Subject: [ruby/timeout] Freeze VERSION https://github.com/ruby/timeout/commit/ac7b010c41 --- lib/timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timeout.rb b/lib/timeout.rb index e7b11c0..6a7f538 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" + VERSION = "0.1.1".freeze # Raised by Timeout.timeout when the block times out. class Error < RuntimeError -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/