e385707929
0.10.0 2015-04-18 (changes) Enhancements * Add writeup about using with Spring to README. See #341 (thanks @swrobel and @onebree) * Add support to pass in an Array when creating filter groups (original PR #104) * Filter /vendor/bundle by default. See #331 (thanks @andyw8) * Add some helpful singleton methods to the version string. * Allow array to be passed in a filter. See 375 (thanks @JanStevens) * Enforce consistent code formatting with RuboCop. Bugfixes * Fix order dependencies in unit tests. See #376 (thanks @hugopeixoto) * Only run the at_exit behaviors if the current PID matches the PID that called SimpleCov.start. See #377 (thanks @coderanger)
116 lines
5.3 KiB
Text
116 lines
5.3 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2015/06/07 10:14:03 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.rspec
|
|
${GEM_LIBDIR}/.rubocop.yml
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/MIT-LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/cucumber.yml
|
|
${GEM_LIBDIR}/doc/alternate-formatters.md
|
|
${GEM_LIBDIR}/doc/commercial-services.md
|
|
${GEM_LIBDIR}/doc/editor-integration.md
|
|
${GEM_LIBDIR}/features/config_autoload.feature
|
|
${GEM_LIBDIR}/features/config_command_name.feature
|
|
${GEM_LIBDIR}/features/config_coverage_dir.feature
|
|
${GEM_LIBDIR}/features/config_deactivate_merging.feature
|
|
${GEM_LIBDIR}/features/config_formatters.feature
|
|
${GEM_LIBDIR}/features/config_merge_timeout.feature
|
|
${GEM_LIBDIR}/features/config_nocov_token.feature
|
|
${GEM_LIBDIR}/features/config_profiles.feature
|
|
${GEM_LIBDIR}/features/config_project_name.feature
|
|
${GEM_LIBDIR}/features/config_styles.feature
|
|
${GEM_LIBDIR}/features/cucumber_basic.feature
|
|
${GEM_LIBDIR}/features/maximum_coverage_drop.feature
|
|
${GEM_LIBDIR}/features/merging_test_unit_and_rspec.feature
|
|
${GEM_LIBDIR}/features/minimum_coverage.feature
|
|
${GEM_LIBDIR}/features/refuse_coverage_drop.feature
|
|
${GEM_LIBDIR}/features/rspec_basic.feature
|
|
${GEM_LIBDIR}/features/rspec_fails_on_initialization.feature
|
|
${GEM_LIBDIR}/features/rspec_groups_and_filters_basic.feature
|
|
${GEM_LIBDIR}/features/rspec_groups_and_filters_complex.feature
|
|
${GEM_LIBDIR}/features/rspec_groups_using_filter_class.feature
|
|
${GEM_LIBDIR}/features/rspec_without_simplecov.feature
|
|
${GEM_LIBDIR}/features/skipping_code_blocks_manually.feature
|
|
${GEM_LIBDIR}/features/step_definitions/html_steps.rb
|
|
${GEM_LIBDIR}/features/step_definitions/simplecov_steps.rb
|
|
${GEM_LIBDIR}/features/step_definitions/transformers.rb
|
|
${GEM_LIBDIR}/features/step_definitions/web_steps.rb
|
|
${GEM_LIBDIR}/features/support/env.rb
|
|
${GEM_LIBDIR}/features/test_unit_basic.feature
|
|
${GEM_LIBDIR}/features/test_unit_groups_and_filters_basic.feature
|
|
${GEM_LIBDIR}/features/test_unit_groups_and_filters_complex.feature
|
|
${GEM_LIBDIR}/features/test_unit_groups_using_filter_class.feature
|
|
${GEM_LIBDIR}/features/test_unit_without_simplecov.feature
|
|
${GEM_LIBDIR}/features/unicode_compatiblity.feature
|
|
${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/merge_helpers.rb
|
|
${GEM_LIBDIR}/lib/simplecov/no_defaults.rb
|
|
${GEM_LIBDIR}/lib/simplecov/profiles.rb
|
|
${GEM_LIBDIR}/lib/simplecov/railtie.rb
|
|
${GEM_LIBDIR}/lib/simplecov/railties/tasks.rake
|
|
${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_LIBDIR}/simplecov.gemspec
|
|
${GEM_LIBDIR}/test/faked_project/Gemfile
|
|
${GEM_LIBDIR}/test/faked_project/Rakefile
|
|
${GEM_LIBDIR}/test/faked_project/cucumber.yml
|
|
${GEM_LIBDIR}/test/faked_project/features/step_definitions/my_steps.rb
|
|
${GEM_LIBDIR}/test/faked_project/features/support/env.rb
|
|
${GEM_LIBDIR}/test/faked_project/features/test_stuff.feature
|
|
${GEM_LIBDIR}/test/faked_project/lib/faked_project.rb
|
|
${GEM_LIBDIR}/test/faked_project/lib/faked_project/framework_specific.rb
|
|
${GEM_LIBDIR}/test/faked_project/lib/faked_project/meta_magic.rb
|
|
${GEM_LIBDIR}/test/faked_project/lib/faked_project/some_class.rb
|
|
${GEM_LIBDIR}/test/faked_project/spec/faked_spec.rb
|
|
${GEM_LIBDIR}/test/faked_project/spec/forking_spec.rb
|
|
${GEM_LIBDIR}/test/faked_project/spec/meta_magic_spec.rb
|
|
${GEM_LIBDIR}/test/faked_project/spec/some_class_spec.rb
|
|
${GEM_LIBDIR}/test/faked_project/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/test/faked_project/test/faked_test.rb
|
|
${GEM_LIBDIR}/test/faked_project/test/meta_magic_test.rb
|
|
${GEM_LIBDIR}/test/faked_project/test/some_class_test.rb
|
|
${GEM_LIBDIR}/test/faked_project/test/test_helper.rb
|
|
${GEM_LIBDIR}/test/fixtures/app/controllers/sample_controller.rb
|
|
${GEM_LIBDIR}/test/fixtures/app/models/user.rb
|
|
${GEM_LIBDIR}/test/fixtures/deleted_source_sample.rb
|
|
${GEM_LIBDIR}/test/fixtures/frameworks/rspec_bad.rb
|
|
${GEM_LIBDIR}/test/fixtures/frameworks/rspec_good.rb
|
|
${GEM_LIBDIR}/test/fixtures/frameworks/testunit_bad.rb
|
|
${GEM_LIBDIR}/test/fixtures/frameworks/testunit_good.rb
|
|
${GEM_LIBDIR}/test/fixtures/iso-8859.rb
|
|
${GEM_LIBDIR}/test/fixtures/resultset1.rb
|
|
${GEM_LIBDIR}/test/fixtures/resultset2.rb
|
|
${GEM_LIBDIR}/test/fixtures/sample.rb
|
|
${GEM_LIBDIR}/test/fixtures/utf-8.rb
|
|
${GEM_LIBDIR}/test/helper.rb
|
|
${GEM_LIBDIR}/test/shoulda_macros.rb
|
|
${GEM_LIBDIR}/test/test_1_8_fallbacks.rb
|
|
${GEM_LIBDIR}/test/test_command_guesser.rb
|
|
${GEM_LIBDIR}/test/test_deleted_source.rb
|
|
${GEM_LIBDIR}/test/test_file_list.rb
|
|
${GEM_LIBDIR}/test/test_filters.rb
|
|
${GEM_LIBDIR}/test/test_merge_helpers.rb
|
|
${GEM_LIBDIR}/test/test_result.rb
|
|
${GEM_LIBDIR}/test/test_return_codes.rb
|
|
${GEM_LIBDIR}/test/test_source_file.rb
|
|
${GEM_LIBDIR}/test/test_source_file_line.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|