summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-19 20:35:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-19 20:55:55 +0900
commita7d07ee90dc1fe650ba40e94d7a1ae64018a98f1 (patch)
tree487b981f8eaf7ec3eea6d89a83dcbaa2ee453a6c
parent847eeafd65318166fb0277e13bdbe6b2fd09837a (diff)
[ruby/tempfile] Bump up tempfile version to 0.1.2
https://github.com/ruby/tempfile/commit/e5ec902256
-rw-r--r--lib/tempfile.gemspec2
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 = ["matz@ruby-lang.org"]