ruby-changes:64060
From: Hiroshi <ko1@a...>
Date: Thu, 10 Dec 2020 18:06:47 +0900 (JST)
Subject: [ruby-changes:64060] 0e73b49b4c (master): Promote webrick to bundled gems
https://git.ruby-lang.org/ruby.git/commit/?id=0e73b49b4c From 0e73b49b4c35a3ae8fd5530a730556b4e4ef4377 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Mon, 2 Nov 2020 19:57:27 +0900 Subject: Promote webrick to bundled gems diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index c097262..8a2fc27 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -293,10 +293,6 @@ Yukihiro Matsumoto (matz) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L293 YAMADA, Akira (akira) https://github.com/ruby/uri https://rubygems.org/gems/uri -[lib/webrick.rb, lib/webrick/*] - Eric Wong (normalperson) - https://bugs.ruby-lang.org/ - https://rubygems.org/gems/webrick [lib/yaml.rb, lib/yaml/*] Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt) https://github.com/ruby/yaml @@ -419,3 +415,5 @@ Yukihiro Matsumoto (matz) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L415 https://github.com/ruby/rbs [typeprof] https://github.com/ruby/typeprof +[lib/webrick.rb, lib/webrick/*] + https://github.com/ruby/webrick diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index d25bfbf..af13b37 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -79,7 +79,6 @@ Tracer:: Outputs a source level execution trace of a Ruby program https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L79 TSort:: Topological sorting using Tarjan's algorithm un.rb:: Utilities to replace common UNIX commands URI:: A Ruby module providing support for Uniform Resource Identifiers -WEBrick:: An HTTP server toolkit for Ruby YAML:: Ruby client library for the Psych YAML implementation WeakRef:: Allows a referenced object to be garbage-collected @@ -117,3 +116,4 @@ REXML:: An XML toolkit for Ruby https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L116 RSS:: Family of libraries that support various formats of XML "feeds" RBS:: RBS is a language to describe the structure of Ruby programs TypeProf:: A type analysis tool for Ruby code based on abstract interpretation +WEBrick:: An HTTP server toolkit for Ruby diff --git a/gems/bundled_gems b/gems/bundled_gems index dba6d67..d97d6f9 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -7,3 +7,4 @@ rexml 3.2.4 https://github.com/ruby/rexml https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L7 rss 0.2.9 https://github.com/ruby/rss 0.2.9 rbs 0.20.1 https://github.com/ruby/rbs typeprof 0.9.0 https://github.com/ruby/typeprof 91567738bea4a9288bfaec8200702bd19e12a17e +webrick 1.6.1 https://github.com/ruby/webrick diff --git a/misc/expand_tabs.rb b/misc/expand_tabs.rb index b091fec..b748ab4 100755 --- a/misc/expand_tabs.rb +++ b/misc/expand_tabs.rb @@ -81,7 +81,6 @@ DEFAULT_GEM_LIBS = %w[ https://github.com/ruby/ruby/blob/trunk/misc/expand_tabs.rb#L81 sync thwait tracer - webrick ] DEFAULT_GEM_EXTS = %w[ diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 7f49642..1874037 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -17,7 +17,6 @@ REPOSITORIES = { https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L17 "io-nonblock": 'ruby/io-nonblock', "io-wait": 'ruby/io-wait', csv: 'ruby/csv', - webrick: 'ruby/webrick', dbm: 'ruby/dbm', gdbm: 'ruby/gdbm', etc: 'ruby/etc', -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/