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 csv as bundled gems #9636

Merged
merged 5 commits into from
Jan 22, 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
9 changes: 3 additions & 6 deletions doc/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ have commit right, others don't.
* https://github.com/ruby/cgi
* https://rubygems.org/gems/cgi

#### lib/csv.rb
* Kenta Murata (mrkn)
* Kouhei Sutou (kou)
* https://github.com/ruby/csv
* https://rubygems.org/gems/csv

#### lib/English.rb
* *unmaintained*
* https://github.com/ruby/English
Expand Down Expand Up @@ -468,6 +462,9 @@ have commit right, others don't.
#### syslog
* https://github.com/ruby/syslog

#### csv
* https://github.com/ruby/csv

## 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 @@ -36,7 +36,6 @@ Socket:: Access underlying OS socket implementations
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
CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
DidYouMean:: "Did you mean?" experience in Ruby
English:: Provides references to special global variables with less cryptic names
Expand Down Expand Up @@ -130,3 +129,4 @@ Rinda:: The Linda distributed computing paradigm in Ruby
DRb:: Distributed object system for Ruby
NKF:: Ruby extension for Network Kanji Filter
Syslog:: Ruby interface for the POSIX system logging facility
CSV:: Provides an interface to read and write CSV files and data
1 change: 1 addition & 0 deletions gems/bundled_gems
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ rinda 0.2.0 https://github.com/ruby/rinda
drb 2.2.0 https://github.com/ruby/drb
nkf 0.2.0 https://github.com/ruby/nkf
syslog 0.1.2 https://github.com/ruby/syslog
csv 3.2.8 https://github.com/ruby/csv