[ruby/tempfile] Bump up v0.3.0
https://github.com/ruby/tempfile/commit/2ff9b3ccef
This commit is contained in:
parent
9b287d3b3b
commit
7e167b3225
@ -157,7 +157,7 @@ require 'tmpdir'
|
|||||||
class Tempfile < DelegateClass(File)
|
class Tempfile < DelegateClass(File)
|
||||||
|
|
||||||
# The version
|
# The version
|
||||||
VERSION = "0.2.1"
|
VERSION = "0.3.0"
|
||||||
|
|
||||||
# Creates a file in the underlying file system;
|
# Creates a file in the underlying file system;
|
||||||
# returns a new \Tempfile object based on that file.
|
# returns a new \Tempfile object based on that file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user