[ruby/tempfile] Bump up v0.3.0

https://github.com/ruby/tempfile/commit/2ff9b3ccef
This commit is contained in:
Hiroshi SHIBATA 2024-11-06 16:47:14 +09:00 committed by git
parent 9b287d3b3b
commit 7e167b3225

View File

@ -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.