From fc1d06b25d0ba3b1fb14b55cbff0218d8298bcf0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 Nov 2019 14:31:43 +0900 Subject: Added gemspec for readline gem that is wrapper library for reline and readline extension --- tool/sync_default_gems.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 3e0bd4eba9..3cd9177e63 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -42,6 +42,7 @@ # * https://github.com/ruby/net-pop # * https://github.com/ruby/net-smtp # * https://github.com/ruby/cgi +# * https://github.com/ruby/readline # require 'fileutils' @@ -91,6 +92,7 @@ $repositories = { netpop: "ruby/net-pop", netsmtp: "ruby/net-smtp", cgi: "ruby/cgi", + readline: "ruby/readline", } def sync_default_gems(gem) -- cgit v1.2.3