4e4a130720
pkgsrc change: remove restriction for Ruby's version since this package can install without error for All Ruby Version although Ruby 3.1 has the same version in base. 3.2.2 (2021-12-24) Improvements * Added a validation for invalid option combination. [GitHub#225][Patch by adamroyjones] * Improved documentation for developers. [GitHub#227][Patch by Eriko Sugiyama] Fixes * Fixed a bug that all of ARGF contents may not be consumed. [GitHub#228][Reported by Rafael Navaza] * Fixed a bug that some texts may be dropped unexpectedly. [Bug #18245][ruby-core:105587][Reported by Hassan Abdul Rehman] * Thanks - adamroyjones - Eriko Sugiyama - Rafael Navaza - Hassan Abdul Rehman 3.2.1 (2021-10-23) Improvements * doc: Fixed wrong class name. [GitHub#217][Patch by Vince] * Changed to always use "\n" for the default row separator on Ruby 3.0 or later because $INPUT_RECORD_SEPARATOR was deprecated since Ruby 3.0. * Added support for Ractor. [GitHub#218][Patch by rm155] - Users who want to use the built-in converters in non-main Ractors need to call Ractor.make_shareable(CSV::Converters) and/or Ractor.make_shareable(CSV::HeaderConverters) before creating non-main Ractors. * Thanks - Vince - Joakim Antman - rm155 3.2.0 (2021-06-06) Improvements * CSV.open: Added support for :newline option. [GitHub#198][Patch by Nobuyoshi Nakada] * CSV::Table#each: Added support for column mode with duplicated headers. [GitHub#206][Reported by Yaroslav Berezovskiy] * Object#CSV: Added support for Ruby 3.0. * CSV::Row: Added support for pattern matching. [GitHub#207][Patch by Kevin Newton] Fixes * Fixed typos in documentation. [GitHub#196][GitHub#205][Patch by Sampat Badhe] * Thanks - Sampat Badhe - Nobuyoshi Nakada - Yaroslav Berezovskiy - Kevin Newton
44 lines
2 KiB
Text
44 lines
2 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2022/01/16 15:01:48 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/LICENSE.txt
|
|
${GEM_LIBDIR}/NEWS.md
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/doc/csv/arguments/io.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/common/col_sep.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/common/quote_char.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/common/row_sep.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/generating/force_quotes.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/generating/quote_empty.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/generating/write_converters.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/generating/write_empty_value.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/generating/write_headers.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/generating/write_nil_value.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/converters.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/empty_value.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/field_size_limit.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/header_converters.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/headers.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/liberal_parsing.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/nil_value.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/return_headers.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/skip_blanks.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/skip_lines.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/strip.rdoc
|
|
${GEM_LIBDIR}/doc/csv/options/parsing/unconverted_fields.rdoc
|
|
${GEM_LIBDIR}/doc/csv/recipes/filtering.rdoc
|
|
${GEM_LIBDIR}/doc/csv/recipes/generating.rdoc
|
|
${GEM_LIBDIR}/doc/csv/recipes/parsing.rdoc
|
|
${GEM_LIBDIR}/doc/csv/recipes/recipes.rdoc
|
|
${GEM_LIBDIR}/lib/csv.rb
|
|
${GEM_LIBDIR}/lib/csv/core_ext/array.rb
|
|
${GEM_LIBDIR}/lib/csv/core_ext/string.rb
|
|
${GEM_LIBDIR}/lib/csv/delete_suffix.rb
|
|
${GEM_LIBDIR}/lib/csv/fields_converter.rb
|
|
${GEM_LIBDIR}/lib/csv/input_record_separator.rb
|
|
${GEM_LIBDIR}/lib/csv/match_p.rb
|
|
${GEM_LIBDIR}/lib/csv/parser.rb
|
|
${GEM_LIBDIR}/lib/csv/row.rb
|
|
${GEM_LIBDIR}/lib/csv/table.rb
|
|
${GEM_LIBDIR}/lib/csv/version.rb
|
|
${GEM_LIBDIR}/lib/csv/writer.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|