summaryrefslogtreecommitdiff
path: root/lib/csv
AgeCommit message (Expand)Author
2024-01-22Extract csvHiroshi SHIBATA
2023-12-25[ruby/csv] Bump versionSutou Kouhei
2023-10-03[ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata
2023-06-28[ruby/csv] Bump versionSutou Kouhei
2023-06-28[ruby/csv] Fix a bug that the same line is used multiple timesSutou Kouhei
2023-06-28[ruby/csv] Remove nonexistent variableSutou Kouhei
2023-06-28[ruby/csv] parser: add one more traceSutou Kouhei
2023-05-25[ruby/csv] Remove no longer required refinementsMau Magnaguagno
2023-02-21[ruby/csv] Remove unused @double_quote_character from ParserMau Magnaguagno
2022-12-26[ruby/csv] Bump versionSutou Kouhei
2022-12-09Merge csv-3.2.6Hiroshi SHIBATA
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2022-10-12[DOC] Replace the external URIs to docs with rdoc-refNobuyoshi Nakada
2021-12-24[ruby/csv] Revert "parser: fix a keep bug that some texts may be dropped unex...Sutou Kouhei
2021-12-24[ruby/csv] parser: use row separator explicitlySutou Kouhei
2021-12-24[ruby/csv] parser: fix a keep bug that some texts may be dropped unexpectedlySutou Kouhei
2021-12-24[ruby/csv] Fix a bug that all of ARGF contents may not be consumedSutou Kouhei
2021-12-24[ruby/csv] Bump versionSutou Kouhei
2021-12-24[ruby/csv] Add handling for ambiguous parsing options (https://github.com/rub...adamroyjones
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