v0.6.4, 2012-05-10 ([changes](https://github.com/colszowka/simplecov/compare/v0.6.3...v0.6.4)) ------------------- * [BUGFIX] Encoding issues with ISO-8859-encoded source files fixed. See https://github.com/colszowka/simplecov/pull/117. (thanks to @Deradon) * [BUGFIX] Ensure ZeroDivisionErrors won't occur when calculating the coverage result, which previously could happen in certain cases. See https://github.com/colszowka/simplecov/pull/128. (thanks to @japgolly) * [REFACTORING] Changed a couple instance variable lookups so SimpleCov does not cause a lot of warnings when running ruby at a higher warning level. See https://github.com/colszowka/simplecov/issues/106 and https://github.com/colszowka/simplecov/pull/119. (thanks to @mvz and @gioele) v0.6.3, 2012-05-10 ([changes](https://github.com/colszowka/simplecov/compare/v0.6.2...v0.6.3)) ------------------- * [BUGFIX] Modified the API-changes for newer multi_json versions introduced with #122 and v0.6.2 so they are backwards-compatible with older multi_json gems in order to avoid simplecov polluting the multi_json minimum version requirement for entire applications. See https://github.com/colszowka/simplecov/issues/132 * Added appraisal gem to the test setup in order to run the test suite against both 1.0 and 1.3 multi_json gems and ensure the above actually works :)
104 lines
4.8 KiB
Text
104 lines
4.8 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2012/06/02 00:51:30 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gitignore
|
|
${GEM_LIBDIR}/.travis.yml
|
|
${GEM_LIBDIR}/Appraisals
|
|
${GEM_LIBDIR}/CHANGELOG.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_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/merging_test_unit_and_rspec.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-legacy.gemfile.lock
|
|
${GEM_LIBDIR}/gemfiles/multi_json-new.gemfile
|
|
${GEM_LIBDIR}/gemfiles/multi_json-new.gemfile.lock
|
|
${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/file_list.rb
|
|
${GEM_LIBDIR}/lib/simplecov/filter.rb
|
|
${GEM_LIBDIR}/lib/simplecov/formatter.rb
|
|
${GEM_LIBDIR}/lib/simplecov/formatter/simple_formatter.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
|