summaryrefslogtreecommitdiff
path: root/lib/csv
Commit message (Expand)AuthorAgeFilesLines
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-242-6/+7
* [ruby/csv] Use test-unit gem instead of test-framework of ruby repoSutou Kouhei2021-10-241-0/+1
* [ruby/csv] CI: Stop coverage mesurementKenta Murata2021-10-241-1/+0
* [ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei2021-10-243-2/+35
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-241-4/+4
* [ruby/csv] Resolve CSV::Converters and HeaderConverters lazySutou Kouhei2021-10-241-2/+6
* [ruby/csv] Bump versionSutou Kouhei2021-10-241-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-12-271-1/+1
* [ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei2020-11-241-0/+1
* [ruby/csv] Bump versionSutou Kouhei2020-11-241-1/+1
* [ruby/csv] Removed needless editorconfig file (#192)Hiroshi SHIBATA2020-11-241-0/+0
* [ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184)Burdette Lamar2020-11-241-1/+8
* [ruby/csv] Experimenting with recipes in CSV RDoc (#175)Burdette Lamar2020-11-241-0/+1
* [ruby/csv] Enhanced RDoc for CSV::Row (#173)Burdette Lamar2020-11-241-10/+44
* [ruby/csv] Enhanced RDoc for CSV::Row (#171)Burdette Lamar2020-11-242-31/+119
* [ruby/csv] Enhanced RDoc for Row#[]= (#170)Burdette Lamar2020-11-241-10/+47
* [ruby/csv] Enhanced RDoc for Table::Row (#169)Burdette Lamar2020-11-241-26/+100
* [ruby/csv] Don't change initialize_copy's return valueSutou Kouhei2020-11-241-1/+2
* [ruby/csv] Enhanced RDoc for CSV::Table (#165)Burdette Lamar2020-11-241-18/+101
* [ruby/csv] Enhanced RDoc for values_at, <<, and push (#164)Burdette Lamar2020-11-241-15/+74
* [ruby/csv] Enhanced RDoc for Table#[] (#162)Burdette Lamar2020-11-241-8/+85
* [ruby/csv] Bump versionSutou Kouhei2020-11-241-1/+1
* [ruby/csv] Disable stringio >= 0.1.3 dependencySutou Kouhei2020-11-241-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [ruby/csv] Bump minimum ruby version to 2.5.0 (#159)Gabriel Nagy2020-07-211-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] Require stringio 0.1.3 or laterSutou Kouhei2020-07-201-0/+1
* [ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei2020-07-201-3/+44
* [ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO2020-07-201-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] Add missing document files to .gemSutou Kouhei2020-07-201-13/+24
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] test scanner: specify encoding explicitlySutou Kouhei2020-07-201-1/+1
* [ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei2020-07-201-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* [ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei2020-07-201-3/+8
* [ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald2020-07-201-1/+1
* [ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane2020-07-201-1/+1
* [ruby/csv] Bump versionSutou Kouhei2020-07-201-1/+1
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-126-50/+113
* Fix keyword argument separation issues in libJeremy Evans2019-08-304-5/+5
* [ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou2019-07-141-1/+1
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
* [ruby/csv] Refactor range in delete_suffix (#85)Kazuhiro NISHIYAMA2019-07-141-1/+1
* [ruby/csv] Bump versionKouhei Sutou2019-07-141-1/+1
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
* Import CSV 3.0.8kou2019-04-145-87/+439
* Upgrade CSV to 3.0.4kou2019-01-256-45/+103
* Import CSV 3.0.2kou2018-12-237-9/+997