aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 16:01:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 16:29:16 +0900
commitcf14592872684956df7c014de0f9808c8aaf0e22 (patch)
tree89f37153853f0e4818e0b636a3a13a2748f4c35e /ext
parent856f9990a90e601ec5245a934d1da153591fcf3b (diff)
downloadruby-cf14592872684956df7c014de0f9808c8aaf0e22.tar.gz
[ruby/readline-ext] Prepare to gem release
https://github.com/ruby/readline-ext/commit/e5b969215a
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 a611a8ea9a..4d4d4b2dd9 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.0"
+ spec.version = "0.1.0.pre.1"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]