aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv
Commit message (Collapse)AuthorAgeFilesLines
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-126-50/+113
|
* Fix keyword argument separation issues in libJeremy Evans2019-08-304-5/+5
| | | | Mostly requires adding ** in either calls or method definitions.
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/5540d35a30
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/3976985008
* [ruby/csv] Refactor range in delete_suffix (#85)Kazuhiro NISHIYAMA2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/7ff57a50e8
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
| | | | https://github.com/ruby/csv/commit/312f844693
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
|
* Import CSV 3.0.8kou2019-04-145-87/+439
| | | | | | | | 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-256-45/+103
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Import CSV 3.0.2kou2018-12-237-9/+997
| | | | | | | | 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
* default gems: add missing comment in gemspecstomar2018-10-121-0/+1
| | | | | | | | | | | | | * lib/csv/csv.gemspec: [DOC] add comment for require fallback in Ruby repository. * lib/logger.gemspec: ditto. * lib/prime.gemspec: ditto. * lib/rexml/rexml.gemspec: ditto. * lib/rss/rss.gemspec: ditto. * lib/webrick/webrick.gemspec: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Extracted file list for csv.gemspec.hsbt2018-09-061-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * append newline at EOF.svn2018-09-051-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge csv-3.0.0 from ruby/csv repository.hsbt2018-09-054-4/+14
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use hard-coded file list instead of Dir.glob.hsbt2018-05-091-2/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Revert "Use hard-coded vesion number for CI broken."hsbt2018-05-091-1/+3
| | | | | | This reverts commit f5fef0a80d597f40c2d1a8cc8079bf190039fd6f. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use hard-coded vesion number for CI broken.hsbt2018-05-091-3/+1
| | | | | | https://rubyci.org/logs/rubyci.s3.amazonaws.com/ubuntu/ruby-trunk/log/20180509T063003Z.fail.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fixed file structure for csv.gemspec.hsbt2018-05-091-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * append newline at EOF.svn2018-05-091-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge csv-1.0.2 from upstream.hsbt2018-05-096-0/+814
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e