pkgsrc/devel/ruby-simplecov/PLIST
taca 732e6d605f devel/ruby-simplecov: update to 0.17.1
Update ruby-simplecov to 0.17.1.


0.17.1 (2019-09-16)
===================

Bugfix release for problems with ParallelTests.

## Bugfixes

* Avoid hanging with parallel_tests. See [#746](https://github.com/colszowka/simplecov/pull/746) (thanks [@annaswims](https://github.com/annaswims))

0.17.0 (2019-07-02)
===================

Maintenance release with nice convenience features and important bugfixes.
Notably this **will be the last release to support ruby versions that have reached their end of life**. Moving forward official CRuby support will be 2.4+ and JRuby support will be 9.1+. Older versions might still work but no guarantees.

## Enhancements

* Per default filter hidden files and folders. See [#721](https://github.com/colszowka/simplecov/pull/721) (thanks [Renuo AG](https://www.renuo.ch))
* Print the exit status explicitly when it's not a successful build so it's easier figure out SimpleCov failed the build in the output. See [#688](https://github.com/colszowka/simplecov/pull/688) (thanks [@daemonsy](https://github.com/daemonsy))

## Bugfixes

* Avoid a premature failure exit code when setting `minimum_coverage` in combination with using [parallel_tests](https://github.com/grosser/parallel_tests). See [#706](https://github.com/colszowka/simplecov/pull/706) (thanks [@f1sherman](https://github.com/f1sherman))
* Project roots with special characters no longer cause crashes. See [#717](https://github.com/colszowka/simplecov/pull/717) (thanks [@deivid-rodriguez](https://github.com/deivid-rodriguez))
* Avoid continously overriding test results with manual `ResultMergere.store_results` usage. See [#674](https://github.com/colszowka/simplecov/pull/674) (thanks [@tomeon](https://github.com/tomeon))
2019-11-02 14:51:05 +00:00

39 lines
1.6 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2019/11/02 14:51:05 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/ISSUE_TEMPLATE.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/doc/alternate-formatters.md
${GEM_LIBDIR}/doc/commercial-services.md
${GEM_LIBDIR}/doc/editor-integration.md
${GEM_LIBDIR}/lib/simplecov.rb
${GEM_LIBDIR}/lib/simplecov/command_guesser.rb
${GEM_LIBDIR}/lib/simplecov/configuration.rb
${GEM_LIBDIR}/lib/simplecov/defaults.rb
${GEM_LIBDIR}/lib/simplecov/exit_codes.rb
${GEM_LIBDIR}/lib/simplecov/file_list.rb
${GEM_LIBDIR}/lib/simplecov/filter.rb
${GEM_LIBDIR}/lib/simplecov/formatter.rb
${GEM_LIBDIR}/lib/simplecov/formatter/multi_formatter.rb
${GEM_LIBDIR}/lib/simplecov/formatter/simple_formatter.rb
${GEM_LIBDIR}/lib/simplecov/jruby_fix.rb
${GEM_LIBDIR}/lib/simplecov/last_run.rb
${GEM_LIBDIR}/lib/simplecov/lines_classifier.rb
${GEM_LIBDIR}/lib/simplecov/load_global_config.rb
${GEM_LIBDIR}/lib/simplecov/no_defaults.rb
${GEM_LIBDIR}/lib/simplecov/profiles.rb
${GEM_LIBDIR}/lib/simplecov/profiles/bundler_filter.rb
${GEM_LIBDIR}/lib/simplecov/profiles/hidden_filter.rb
${GEM_LIBDIR}/lib/simplecov/profiles/rails.rb
${GEM_LIBDIR}/lib/simplecov/profiles/root_filter.rb
${GEM_LIBDIR}/lib/simplecov/profiles/test_frameworks.rb
${GEM_LIBDIR}/lib/simplecov/railtie.rb
${GEM_LIBDIR}/lib/simplecov/railties/tasks.rake
${GEM_LIBDIR}/lib/simplecov/raw_coverage.rb
${GEM_LIBDIR}/lib/simplecov/result.rb
${GEM_LIBDIR}/lib/simplecov/result_merger.rb
${GEM_LIBDIR}/lib/simplecov/source_file.rb
${GEM_LIBDIR}/lib/simplecov/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec