summaryrefslogtreecommitdiff
path: root/ext/readline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-12-25 10:31:03 +0900
committeraycabta <aycabta@gmail.com>2019-12-25 10:53:44 +0900
commit999a2819a75e40aec405e088d01b12eda341025d (patch)
tree328867564028949ea50b4766401d156aaf7af892 /ext/readline
parent246242700867ed3fdce8288897d74bd261379018 (diff)
[ruby/readline-ext] Version 0.1.0
https://github.com/ruby/readline-ext/commit/f5abaf5be1
Diffstat (limited to 'ext/readline')
-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 4d4d4b2dd9..a611a8ea9a 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.pre.1"
+ spec.version = "0.1.0"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]