aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tempfile.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-14 14:33:21 +0900
committergit <svn-admin@ruby-lang.org>2022-12-14 05:35:48 +0000
commit067747bb9a959808c47b32393170ca09e0214df4 (patch)
treef4d8906ff41c45bfdff92fb565834ca43889d32f /lib/tempfile.gemspec
parent03927b565b9b6c8578c6a1c6f8e17e72ef82a05e (diff)
downloadruby-067747bb9a959808c47b32393170ca09e0214df4.tar.gz
[ruby/tempfile] Bump version to 0.1.3
https://github.com/ruby/tempfile/commit/99dc1f7058
Diffstat (limited to 'lib/tempfile.gemspec')
-rw-r--r--lib/tempfile.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.gemspec b/lib/tempfile.gemspec
index 1fa4e05196..acb26b68db 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.2"
+ spec.version = "0.1.3"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]