aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-05 16:02:01 +0900
committergit <svn-admin@ruby-lang.org>2023-12-05 07:02:17 +0000
commitf19de1289b4c20b12efe431d124f6988fbaf007f (patch)
tree609997c290f1c56566aec5ac37424702189f78c6 /lib/tempfile.rb
parent494e2e4bfb28349a19b4503e37ac11509de1d50e (diff)
downloadruby-f19de1289b4c20b12efe431d124f6988fbaf007f.tar.gz
[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.rb2
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.