pkgsrc/math/ruby-roo/PLIST

98 lines
3.7 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.3 2017/01/07 22:26:46 wiz Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.codeclimate.yml
Update ruby-roo to 2.5.1. ## [2.5.1] 2016-08-26 ### Fixed - Fixed NameError. [337](https://github.com/roo-rb/roo/pull/337) ## [2.5.0] 2016-08-21 ### Fixed - Remove tempdirs via finalizers on garbage collection. This cleans them up in all known cases, rather than just when the #close method is called. The #close method can be used to cleanup early. [329](https://github.com/roo-rb/roo/pull/329) - Fixed README.md typo [318](https://github.com/roo-rb/roo/pull/318) - Parse sheets in ODS files once to improve performance [320](https://github.com/roo-rb/roo/pull/320) - Fix some Cell conversion issues [324](https://github.com/roo-rb/roo/pull/324) and [331](https://github.com/roo-rb/roo/pull/331) - Improved memory performance [332](https://github.com/roo-rb/roo/pull/332) - Added `no_hyperlinks` option to improve streamig performance [319](https://github.com/roo-rb/roo/pull/319) and [333](https://github.com/roo-rb/roo/pull/333) ### Deprecations - Roo::Base::TEMP_PREFIX should be accessed via Roo::TEMP_PREFIX - The private Roo::Base#make_tempdir is now available at the class level in classes that use tempdirs, added via Roo::Tempdir ======= ### Added - Discard hiperlinks lookups to allow streaming parsing without loading whole files ## [2.4.0] 2016-05-14 ### Fixed - Fixed opening spreadsheets with charts [315](https://github.com/roo-rb/roo/pull/315) - Fixed memory issues for Roo::Utils.number_to_letter [308](https://github.com/roo-rb/roo/pull/308) - Fixed Roo::Excelx::Cell::Number to recognize floating point numbers [306](https://github.com/roo-rb/roo/pull/306) - Fixed version number in Readme.md [304](https://github.com/roo-rb/roo/pull/304) ### Added - Added initial support for HTML formatting [278](https://github.com/roo-rb/roo/pull/278)
2016-10-15 16:45:17 +02:00
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.simplecov
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
Update ruby-roo to 2.5.1. ## [2.5.1] 2016-08-26 ### Fixed - Fixed NameError. [337](https://github.com/roo-rb/roo/pull/337) ## [2.5.0] 2016-08-21 ### Fixed - Remove tempdirs via finalizers on garbage collection. This cleans them up in all known cases, rather than just when the #close method is called. The #close method can be used to cleanup early. [329](https://github.com/roo-rb/roo/pull/329) - Fixed README.md typo [318](https://github.com/roo-rb/roo/pull/318) - Parse sheets in ODS files once to improve performance [320](https://github.com/roo-rb/roo/pull/320) - Fix some Cell conversion issues [324](https://github.com/roo-rb/roo/pull/324) and [331](https://github.com/roo-rb/roo/pull/331) - Improved memory performance [332](https://github.com/roo-rb/roo/pull/332) - Added `no_hyperlinks` option to improve streamig performance [319](https://github.com/roo-rb/roo/pull/319) and [333](https://github.com/roo-rb/roo/pull/333) ### Deprecations - Roo::Base::TEMP_PREFIX should be accessed via Roo::TEMP_PREFIX - The private Roo::Base#make_tempdir is now available at the class level in classes that use tempdirs, added via Roo::Tempdir ======= ### Added - Discard hiperlinks lookups to allow streaming parsing without loading whole files ## [2.4.0] 2016-05-14 ### Fixed - Fixed opening spreadsheets with charts [315](https://github.com/roo-rb/roo/pull/315) - Fixed memory issues for Roo::Utils.number_to_letter [308](https://github.com/roo-rb/roo/pull/308) - Fixed Roo::Excelx::Cell::Number to recognize floating point numbers [306](https://github.com/roo-rb/roo/pull/306) - Fixed version number in Readme.md [304](https://github.com/roo-rb/roo/pull/304) ### Added - Added initial support for HTML formatting [278](https://github.com/roo-rb/roo/pull/278)
2016-10-15 16:45:17 +02:00
${GEM_LIBDIR}/Gemfile_ruby2
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/examples/roo_soap_client.rb
${GEM_LIBDIR}/examples/roo_soap_server.rb
${GEM_LIBDIR}/examples/write_me.rb
${GEM_LIBDIR}/lib/roo.rb
${GEM_LIBDIR}/lib/roo/base.rb
${GEM_LIBDIR}/lib/roo/constants.rb
${GEM_LIBDIR}/lib/roo/csv.rb
${GEM_LIBDIR}/lib/roo/errors.rb
${GEM_LIBDIR}/lib/roo/excelx.rb
${GEM_LIBDIR}/lib/roo/excelx/cell.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/base.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/boolean.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/date.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/datetime.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/empty.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/number.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/string.rb
${GEM_LIBDIR}/lib/roo/excelx/cell/time.rb
${GEM_LIBDIR}/lib/roo/excelx/comments.rb
${GEM_LIBDIR}/lib/roo/excelx/coordinate.rb
${GEM_LIBDIR}/lib/roo/excelx/extractor.rb
${GEM_LIBDIR}/lib/roo/excelx/format.rb
${GEM_LIBDIR}/lib/roo/excelx/relationships.rb
${GEM_LIBDIR}/lib/roo/excelx/shared.rb
${GEM_LIBDIR}/lib/roo/excelx/shared_strings.rb
${GEM_LIBDIR}/lib/roo/excelx/sheet.rb
${GEM_LIBDIR}/lib/roo/excelx/sheet_doc.rb
${GEM_LIBDIR}/lib/roo/excelx/styles.rb
${GEM_LIBDIR}/lib/roo/excelx/workbook.rb
${GEM_LIBDIR}/lib/roo/font.rb
${GEM_LIBDIR}/lib/roo/formatters/base.rb
${GEM_LIBDIR}/lib/roo/formatters/csv.rb
${GEM_LIBDIR}/lib/roo/formatters/matrix.rb
${GEM_LIBDIR}/lib/roo/formatters/xml.rb
${GEM_LIBDIR}/lib/roo/formatters/yaml.rb
${GEM_LIBDIR}/lib/roo/libre_office.rb
${GEM_LIBDIR}/lib/roo/link.rb
${GEM_LIBDIR}/lib/roo/open_office.rb
${GEM_LIBDIR}/lib/roo/spreadsheet.rb
Update ruby-roo to 2.5.1. ## [2.5.1] 2016-08-26 ### Fixed - Fixed NameError. [337](https://github.com/roo-rb/roo/pull/337) ## [2.5.0] 2016-08-21 ### Fixed - Remove tempdirs via finalizers on garbage collection. This cleans them up in all known cases, rather than just when the #close method is called. The #close method can be used to cleanup early. [329](https://github.com/roo-rb/roo/pull/329) - Fixed README.md typo [318](https://github.com/roo-rb/roo/pull/318) - Parse sheets in ODS files once to improve performance [320](https://github.com/roo-rb/roo/pull/320) - Fix some Cell conversion issues [324](https://github.com/roo-rb/roo/pull/324) and [331](https://github.com/roo-rb/roo/pull/331) - Improved memory performance [332](https://github.com/roo-rb/roo/pull/332) - Added `no_hyperlinks` option to improve streamig performance [319](https://github.com/roo-rb/roo/pull/319) and [333](https://github.com/roo-rb/roo/pull/333) ### Deprecations - Roo::Base::TEMP_PREFIX should be accessed via Roo::TEMP_PREFIX - The private Roo::Base#make_tempdir is now available at the class level in classes that use tempdirs, added via Roo::Tempdir ======= ### Added - Discard hiperlinks lookups to allow streaming parsing without loading whole files ## [2.4.0] 2016-05-14 ### Fixed - Fixed opening spreadsheets with charts [315](https://github.com/roo-rb/roo/pull/315) - Fixed memory issues for Roo::Utils.number_to_letter [308](https://github.com/roo-rb/roo/pull/308) - Fixed Roo::Excelx::Cell::Number to recognize floating point numbers [306](https://github.com/roo-rb/roo/pull/306) - Fixed version number in Readme.md [304](https://github.com/roo-rb/roo/pull/304) ### Added - Added initial support for HTML formatting [278](https://github.com/roo-rb/roo/pull/278)
2016-10-15 16:45:17 +02:00
${GEM_LIBDIR}/lib/roo/tempdir.rb
${GEM_LIBDIR}/lib/roo/utils.rb
${GEM_LIBDIR}/lib/roo/version.rb
${GEM_LIBDIR}/roo.gemspec
${GEM_LIBDIR}/spec/fixtures/vcr_cassettes/google_drive.yml
${GEM_LIBDIR}/spec/fixtures/vcr_cassettes/google_drive_access_token.yml
${GEM_LIBDIR}/spec/fixtures/vcr_cassettes/google_drive_set.yml
${GEM_LIBDIR}/spec/helpers.rb
${GEM_LIBDIR}/spec/lib/roo/base_spec.rb
${GEM_LIBDIR}/spec/lib/roo/csv_spec.rb
${GEM_LIBDIR}/spec/lib/roo/excelx/format_spec.rb
${GEM_LIBDIR}/spec/lib/roo/excelx_spec.rb
${GEM_LIBDIR}/spec/lib/roo/libreoffice_spec.rb
${GEM_LIBDIR}/spec/lib/roo/openoffice_spec.rb
${GEM_LIBDIR}/spec/lib/roo/spreadsheet_spec.rb
${GEM_LIBDIR}/spec/lib/roo/utils_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/test/all_ss.rb
${GEM_LIBDIR}/test/excelx/cell/test_base.rb
${GEM_LIBDIR}/test/excelx/cell/test_boolean.rb
${GEM_LIBDIR}/test/excelx/cell/test_date.rb
${GEM_LIBDIR}/test/excelx/cell/test_datetime.rb
${GEM_LIBDIR}/test/excelx/cell/test_empty.rb
${GEM_LIBDIR}/test/excelx/cell/test_number.rb
${GEM_LIBDIR}/test/excelx/cell/test_string.rb
${GEM_LIBDIR}/test/excelx/cell/test_time.rb
${GEM_LIBDIR}/test/formatters/test_csv.rb
${GEM_LIBDIR}/test/formatters/test_matrix.rb
${GEM_LIBDIR}/test/formatters/test_xml.rb
${GEM_LIBDIR}/test/formatters/test_yaml.rb
${GEM_LIBDIR}/test/helpers/test_accessing_files.rb
${GEM_LIBDIR}/test/helpers/test_comments.rb
${GEM_LIBDIR}/test/helpers/test_formulas.rb
${GEM_LIBDIR}/test/helpers/test_labels.rb
${GEM_LIBDIR}/test/helpers/test_sheets.rb
${GEM_LIBDIR}/test/helpers/test_styles.rb
${GEM_LIBDIR}/test/roo/test_base.rb
${GEM_LIBDIR}/test/roo/test_csv.rb
${GEM_LIBDIR}/test/roo/test_excelx.rb
${GEM_LIBDIR}/test/roo/test_libre_office.rb
${GEM_LIBDIR}/test/roo/test_open_office.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_LIBDIR}/test/test_roo.rb
Update ruby-roo to 2.5.1. ## [2.5.1] 2016-08-26 ### Fixed - Fixed NameError. [337](https://github.com/roo-rb/roo/pull/337) ## [2.5.0] 2016-08-21 ### Fixed - Remove tempdirs via finalizers on garbage collection. This cleans them up in all known cases, rather than just when the #close method is called. The #close method can be used to cleanup early. [329](https://github.com/roo-rb/roo/pull/329) - Fixed README.md typo [318](https://github.com/roo-rb/roo/pull/318) - Parse sheets in ODS files once to improve performance [320](https://github.com/roo-rb/roo/pull/320) - Fix some Cell conversion issues [324](https://github.com/roo-rb/roo/pull/324) and [331](https://github.com/roo-rb/roo/pull/331) - Improved memory performance [332](https://github.com/roo-rb/roo/pull/332) - Added `no_hyperlinks` option to improve streamig performance [319](https://github.com/roo-rb/roo/pull/319) and [333](https://github.com/roo-rb/roo/pull/333) ### Deprecations - Roo::Base::TEMP_PREFIX should be accessed via Roo::TEMP_PREFIX - The private Roo::Base#make_tempdir is now available at the class level in classes that use tempdirs, added via Roo::Tempdir ======= ### Added - Discard hiperlinks lookups to allow streaming parsing without loading whole files ## [2.4.0] 2016-05-14 ### Fixed - Fixed opening spreadsheets with charts [315](https://github.com/roo-rb/roo/pull/315) - Fixed memory issues for Roo::Utils.number_to_letter [308](https://github.com/roo-rb/roo/pull/308) - Fixed Roo::Excelx::Cell::Number to recognize floating point numbers [306](https://github.com/roo-rb/roo/pull/306) - Fixed version number in Readme.md [304](https://github.com/roo-rb/roo/pull/304) ### Added - Added initial support for HTML formatting [278](https://github.com/roo-rb/roo/pull/278)
2016-10-15 16:45:17 +02:00
${GEM_HOME}/specifications/${GEM_NAME}.gemspec