From 7e167b3225312410dcd8c303aa1ca9a904eeff6e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 6 Nov 2024 16:47:14 +0900 Subject: [PATCH] [ruby/tempfile] Bump up v0.3.0 https://github.com/ruby/tempfile/commit/2ff9b3ccef --- lib/tempfile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempfile.rb b/lib/tempfile.rb index 2f8a39cfe5..af953a6c12 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -157,7 +157,7 @@ require 'tmpdir' class Tempfile < DelegateClass(File) # The version - VERSION = "0.2.1" + VERSION = "0.3.0" # Creates a file in the underlying file system; # returns a new \Tempfile object based on that file.