a003a090b5
0.16.1 (2018-03-16) =================== ## Bugfixes * Include the LICENSE in the distributed gem again (accidentally removed in 0.16.0). (thanks @tas50) 0.16.0 (2018-03-15) =================== ## Enhancements * Relax version constraint on `docile`, per SemVer * exception that occurred on exit is available as `exit_exception`! See [#639](https://github.com/colszowka/simplecov/pull/639) (thanks @thomas07vt) * Performance: processing results now runs from 2.5x to 3.75x faster. See [#662](https://github.com/colszowka/simplecov/pull/662) (thanks @BMorearty & @eregon) * Decrease gem size by only shipping lib and docs ## Bugfixes * (breaking) Stop handling string filters as regular expressions, use the dedicated regex filter if you need that behaviour. See [#616](https://github.com/colszowka/simplecov/pull/616) (thanks @yujinakayama) * Avoid overwriting the last coverage results on unsuccessful test runs. See [#625](https://github.com/colszowka/simplecov/pull/625) (thanks @thomas07vt) * Don't crash on invalid UTF-8 byte sequences. (thanks @BMorearty)
38 lines
1.6 KiB
Text
38 lines
1.6 KiB
Text
@comment $NetBSD: PLIST,v 1.12 2018/03/17 14:15:10 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/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
|