summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2019-11-08 14:31:43 +0900
committerHiroshi SHIBATA <[email protected]>2019-11-09 07:32:34 +0900
commitfc1d06b25d0ba3b1fb14b55cbff0218d8298bcf0 ()
tree8f4cb837225cb792c4f78a896963823735ec96f6
parentb5d884922053962c955df1ce54d9dabc98888272 (diff)
Added gemspec for readline gem that is wrapper library for reline and readline extension
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--lib/readline.gemspec23
-rw-r--r--tool/sync_default_gems.rb2
3 files changed, 29 insertions, 0 deletions
@@ -232,6 +232,10 @@ Zachary Scott (zzak)
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
https://.com/ruby/racc
https://rubygems.org/gems/racc
[lib/rdoc.rb, lib/rdoc/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://.com/ruby/rdoc
@@ -0,0 +1,23 @@
@@ -42,6 +42,7 @@
# * https://.com/ruby/net-pop
# * https://.com/ruby/net-smtp
# * https://.com/ruby/cgi
#
require 'fileutils'
@@ -91,6 +92,7 @@ $repositories = {
netpop: "ruby/net-pop",
netsmtp: "ruby/net-smtp",
cgi: "ruby/cgi",
}
def sync_default_gems(gem)