[ruby/tempfile] Bump up 0.2.0

https://github.com/ruby/tempfile/commit/d6ddf7881e
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 11:53:33 +09:00
parent b94c407f69
commit 0c55886fc2

View File

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