Skip to content

Commit

Permalink
Removed xmlrpc and net-telnet from the bundled gems.
Browse files Browse the repository at this point in the history
  [Feature #16484][ruby-core:96682]
  • Loading branch information
hsbt committed Jan 16, 2020
1 parent fce54a5 commit 62baad9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions doc/maintainers.rdoc
Expand Up @@ -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]
Expand Down
2 changes: 0 additions & 2 deletions doc/standard_library.rdoc
Expand Up @@ -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"
2 changes: 0 additions & 2 deletions 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

0 comments on commit 62baad9

Please sign in to comment.