From f19de1289b4c20b12efe431d124f6988fbaf007f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 5 Dec 2023 16:02:01 +0900 Subject: [PATCH] [ruby/tempfile] Bump up 0.2.1 https://github.com/ruby/tempfile/commit/1450bb4f1c --- lib/tempfile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempfile.rb b/lib/tempfile.rb index 2a21a427db..cf6085192b 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -88,7 +88,7 @@ require 'tmpdir' # mutex. class Tempfile < DelegateClass(File) - VERSION = "0.2.0" + VERSION = "0.2.1" # Creates a file in the underlying file system; # returns a new \Tempfile object based on that file.