diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-05 16:02:01 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-12-05 07:02:17 +0000 |
commit | f19de1289b4c20b12efe431d124f6988fbaf007f (patch) | |
tree | 609997c290f1c56566aec5ac37424702189f78c6 /lib/tempfile.rb | |
parent | 494e2e4bfb28349a19b4503e37ac11509de1d50e (diff) |
[ruby/tempfile] Bump up 0.2.1
https://github.com/ruby/tempfile/commit/1450bb4f1c
Diffstat (limited to 'lib/tempfile.rb')
-rw-r--r-- | lib/tempfile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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. |