ruby-changes:59711
From: Hiroshi <ko1@a...>
Date: Thu, 16 Jan 2020 16:57:42 +0900 (JST)
Subject: [ruby-changes:59711] 62baad9fe1 (master): Removed xmlrpc and net-telnet from the bundled gems.
https://git.ruby-lang.org/ruby.git/commit/?id=62baad9fe1 From 62baad9fe17077f8881e8512234cf55563aa9fca Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 16 Jan 2020 16:56:53 +0900 Subject: Removed xmlrpc and net-telnet from the bundled gems. [Feature #16484][ruby-core:96682] diff --git a/NEWS.md b/NEWS.md index 6f8e8a0..9fb9943 100644 --- a/NEWS.md +++ b/NEWS.md @@ -32,6 +32,12 @@ Hash:: https://github.com/ruby/ruby/blob/trunk/NEWS.md#L32 /foo/.frozen? #=> true ``` +* The bundled gems + + * net-telnet and xmlrpc has been removed from the bundled gems. + If you interested in the maintain them, Please comment your plan + to https://github.com/ruby/xmlrpc or https://github.com/ruby/net-telnet. + ### Stdlib compatibility issues (excluding feature bug fixes) ### C API updates diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index 87221bb..bf76fa1 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -339,16 +339,12 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L339 [minitest] https://github.com/seattlerb/minitest -[net-telnet] - https://github.com/ruby/net-telnet [power_assert] https://github.com/k-tsj/power_assert [rake] https://github.com/ruby/rake [test-unit] https://github.com/test-unit/test-unit -[xmlrpc] - https://github.com/ruby/xmlrpc [rexml] https://github.com/ruby/rexml [rss] diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index c9f72a1..38de1cc 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -112,10 +112,8 @@ Zlib:: Ruby interface for the zlib compression/decompression library https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L112 == Libraries MiniTest:: A test suite with TDD, BDD, mocking and benchmarking -Net::Telnet:: Telnet client library for Ruby PowerAssert:: Power Assert for Ruby. Rake:: Ruby build program with capabilities similar to make Test::Unit:: A compatibility layer for MiniTest -XMLRPC:: Remote Procedure Call over HTTP support for Ruby REXML:: An XML toolkit for Ruby RSS:: Family of libraries that support various formats of XML "feeds" diff --git a/gems/bundled_gems b/gems/bundled_gems index 065a624..68bca73 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -1,8 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/gems/bundled_gems#L1 minitest 5.13.0 https://github.com/seattlerb/minitest -net-telnet 0.2.0 https://github.com/ruby/net-telnet power_assert 1.1.5 https://github.com/k-tsj/power_assert rake 13.0.1 https://github.com/ruby/rake test-unit 3.3.4 https://github.com/test-unit/test-unit -xmlrpc 0.3.0 https://github.com/ruby/xmlrpc rexml 3.2.3 https://github.com/ruby/rexml rss 0.2.8 https://github.com/ruby/rss -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/