[ruby/tempfile] Bump up v0.3.1

https://github.com/ruby/tempfile/commit/297bdf2c8d
This commit is contained in:
Hiroshi SHIBATA 2024-11-18 13:28:37 +09:00 коммит произвёл git
Родитель 6c142d05fa
Коммит 572eebf603
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.