/usr/share/rubygems-integration/2.0/specifications/rr-1.1.2.gemspec is in ruby-rr 1.1.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rr"
s.version = "1.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brian Takita", "Elliot Winkler"]
s.date = "2013-08-18"
s.description = "RR is a test double framework that features a rich selection of double techniques and a terse syntax."
s.email = ["elliot.winkler@gmail.com"]
s.files = ["Appraisals", "CHANGES.md", "CREDITS.md", "Gemfile", "LICENSE", "README.md", "Rakefile", "doc/01_test_double.md", "doc/02_syntax_comparison.md", "doc/03_api_overview.md", "gemfiles/ruby_18_rspec_1.gemfile", "gemfiles/ruby_18_rspec_1.gemfile.lock", "gemfiles/ruby_18_rspec_1_rails_2.gemfile", "gemfiles/ruby_18_rspec_1_rails_2.gemfile.lock", "gemfiles/ruby_19_rspec_2.gemfile", "gemfiles/ruby_19_rspec_2.gemfile.lock", "gemfiles/ruby_19_rspec_2_rails_3.gemfile", "gemfiles/ruby_19_rspec_2_rails_3.gemfile.lock", "gemfiles/ruby_19_rspec_2_rails_4.gemfile", "gemfiles/ruby_19_rspec_2_rails_4.gemfile.lock", "lib/rr.rb", "lib/rr/adapters.rb", "lib/rr/adapters/rr_methods.rb", "lib/rr/autohook.rb", "lib/rr/blank_slate.rb", "lib/rr/class_instance_method_defined.rb", "lib/rr/core_ext/array.rb", "lib/rr/core_ext/enumerable.rb", "lib/rr/core_ext/hash.rb", "lib/rr/core_ext/range.rb", "lib/rr/core_ext/regexp.rb", "lib/rr/double.rb", "lib/rr/double_definitions/child_double_definition_create.rb", "lib/rr/double_definitions/double_definition.rb", "lib/rr/double_definitions/double_definition_create.rb", "lib/rr/double_definitions/double_definition_create_blank_slate.rb", "lib/rr/double_definitions/double_injections/any_instance_of.rb", "lib/rr/double_definitions/double_injections/instance.rb", "lib/rr/double_definitions/strategies/double_injection/any_instance_of.rb", "lib/rr/double_definitions/strategies/double_injection/double_injection_strategy.rb", "lib/rr/double_definitions/strategies/double_injection/instance.rb", "lib/rr/double_definitions/strategies/implementation/implementation_strategy.rb", "lib/rr/double_definitions/strategies/implementation/proxy.rb", "lib/rr/double_definitions/strategies/implementation/reimplementation.rb", "lib/rr/double_definitions/strategies/implementation/strongly_typed_reimplementation.rb", "lib/rr/double_definitions/strategies/strategy.rb", "lib/rr/double_definitions/strategies/strategy_methods.rb", "lib/rr/double_definitions/strategies/verification/dont_allow.rb", "lib/rr/double_definitions/strategies/verification/mock.rb", "lib/rr/double_definitions/strategies/verification/stub.rb", "lib/rr/double_definitions/strategies/verification/verification_strategy.rb", "lib/rr/double_matches.rb", "lib/rr/errors.rb", "lib/rr/errors/double_definition_error.rb", "lib/rr/errors/double_not_found_error.rb", "lib/rr/errors/double_order_error.rb", "lib/rr/errors/rr_error.rb", "lib/rr/errors/spy_verification_errors/double_injection_not_found_error.rb", "lib/rr/errors/spy_verification_errors/invocation_count_error.rb", "lib/rr/errors/spy_verification_errors/spy_verification_error.rb", "lib/rr/errors/subject_does_not_implement_method_error.rb", "lib/rr/errors/subject_has_different_arity_error.rb", "lib/rr/errors/times_called_error.rb", "lib/rr/expectations/any_argument_expectation.rb", "lib/rr/expectations/argument_equality_expectation.rb", "lib/rr/expectations/times_called_expectation.rb", "lib/rr/hash_with_object_id_key.rb", "lib/rr/injections/double_injection.rb", "lib/rr/injections/injection.rb", "lib/rr/injections/method_missing_injection.rb", "lib/rr/injections/singleton_method_added_injection.rb", "lib/rr/integrations.rb", "lib/rr/integrations/decorator.rb", "lib/rr/integrations/minitest.rb", "lib/rr/integrations/minitest_4.rb", "lib/rr/integrations/minitest_4_active_support.rb", "lib/rr/integrations/minitest_active_support.rb", "lib/rr/integrations/rspec/invocation_matcher.rb", "lib/rr/integrations/rspec_1.rb", "lib/rr/integrations/rspec_2.rb", "lib/rr/integrations/test_unit_1.rb", "lib/rr/integrations/test_unit_2.rb", "lib/rr/integrations/test_unit_200.rb", "lib/rr/integrations/test_unit_200_active_support.rb", "lib/rr/integrations/test_unit_2_active_support.rb", "lib/rr/method_dispatches/base_method_dispatch.rb", "lib/rr/method_dispatches/method_dispatch.rb", "lib/rr/method_dispatches/method_missing_dispatch.rb", "lib/rr/proc_from_block.rb", "lib/rr/recorded_calls.rb", "lib/rr/space.rb", "lib/rr/spy_verification.rb", "lib/rr/spy_verification_proxy.rb", "lib/rr/times_called_matchers/any_times_matcher.rb", "lib/rr/times_called_matchers/at_least_matcher.rb", "lib/rr/times_called_matchers/at_most_matcher.rb", "lib/rr/times_called_matchers/integer_matcher.rb", "lib/rr/times_called_matchers/never_matcher.rb", "lib/rr/times_called_matchers/non_terminal.rb", "lib/rr/times_called_matchers/proc_matcher.rb", "lib/rr/times_called_matchers/range_matcher.rb", "lib/rr/times_called_matchers/terminal.rb", "lib/rr/times_called_matchers/times_called_matcher.rb", "lib/rr/version.rb", "lib/rr/wildcard_matchers.rb", "lib/rr/wildcard_matchers/anything.rb", "lib/rr/wildcard_matchers/boolean.rb", "lib/rr/wildcard_matchers/duck_type.rb", "lib/rr/wildcard_matchers/hash_including.rb", "lib/rr/wildcard_matchers/is_a.rb", "lib/rr/wildcard_matchers/numeric.rb", "lib/rr/wildcard_matchers/satisfy.rb", "lib/rr/without_autohook.rb", "rr.gemspec", "spec/custom_formatter_for_rspec.rb", "spec/custom_formatter_for_rspec_2.rb", "spec/defines_spec_suite_tasks.rb", "spec/fixtures/rubygems_patch_for_187.rb", "spec/global_helper.rb", "spec/spec.opts", "spec/spec_suite_configuration.rb", "spec/spec_suite_runner.rb", "spec/suites.yml", "spec/suites/rspec_1/helper.rb", "spec/suites/rspec_1/integration/rspec_1_spec.rb", "spec/suites/rspec_1/integration/test_unit_1_spec.rb", "spec/suites/rspec_1/integration/test_unit_2_spec.rb", "spec/suites/rspec_1/spec_helper.rb", "spec/suites/rspec_1_rails_2/integration/astc_rails_2_spec.rb", "spec/suites/rspec_1_rails_2/integration/rspec_1_rails_2_spec.rb", "spec/suites/rspec_1_rails_2/integration/test_unit_1_rails_2_spec.rb", "spec/suites/rspec_1_rails_2/integration/test_unit_2_rails_2_spec.rb", "spec/suites/rspec_1_rails_2/spec_helper.rb", "spec/suites/rspec_2/functional/any_instance_of_spec.rb", "spec/suites/rspec_2/functional/dont_allow_spec.rb", "spec/suites/rspec_2/functional/dsl_spec.rb", "spec/suites/rspec_2/functional/instance_of_spec.rb", "spec/suites/rspec_2/functional/mock_spec.rb", "spec/suites/rspec_2/functional/proxy_spec.rb", "spec/suites/rspec_2/functional/spy_spec.rb", "spec/suites/rspec_2/functional/strong_spec.rb", "spec/suites/rspec_2/functional/stub_spec.rb", "spec/suites/rspec_2/functional/wildcard_matchers_spec.rb", "spec/suites/rspec_2/helper.rb", "spec/suites/rspec_2/integration/minitest_4_spec.rb", "spec/suites/rspec_2/integration/minitest_spec.rb", "spec/suites/rspec_2/integration/rspec_2_spec.rb", "spec/suites/rspec_2/integration/test_unit_200_spec.rb", "spec/suites/rspec_2/integration/test_unit_2_spec.rb", "spec/suites/rspec_2/spec_helper.rb", "spec/suites/rspec_2/support/matchers/wildcard_matcher_matchers.rb", "spec/suites/rspec_2/support/shared_examples/space.rb", "spec/suites/rspec_2/support/shared_examples/times_called_expectation.rb", "spec/suites/rspec_2/unit/adapters/rr_methods/double_creators_spec.rb", "spec/suites/rspec_2/unit/adapters/rr_methods/space_spec.rb", "spec/suites/rspec_2/unit/adapters/rr_methods/wildcard_matchers_spec.rb", "spec/suites/rspec_2/unit/core_ext/array_spec.rb", "spec/suites/rspec_2/unit/core_ext/enumerable_spec.rb", "spec/suites/rspec_2/unit/core_ext/hash_spec.rb", "spec/suites/rspec_2/unit/core_ext/range_spec.rb", "spec/suites/rspec_2/unit/core_ext/regexp_spec.rb", "spec/suites/rspec_2/unit/double_definitions/child_double_definition_create_spec.rb", "spec/suites/rspec_2/unit/double_definitions/double_definition_create_blank_slate_spec.rb", "spec/suites/rspec_2/unit/double_definitions/double_definition_create_spec.rb", "spec/suites/rspec_2/unit/errors/rr_error_spec.rb", "spec/suites/rspec_2/unit/expectations/any_argument_expectation_spec.rb", "spec/suites/rspec_2/unit/expectations/anything_argument_equality_expectation_spec.rb", "spec/suites/rspec_2/unit/expectations/argument_equality_expectation_spec.rb", "spec/suites/rspec_2/unit/expectations/boolean_argument_equality_expectation_spec.rb", "spec/suites/rspec_2/unit/expectations/hash_including_argument_equality_expectation_spec.rb", "spec/suites/rspec_2/unit/expectations/satisfy_argument_equality_expectation_spec.rb", "spec/suites/rspec_2/unit/expectations/times_called_expectation/any_times_matcher_spec.rb", "spec/suites/rspec_2/unit/expectations/times_called_expectation/at_least_matcher_spec.rb", "spec/suites/rspec_2/unit/expectations/times_called_expectation/at_most_matcher_spec.rb", "spec/suites/rspec_2/unit/expectations/times_called_expectation/integer_matcher_spec.rb", "spec/suites/rspec_2/unit/expectations/times_called_expectation/proc_matcher_spec.rb", "spec/suites/rspec_2/unit/expectations/times_called_expectation/range_matcher_spec.rb", "spec/suites/rspec_2/unit/hash_with_object_id_key_spec.rb", "spec/suites/rspec_2/unit/injections/double_injection/double_injection_spec.rb", "spec/suites/rspec_2/unit/injections/double_injection/double_injection_verify_spec.rb", "spec/suites/rspec_2/unit/integrations/rspec/invocation_matcher_spec.rb", "spec/suites/rspec_2/unit/integrations/rspec_spec.rb", "spec/suites/rspec_2/unit/proc_from_block_spec.rb", "spec/suites/rspec_2/unit/rr_spec.rb", "spec/suites/rspec_2/unit/space_spec.rb", "spec/suites/rspec_2/unit/spy_verification_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/any_times_matcher_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/at_least_matcher_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/at_most_matcher_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/integer_matcher_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/proc_matcher_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/range_matcher_spec.rb", "spec/suites/rspec_2/unit/times_called_matchers/times_called_matcher_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/anything_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/boolean_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/duck_type_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/hash_including_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/is_a_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/numeric_spec.rb", "spec/suites/rspec_2/unit/wildcard_matchers/satisfy_spec.rb", "spec/suites/rspec_2_rails_3/integration/astc_rails_3_spec.rb", "spec/suites/rspec_2_rails_3/integration/minitest_4_rails_3_spec.rb", "spec/suites/rspec_2_rails_3/integration/rspec_2_rails_3_spec.rb", "spec/suites/rspec_2_rails_3/integration/test_unit_200_rails_3_spec.rb", "spec/suites/rspec_2_rails_3/integration/test_unit_2_rails_3_spec.rb", "spec/suites/rspec_2_rails_3/spec_helper.rb", "spec/suites/rspec_2_rails_4/integration/astc_rails_4_spec.rb", "spec/suites/rspec_2_rails_4/integration/minitest_4_rails_4_spec.rb", "spec/suites/rspec_2_rails_4/integration/rspec_2_rails_4_spec.rb", "spec/suites/rspec_2_rails_4/integration/test_unit_200_rails_4_spec.rb", "spec/suites/rspec_2_rails_4/integration/test_unit_2_rails_4_spec.rb", "spec/suites/rspec_2_rails_4/spec_helper.rb", "spec/support/adapter.rb", "spec/support/adapter_tests/base.rb", "spec/support/adapter_tests/minitest.rb", "spec/support/adapter_tests/rspec.rb", "spec/support/adapter_tests/test_unit.rb", "spec/support/command_runner.rb", "spec/support/generator.rb", "spec/support/integration_tests/base.rb", "spec/support/integration_tests/rails.rb", "spec/support/integration_tests/rails_minitest.rb", "spec/support/integration_tests/rails_rspec.rb", "spec/support/integration_tests/rails_test_unit.rb", "spec/support/integration_tests/rails_test_unit_like.rb", "spec/support/integration_tests/ruby.rb", "spec/support/integration_tests/ruby_minitest.rb", "spec/support/integration_tests/ruby_rspec.rb", "spec/support/integration_tests/ruby_test_unit.rb", "spec/support/matchers/be_a_subset_of_matcher.rb", "spec/support/project/cucumber.rb", "spec/support/project/generator.rb", "spec/support/project/minitest.rb", "spec/support/project/rails.rb", "spec/support/project/rails_minitest.rb", "spec/support/project/rails_rspec.rb", "spec/support/project/rails_test_unit.rb", "spec/support/project/rails_test_unit_like.rb", "spec/support/project/rspec.rb", "spec/support/project/ruby.rb", "spec/support/project/ruby_minitest.rb", "spec/support/project/ruby_rspec.rb", "spec/support/project/ruby_test_unit.rb", "spec/support/project/ruby_test_unit_like.rb", "spec/support/project/test_unit.rb", "spec/support/project/test_unit_like.rb", "spec/support/project/tests_runner.rb", "spec/support/test.sqlite3", "spec/support/test_case/generator.rb", "spec/support/test_case/minitest.rb", "spec/support/test_case/rspec.rb", "spec/support/test_case/test_unit.rb", "spec/support/test_file/generator.rb", "spec/support/test_file/minitest.rb", "spec/support/test_file/rails_minitest.rb", "spec/support/test_file/rails_rspec.rb", "spec/support/test_file/rails_test_unit.rb", "spec/support/test_file/rspec.rb", "spec/support/test_file/test_unit.rb", "spec/support/test_helper/generator.rb", "spec/support/test_helper/minitest.rb", "spec/support/test_helper/rails.rb", "spec/support/test_helper/rails_minitest.rb", "spec/support/test_helper/rails_rspec.rb", "spec/support/test_helper/rails_test_unit.rb", "spec/support/test_helper/rspec.rb", "spec/support/test_helper/ruby.rb", "spec/support/test_helper/test_unit.rb"]
s.homepage = "http://rr.github.com/rr"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"
s.summary = "RR is a test double framework that features a rich selection of double techniques and a terse syntax."
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
|