pkgsrc/devel/ruby-simplecov/PLIST
taca ed12466bff Importing ruby-simplecov package version 0.6.1.
This is replacement for ruby-rcov for ruby19 and ruby193.

Code coverage for Ruby 1.9 with a powerful configuration library and automatic
merging of coverage across test suites.
2012-03-17 15:17:43 +00:00

99 lines
4.6 KiB
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/17 15:17:44 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/.travis.yml
${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}/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/resultset1.rb
${GEM_LIBDIR}/test/fixtures/resultset2.rb
${GEM_LIBDIR}/test/fixtures/utf-8.rb
${GEM_LIBDIR}/test/fixtures/sample.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