Skip to content

Commit 92141d6

Browse files
committed
Document about csv at Ruby 3.4
1 parent f2dce4e commit 92141d6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

doc/maintainers.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ have commit right, others don't.
8888
* https://github.com/ruby/cgi
8989
* https://rubygems.org/gems/cgi
9090

91-
#### lib/csv.rb
92-
* Kenta Murata (mrkn)
93-
* Kouhei Sutou (kou)
94-
* https://github.com/ruby/csv
95-
* https://rubygems.org/gems/csv
96-
9791
#### lib/English.rb
9892
* *unmaintained*
9993
* https://github.com/ruby/English
@@ -468,6 +462,9 @@ have commit right, others don't.
468462
#### syslog
469463
* https://github.com/ruby/syslog
470464

465+
#### csv
466+
* https://github.com/ruby/csv
467+
471468
## Platform Maintainers
472469
### mswin64 (Microsoft Windows)
473470
* NAKAMURA Usaku (usa)

doc/standard_library.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Socket:: Access underlying OS socket implementations
3636
Benchmark:: Provides methods to measure and report the time used to execute code
3737
Bundler:: Manage your Ruby application's gem dependencies
3838
CGI:: Support for the Common Gateway Interface protocol
39-
CSV:: Provides an interface to read and write CSV files and data
4039
Delegator:: Provides three abilities to delegate method calls to an object
4140
DidYouMean:: "Did you mean?" experience in Ruby
4241
English:: Provides references to special global variables with less cryptic names
@@ -130,3 +129,4 @@ Rinda:: The Linda distributed computing paradigm in Ruby
130129
DRb:: Distributed object system for Ruby
131130
NKF:: Ruby extension for Network Kanji Filter
132131
Syslog:: Ruby interface for the POSIX system logging facility
132+
CSV:: Provides an interface to read and write CSV files and data

0 commit comments

Comments
 (0)