/usr/share/rubygems-integration/1.9.1/specifications/rspec-expectations-2.14.2.gemspec is in ruby-rspec-expectations 2.14.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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rspec-expectations"
s.version = "2.14.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Steven Baker", "David Chelimsky"]
s.date = "2013-08-15"
s.description = "rspec expectations (should[_not] and matchers)"
s.email = "rspec-users@rubyforge.org"
s.files = ["lib/rspec-expectations.rb", "lib/rspec/expectations.rb", "lib/rspec/expectations/deprecation.rb", "lib/rspec/expectations/differ.rb", "lib/rspec/expectations/errors.rb", "lib/rspec/expectations/expectation_target.rb", "lib/rspec/expectations/extensions.rb", "lib/rspec/expectations/extensions/array.rb", "lib/rspec/expectations/extensions/object.rb", "lib/rspec/expectations/fail_with.rb", "lib/rspec/expectations/handler.rb", "lib/rspec/expectations/syntax.rb", "lib/rspec/expectations/version.rb", "lib/rspec/matchers.rb", "lib/rspec/matchers/be_close.rb", "lib/rspec/matchers/built_in.rb", "lib/rspec/matchers/built_in/base_matcher.rb", "lib/rspec/matchers/built_in/be.rb", "lib/rspec/matchers/built_in/be_instance_of.rb", "lib/rspec/matchers/built_in/be_kind_of.rb", "lib/rspec/matchers/built_in/be_within.rb", "lib/rspec/matchers/built_in/change.rb", "lib/rspec/matchers/built_in/cover.rb", "lib/rspec/matchers/built_in/eq.rb", "lib/rspec/matchers/built_in/eql.rb", "lib/rspec/matchers/built_in/equal.rb", "lib/rspec/matchers/built_in/exist.rb", "lib/rspec/matchers/built_in/has.rb", "lib/rspec/matchers/built_in/have.rb", "lib/rspec/matchers/built_in/include.rb", "lib/rspec/matchers/built_in/match.rb", "lib/rspec/matchers/built_in/match_array.rb", "lib/rspec/matchers/built_in/raise_error.rb", "lib/rspec/matchers/built_in/respond_to.rb", "lib/rspec/matchers/built_in/satisfy.rb", "lib/rspec/matchers/built_in/start_and_end_with.rb", "lib/rspec/matchers/built_in/throw_symbol.rb", "lib/rspec/matchers/built_in/yield.rb", "lib/rspec/matchers/compatibility.rb", "lib/rspec/matchers/configuration.rb", "lib/rspec/matchers/dsl.rb", "lib/rspec/matchers/extensions/instance_eval_with_args.rb", "lib/rspec/matchers/generated_descriptions.rb", "lib/rspec/matchers/matcher.rb", "lib/rspec/matchers/method_missing.rb", "lib/rspec/matchers/operator_matcher.rb", "lib/rspec/matchers/pretty.rb", "lib/rspec/matchers/test_unit_integration.rb", "README.md", "License.txt", "Changelog.md", ".yardopts", ".document", "features/README.md", "features/Upgrade.md", "features/built_in_matchers/README.md", "features/built_in_matchers/be.feature", "features/built_in_matchers/be_within.feature", "features/built_in_matchers/cover.feature", "features/built_in_matchers/end_with.feature", "features/built_in_matchers/equality.feature", "features/built_in_matchers/exist.feature", "features/built_in_matchers/expect_change.feature", "features/built_in_matchers/expect_error.feature", "features/built_in_matchers/have.feature", "features/built_in_matchers/include.feature", "features/built_in_matchers/match.feature", "features/built_in_matchers/operators.feature", "features/built_in_matchers/predicates.feature", "features/built_in_matchers/respond_to.feature", "features/built_in_matchers/satisfy.feature", "features/built_in_matchers/start_with.feature", "features/built_in_matchers/throw_symbol.feature", "features/built_in_matchers/types.feature", "features/built_in_matchers/yield.feature", "features/custom_matchers/access_running_example.feature", "features/custom_matchers/define_diffable_matcher.feature", "features/custom_matchers/define_matcher.feature", "features/custom_matchers/define_matcher_outside_rspec.feature", "features/custom_matchers/define_matcher_with_fluent_interface.feature", "features/customized_message.feature", "features/diffing.feature", "features/implicit_docstrings.feature", "features/step_definitions/additional_cli_steps.rb", "features/support/env.rb", "features/support/rubinius.rb", "features/syntax_configuration.feature", "features/test_frameworks/test_unit.feature", "spec/rspec/expectations/differ_spec.rb", "spec/rspec/expectations/expectation_target_spec.rb", "spec/rspec/expectations/extensions/kernel_spec.rb", "spec/rspec/expectations/fail_with_spec.rb", "spec/rspec/expectations/handler_spec.rb", "spec/rspec/expectations/syntax_spec.rb", "spec/rspec/matchers/base_matcher_spec.rb", "spec/rspec/matchers/be_close_spec.rb", "spec/rspec/matchers/be_instance_of_spec.rb", "spec/rspec/matchers/be_kind_of_spec.rb", "spec/rspec/matchers/be_spec.rb", "spec/rspec/matchers/be_within_spec.rb", "spec/rspec/matchers/change_spec.rb", "spec/rspec/matchers/configuration_spec.rb", "spec/rspec/matchers/cover_spec.rb", "spec/rspec/matchers/description_generation_spec.rb", "spec/rspec/matchers/dsl_spec.rb", "spec/rspec/matchers/eq_spec.rb", "spec/rspec/matchers/eql_spec.rb", "spec/rspec/matchers/equal_spec.rb", "spec/rspec/matchers/exist_spec.rb", "spec/rspec/matchers/has_spec.rb", "spec/rspec/matchers/have_spec.rb", "spec/rspec/matchers/include_matcher_integration_spec.rb", "spec/rspec/matchers/include_spec.rb", "spec/rspec/matchers/match_array_spec.rb", "spec/rspec/matchers/match_spec.rb", "spec/rspec/matchers/matcher_spec.rb", "spec/rspec/matchers/matchers_spec.rb", "spec/rspec/matchers/method_missing_spec.rb", "spec/rspec/matchers/operator_matcher_spec.rb", "spec/rspec/matchers/raise_error_spec.rb", "spec/rspec/matchers/respond_to_spec.rb", "spec/rspec/matchers/satisfy_spec.rb", "spec/rspec/matchers/start_with_end_with_spec.rb", "spec/rspec/matchers/throw_symbol_spec.rb", "spec/rspec/matchers/yield_spec.rb", "spec/spec_helper.rb", "spec/support/classes.rb", "spec/support/in_sub_process.rb", "spec/support/matchers.rb", "spec/support/ruby_version.rb", "spec/support/shared_examples.rb"]
s.homepage = "http://github.com/rspec/rspec-expectations"
s.licenses = ["MIT"]
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = "rspec"
s.rubygems_version = "1.8.23"
s.summary = "rspec-expectations-2.14.2"
s.test_files = ["features/README.md", "features/Upgrade.md", "features/built_in_matchers/README.md", "features/built_in_matchers/be.feature", "features/built_in_matchers/be_within.feature", "features/built_in_matchers/cover.feature", "features/built_in_matchers/end_with.feature", "features/built_in_matchers/equality.feature", "features/built_in_matchers/exist.feature", "features/built_in_matchers/expect_change.feature", "features/built_in_matchers/expect_error.feature", "features/built_in_matchers/have.feature", "features/built_in_matchers/include.feature", "features/built_in_matchers/match.feature", "features/built_in_matchers/operators.feature", "features/built_in_matchers/predicates.feature", "features/built_in_matchers/respond_to.feature", "features/built_in_matchers/satisfy.feature", "features/built_in_matchers/start_with.feature", "features/built_in_matchers/throw_symbol.feature", "features/built_in_matchers/types.feature", "features/built_in_matchers/yield.feature", "features/custom_matchers/access_running_example.feature", "features/custom_matchers/define_diffable_matcher.feature", "features/custom_matchers/define_matcher.feature", "features/custom_matchers/define_matcher_outside_rspec.feature", "features/custom_matchers/define_matcher_with_fluent_interface.feature", "features/customized_message.feature", "features/diffing.feature", "features/implicit_docstrings.feature", "features/step_definitions/additional_cli_steps.rb", "features/support/env.rb", "features/support/rubinius.rb", "features/syntax_configuration.feature", "features/test_frameworks/test_unit.feature", "spec/rspec/expectations/differ_spec.rb", "spec/rspec/expectations/expectation_target_spec.rb", "spec/rspec/expectations/extensions/kernel_spec.rb", "spec/rspec/expectations/fail_with_spec.rb", "spec/rspec/expectations/handler_spec.rb", "spec/rspec/expectations/syntax_spec.rb", "spec/rspec/matchers/base_matcher_spec.rb", "spec/rspec/matchers/be_close_spec.rb", "spec/rspec/matchers/be_instance_of_spec.rb", "spec/rspec/matchers/be_kind_of_spec.rb", "spec/rspec/matchers/be_spec.rb", "spec/rspec/matchers/be_within_spec.rb", "spec/rspec/matchers/change_spec.rb", "spec/rspec/matchers/configuration_spec.rb", "spec/rspec/matchers/cover_spec.rb", "spec/rspec/matchers/description_generation_spec.rb", "spec/rspec/matchers/dsl_spec.rb", "spec/rspec/matchers/eq_spec.rb", "spec/rspec/matchers/eql_spec.rb", "spec/rspec/matchers/equal_spec.rb", "spec/rspec/matchers/exist_spec.rb", "spec/rspec/matchers/has_spec.rb", "spec/rspec/matchers/have_spec.rb", "spec/rspec/matchers/include_matcher_integration_spec.rb", "spec/rspec/matchers/include_spec.rb", "spec/rspec/matchers/match_array_spec.rb", "spec/rspec/matchers/match_spec.rb", "spec/rspec/matchers/matcher_spec.rb", "spec/rspec/matchers/matchers_spec.rb", "spec/rspec/matchers/method_missing_spec.rb", "spec/rspec/matchers/operator_matcher_spec.rb", "spec/rspec/matchers/raise_error_spec.rb", "spec/rspec/matchers/respond_to_spec.rb", "spec/rspec/matchers/satisfy_spec.rb", "spec/rspec/matchers/start_with_end_with_spec.rb", "spec/rspec/matchers/throw_symbol_spec.rb", "spec/rspec/matchers/yield_spec.rb", "spec/spec_helper.rb", "spec/support/classes.rb", "spec/support/in_sub_process.rb", "spec/support/matchers.rb", "spec/support/ruby_version.rb", "spec/support/shared_examples.rb"]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<diff-lcs>, ["< 2.0", ">= 1.1.3"])
s.add_development_dependency(%q<rake>, ["~> 10.0.0"])
s.add_development_dependency(%q<cucumber>, ["~> 1.1.9"])
s.add_development_dependency(%q<aruba>, ["~> 0.5"])
else
s.add_dependency(%q<diff-lcs>, ["< 2.0", ">= 1.1.3"])
s.add_dependency(%q<rake>, ["~> 10.0.0"])
s.add_dependency(%q<cucumber>, ["~> 1.1.9"])
s.add_dependency(%q<aruba>, ["~> 0.5"])
end
else
s.add_dependency(%q<diff-lcs>, ["< 2.0", ">= 1.1.3"])
s.add_dependency(%q<rake>, ["~> 10.0.0"])
s.add_dependency(%q<cucumber>, ["~> 1.1.9"])
s.add_dependency(%q<aruba>, ["~> 0.5"])
end
end
|