summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-06-14 17:18:32 +0900
committeraycabta <aycabta@gmail.com>2021-06-22 11:06:00 +0900
commit6a48f62c51bfd59e487bf3ebe01436c43f52c681 (patch)
tree077f2420d62d68c0f6d1d77edb9c13343c6d0f44 /ext
parent4b28fea6ee9682dfad2afa2138c0e5820babadaa (diff)
[ruby/readline-ext] Version 0.1.2
https://github.com/ruby/readline-ext/commit/8541aaccb5
Diffstat (limited to 'ext')
-rw-r--r--ext/readline/readline-ext.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/readline-ext.gemspec b/ext/readline/readline-ext.gemspec
index 55dd591e1a..68a34ff9ce 100644
--- a/ext/readline/readline-ext.gemspec
+++ b/ext/readline/readline-ext.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "readline-ext"
- spec.version = "0.1.1"
+ spec.version = "0.1.2"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]