diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 11:53:33 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-07 12:54:09 +0900 |
commit | 0c55886fc2aad1688dbbb116803f36789f4cde9c (patch) | |
tree | 7614302c431d55fda9a9f5eec0d7586d72d755b9 | |
parent | b94c407f69173d9e9422e655ed96dcc51c296adb (diff) |
[ruby/tempfile] Bump up 0.2.0
https://github.com/ruby/tempfile/commit/d6ddf7881e
-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 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. |