Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract base64 as bundled gems #9550

Merged
merged 5 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 3 additions & 5 deletions doc/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ have commit right, others don't.
* https://github.com/ruby/abbrev
* https://rubygems.org/gems/abbrev

#### lib/base64.rb
* Yusuke Endoh (mame)
* https://github.com/ruby/base64
* https://rubygems.org/gems/base64

#### lib/benchmark.rb
* *unmaintained*
* https://github.com/ruby/benchmark
Expand Down Expand Up @@ -483,6 +478,9 @@ have commit right, others don't.
#### lib/getoptlong.rb
* https://github.com/ruby/getoptlong

#### lib/base64.rb
* https://github.com/ruby/base64

## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)
Expand Down
2 changes: 1 addition & 1 deletion doc/standard_library.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Socket:: Access underlying OS socket implementations
== Libraries

Abbrev:: Calculates a set of unique abbreviations for a given set of strings
Base64:: Support for encoding and decoding binary data using a Base64 representation
Benchmark:: Provides methods to measure and report the time used to execute code
Bundler:: Manage your Ruby application's gem dependencies
CGI:: Support for the Common Gateway Interface protocol
Expand Down Expand Up @@ -130,3 +129,4 @@ DEBUGGER__:: Debugging functionality for Ruby
Racc:: A LALR(1) parser generator written in Ruby.
Mutex_m:: Mixin to extend objects to be handled like a Mutex
GetoptLong:: Parse command line options similar to the GNU C getopt_long()
Base64:: Support for encoding and decoding binary data using a Base64 representation
1 change: 1 addition & 0 deletions gems/bundled_gems
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ debug 1.9.1 https://github.com/ruby/debug
racc 1.7.3 https://github.com/ruby/racc
mutex_m 0.2.0 https://github.com/ruby/mutex_m
getoptlong 0.2.1 https://github.com/ruby/getoptlong
base64 0.2.0 https://github.com/ruby/base64
28 changes: 0 additions & 28 deletions lib/base64.gemspec

This file was deleted.