aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv/writer.rb
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei2021-10-241-1/+2
| | | | https://github.com/ruby/csv/commit/1f9cbc170e
* [ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei2020-07-201-3/+44
| | | | | | | | GitHub: fix GH-153 Reported by Aleksandr. Thanks!!! https://github.com/ruby/csv/commit/8812c58a26
* [ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO2020-07-201-1/+1
| | | | | | | | Follow up to https://github.com/ruby/csv/pull/130/files#r434885191. This PR fixes `ArgumentError` for `CSV.open` when processing invalid byte sequence in UTF-8. https://github.com/ruby/csv/commit/a4b528c209
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-121-0/+11
|
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
|
* Import CSV 3.0.8kou2019-04-141-0/+3
| | | | | | | | This includes performance improvements and backward incompatibility fixes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Upgrade CSV to 3.0.4kou2019-01-251-28/+37
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Import CSV 3.0.2kou2018-12-231-0/+144
This includes performance improvement especially writing. Writing is about 2 times faster. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e