f869662286
Make this package to Ruby 1.9.3 only.
v0.7.1, 2012-10-12 ([changes](https://github.com/colszowka/simplecov/compare/v0.7.0...v0.7.1))
-------------------
* [BUGFIX] The gem packages of 0.7.0 (both simplecov and simplecov-html) pushed to Rubygems had some file
permission issues, leading to problems when installing SimpleCov in a root/system Rubygems install and then
trying to use it as a normal user (see https://github.com/colszowka/simplecov/issues/171, thanks @envygeeks
for bringing it up). The gem build process has been changed to always enforce proper permissions before packaging
to avoid this issue in the future.
v0.7.0, 2012-10-10 ([changes](https://github.com/colszowka/simplecov/compare/v0.6.4...v0.7.0))
-------------------
* [FEATURE] The new `maximum_coverage_drop` and `minimum_coverage` now allow you to fail your build when the
coverage dropped by more than what you allowed or is below a minimum value required. Also, `refuse_coverage_drop` disallows
any coverage drops between test runs.
See https://github.com/colszowka/simplecov/pull/151, https://github.com/colszowka/simplecov/issues/11,
https://github.com/colszowka/simplecov/issues/90, and https://github.com/colszowka/simplecov/issues/96 (thanks to @infertux)
* [FEATURE] SimpleCov now ships with a built-in MultiFormatter which allows the easy usage of multiple result formatters at
the same time without the need to write custom wrapper code.
See https://github.com/colszowka/simplecov/pull/158 (thanks to @nikitug)
* [BUGFIX] The usage of digits, hyphens and underscores in group names could lead to broken tab navigation
in the default simplecov-html reports. See https://github.com/colszowka/simplecov-html/pull/14 (thanks to @ebelgarts)
* [REFACTORING] A few more ruby warnings removed. See https://github.com/colszowka/simplecov/issues/106 and
https://github.com/colszowka/simplecov/pull/139. (thanks to @lukejahnke)
* A [Pledgie button](63cfa99f86
) for those that
feel generous :)
* The usual bunch of README fixes and documentation tweaks. Thanks to everyone who contributed those!
112 lines
5.1 KiB
Text
112 lines
5.1 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2012/12/16 16:50:07 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/.yardopts
|
|
${GEM_LIBDIR}/Appraisals
|
|
${GEM_LIBDIR}/CHANGELOG.md
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/Gemfile
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/cucumber.yml
|
|
${GEM_LIBDIR}/features/config_adapters.feature
|
|
${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_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}/gemfiles/multi_json-legacy.gemfile
|
|
${GEM_LIBDIR}/gemfiles/multi_json-new.gemfile
|
|
${GEM_LIBDIR}/lib/simplecov.rb
|
|
${GEM_LIBDIR}/lib/simplecov/adapters.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/json.rb
|
|
${GEM_LIBDIR}/lib/simplecov/last_run.rb
|
|
${GEM_LIBDIR}/lib/simplecov/merge_helpers.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/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
|