File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,6 @@ have commit right, others don't.
88
88
* https://github.com/ruby/cgi
89
89
* https://rubygems.org/gems/cgi
90
90
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
-
97
91
#### lib/English.rb
98
92
* * unmaintained*
99
93
* https://github.com/ruby/English
@@ -468,6 +462,9 @@ have commit right, others don't.
468
462
#### syslog
469
463
* https://github.com/ruby/syslog
470
464
465
+ #### csv
466
+ * https://github.com/ruby/csv
467
+
471
468
## Platform Maintainers
472
469
### mswin64 (Microsoft Windows)
473
470
* NAKAMURA Usaku (usa)
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ Socket:: Access underlying OS socket implementations
36
36
Benchmark:: Provides methods to measure and report the time used to execute code
37
37
Bundler:: Manage your Ruby application's gem dependencies
38
38
CGI:: Support for the Common Gateway Interface protocol
39
- CSV:: Provides an interface to read and write CSV files and data
40
39
Delegator:: Provides three abilities to delegate method calls to an object
41
40
DidYouMean:: "Did you mean?" experience in Ruby
42
41
English:: Provides references to special global variables with less cryptic names
@@ -130,3 +129,4 @@ Rinda:: The Linda distributed computing paradigm in Ruby
130
129
DRb:: Distributed object system for Ruby
131
130
NKF:: Ruby extension for Network Kanji Filter
132
131
Syslog:: Ruby interface for the POSIX system logging facility
132
+ CSV:: Provides an interface to read and write CSV files and data
You can’t perform that action at this time.
0 commit comments