diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-06 16:47:14 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-11-06 07:47:49 +0000 |
commit | 7e167b3225312410dcd8c303aa1ca9a904eeff6e (patch) | |
tree | 0ee233ce43caf268b6b6f9d5bec69ac5834bacbc | |
parent | 9b287d3b3b2cfc194b52102bea3f63a0cb82aa65 (diff) |
[ruby/tempfile] Bump up v0.3.0
https://github.com/ruby/tempfile/commit/2ff9b3ccef
-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 2f8a39cfe5..af953a6c12 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -157,7 +157,7 @@ require 'tmpdir' class Tempfile < DelegateClass(File) # The version - VERSION = "0.2.1" + VERSION = "0.3.0" # Creates a file in the underlying file system; # returns a new \Tempfile object based on that file. |