summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-13 00:31:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-13 00:31:12 +0900
commit6c8af6b6f281c73058627eb6906b3399f5062a31 (patch)
tree44216cf777498d5143405ca5b343c0eb04aa0432 /tool
parent49cb2345c657c805762a368cf46a1cbb75c6ca92 (diff)
sync_default_gems.rb: Updated comments
* removed out-of-date and duplicate list * stated that everything synced from github
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb57
1 files changed, 1 insertions, 56 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 51ac521766..77145f5fce 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -1,59 +1,4 @@
-# sync following repositories to ruby repository
-#
-# * https://github.com/rubygems/rubygems
-# * https://github.com/ruby/rdoc
-# * https://github.com/ruby/reline
-# * https://github.com/flori/json
-# * https://github.com/ruby/psych
-# * https://github.com/ruby/fileutils
-# * https://github.com/ruby/fiddle
-# * https://github.com/ruby/stringio
-# * https://github.com/ruby/io-console
-# * https://github.com/ruby/csv
-# * https://github.com/ruby/webrick
-# * https://github.com/ruby/dbm
-# * https://github.com/ruby/gdbm
-# * https://github.com/ruby/etc
-# * https://github.com/ruby/date
-# * https://github.com/ruby/zlib
-# * https://github.com/ruby/fcntl
-# * https://github.com/ruby/strscan
-# * https://github.com/ruby/ipaddr
-# * https://github.com/ruby/logger
-# * https://github.com/ruby/prime
-# * https://github.com/ruby/matrix
-# * https://github.com/ruby/ostruct
-# * https://github.com/ruby/irb
-# * https://github.com/ruby/tracer
-# * https://github.com/ruby/forwardable
-# * https://github.com/ruby/mutex_m
-# * https://github.com/ruby/racc
-# * https://github.com/ruby/singleton
-# * https://github.com/ruby/open3
-# * https://github.com/ruby/getoptlong
-# * https://github.com/ruby/pstore
-# * https://github.com/ruby/delegate
-# * https://github.com/ruby/benchmark
-# * https://github.com/ruby/net-pop
-# * https://github.com/ruby/net-smtp
-# * https://github.com/ruby/cgi
-# * https://github.com/ruby/readline
-# * https://github.com/ruby/readline-ext
-# * https://github.com/ruby/observer
-# * https://github.com/ruby/timeout
-# * https://github.com/ruby/yaml
-# * https://github.com/ruby/uri
-# * https://github.com/ruby/openssl
-# * https://github.com/ruby/did_you_mean
-# * https://github.com/ruby/weakref
-# * https://github.com/ruby/tempfile
-# * https://github.com/ruby/tmpdir
-# * https://github.com/ruby/English
-# * https://github.com/ruby/net-protocol
-# * https://github.com/ruby/net-imap
-# * https://github.com/ruby/net-ftp
-# * https://github.com/ruby/net-http
-#
+# sync upstream github repositories to ruby repository
require 'fileutils'
include FileUtils