summaryrefslogtreecommitdiff
path: root/lib/csv
AgeCommit message (Expand)Author
2021-10-24[ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm155
2021-10-24[ruby/csv] Use test-unit gem instead of test-framework of ruby repoSutou Kouhei
2021-10-24[ruby/csv] CI: Stop coverage mesurementKenta Murata
2021-10-24[ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei
2021-10-24[ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman
2021-10-24[ruby/csv] Resolve CSV::Converters and HeaderConverters lazySutou Kouhei
2021-10-24[ruby/csv] Bump versionSutou Kouhei
2020-12-27[ruby/csv] Bump versionSutou Kouhei
2020-11-24[ruby/csv] Add support for \r\n with skip_lines: /...$/ againSutou Kouhei
2020-11-24[ruby/csv] Bump versionSutou Kouhei
2020-11-24[ruby/csv] Removed needless editorconfig file (#192)Hiroshi SHIBATA
2020-11-24[ruby/csv] Split recipes into three pages: parsing, generating, filtering (#184)Burdette Lamar
2020-11-24[ruby/csv] Experimenting with recipes in CSV RDoc (#175)Burdette Lamar
2020-11-24[ruby/csv] Enhanced RDoc for CSV::Row (#173)Burdette Lamar
2020-11-24[ruby/csv] Enhanced RDoc for CSV::Row (#171)Burdette Lamar
2020-11-24[ruby/csv] Enhanced RDoc for Row#[]= (#170)Burdette Lamar
2020-11-24[ruby/csv] Enhanced RDoc for Table::Row (#169)Burdette Lamar
2020-11-24[ruby/csv] Don't change initialize_copy's return valueSutou Kouhei
2020-11-24[ruby/csv] Enhanced RDoc for CSV::Table (#165)Burdette Lamar
2020-11-24[ruby/csv] Enhanced RDoc for values_at, <<, and push (#164)Burdette Lamar
2020-11-24[ruby/csv] Enhanced RDoc for Table#[] (#162)Burdette Lamar
2020-11-24[ruby/csv] Bump versionSutou Kouhei
2020-11-24[ruby/csv] Disable stringio >= 0.1.3 dependencySutou Kouhei
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-07-21[ruby/csv] Bump minimum ruby version to 2.5.0 (#159)Gabriel Nagy
2020-07-20[ruby/csv] Bump versionSutou Kouhei
2020-07-20[ruby/csv] Require stringio 0.1.3 or laterSutou Kouhei
2020-07-20[ruby/csv] force_quotes: add support for specifying the target indexes or namesSutou Kouhei
2020-07-20[ruby/csv] Fix an error for `CSV.open` (#131)Koichi ITO
2020-07-20[ruby/csv] Bump versionSutou Kouhei
2020-07-20[ruby/csv] Add missing document files to .gemSutou Kouhei
2020-07-20[ruby/csv] Bump versionSutou Kouhei
2020-07-20[ruby/csv] test scanner: specify encoding explicitlySutou Kouhei
2020-07-20[ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work wit...Sutou Kouhei
2020-07-20[ruby/csv] Bump versionSutou Kouhei
2020-07-20[ruby/csv] Fix a parse bug when split character exists in middle of column valueSutou Kouhei
2020-07-20[ruby/csv] Do not loop forever when skip_lines regexp matches zero length wit...Mike MacDonald
2020-07-20[ruby/csv] Make CSV::Row#dup return a usable Row (#108)Jim Kane
2020-07-20[ruby/csv] Bump versionSutou Kouhei
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-08-30Fix keyword argument separation issues in libJeremy Evans
2019-07-14[ruby/csv] Fix a bug that strip: true removes newlinesKouhei Sutou
2019-07-14[ruby/csv] Bump versionKouhei Sutou
2019-07-14[ruby/csv] Refactor range in delete_suffix (#85)Kazuhiro NISHIYAMA
2019-07-14[ruby/csv] Bump versionKouhei Sutou
2019-07-08Suppress a warning when `write_headers: true`Nobuyoshi Nakada
2019-04-14Import CSV 3.0.8kou
2019-01-25Upgrade CSV to 3.0.4kou
2018-12-23Import CSV 3.0.2kou