diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-18 13:28:37 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-18 04:28:47 +0000 |
commit | 572eebf603877161d46352328752c5c9542ac65b (patch) | |
tree | 3ba2b2275fb3eaf08505bdf24f181afbe699f215 /lib/tempfile.rb | |
parent | 6c142d05fa7446cccffc36d81b3ca98ae6199c83 (diff) |
[ruby/tempfile] Bump up v0.3.1
https://github.com/ruby/tempfile/commit/297bdf2c8d
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 37df96f63a..f3213c5684 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -157,7 +157,7 @@ require 'tmpdir' class Tempfile < DelegateClass(File) # The version - VERSION = "0.3.0" + VERSION = "0.3.1" # Creates a file in the underlying file system; # returns a new \Tempfile object based on that file. |