summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-16 16:56:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-16 16:56:53 +0900
commit62baad9fe17077f8881e8512234cf55563aa9fca (patch)
tree1c3f6d68e9a85c3ad28aa1a327376fb79612896e
parentfce54a5404139a77bd0b7d6f82901083fcb16f1e (diff)
Removed xmlrpc and net-telnet from the bundled gems.
[Feature #16484][ruby-core:96682]
-rw-r--r--NEWS.md6
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
-rw-r--r--gems/bundled_gems2
4 files changed, 6 insertions, 8 deletions
diff --git a/NEWS.md b/NEWS.md
index 6f8e8a01f9..9fb9943ed9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -32,6 +32,12 @@ Hash::
/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 87221bb8f9..bf76fa1b20 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -339,16 +339,12 @@ Zachary Scott (zzak)
[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 c9f72a13c5..38de1cc754 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -112,10 +112,8 @@ Zlib:: Ruby interface for the zlib compression/decompression library
== 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 065a6241d2..68bca73d54 100644
--- a/gems/bundled_gems
+++ b/gems/bundled_gems
@@ -1,8 +1,6 @@
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