diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-10-19 20:35:33 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-10-19 20:55:55 +0900 |
commit | a7d07ee90dc1fe650ba40e94d7a1ae64018a98f1 (patch) | |
tree | 487b981f8eaf7ec3eea6d89a83dcbaa2ee453a6c /lib | |
parent | 847eeafd65318166fb0277e13bdbe6b2fd09837a (diff) |
[ruby/tempfile] Bump up tempfile version to 0.1.2
https://github.com/ruby/tempfile/commit/e5ec902256
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tempfile.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.gemspec b/lib/tempfile.gemspec index 4917b997e7..c4f28b2ef7 100644 --- a/lib/tempfile.gemspec +++ b/lib/tempfile.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "tempfile" - spec.version = "0.1.1" + spec.version = "0.1.2" spec.authors = ["Yukihiro Matsumoto"] spec.email = ["[email protected]"] |