From 0c55886fc2aad1688dbbb116803f36789f4cde9c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 11:53:33 +0900 Subject: [PATCH] [ruby/tempfile] Bump up 0.2.0 https://github.com/ruby/tempfile/commit/d6ddf7881e --- lib/tempfile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempfile.rb b/lib/tempfile.rb index d53d8c7196..bf57bb68d9 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -88,7 +88,7 @@ require 'tmpdir' # mutex. class Tempfile < DelegateClass(File) - VERSION = "0.1.3" + VERSION = "0.2.0" # Creates a file in the underlying file system; # returns a new \Tempfile object based on that file.