--- !ruby/object:Gem::Specification name: rspec-expectations version: !ruby/object:Gem::Version hash: 43 prerelease: segments: - 2 - 9 - 0 version: 2.9.0 platform: ruby authors: - Steven Baker - David Chelimsky autorequire: bindir: bin cert_chain: [] date: 2012-03-17 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 21 segments: - 1 - 1 - 3 version: 1.1.3 prerelease: false requirement: *id001 name: diff-lcs type: :runtime - !ruby/object:Gem::Dependency version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 63 segments: - 0 - 9 - 2 version: 0.9.2 prerelease: false requirement: *id002 name: rake type: :development - !ruby/object:Gem::Dependency version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 1 segments: - 1 - 1 - 9 version: 1.1.9 prerelease: false requirement: *id003 name: cucumber type: :development - !ruby/object:Gem::Dependency version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 25 segments: - 0 - 4 - 11 version: 0.4.11 prerelease: false requirement: *id004 name: aruba type: :development description: rspec expectations (should[_not] and matchers) email: rspec-users@rubyforge.org executables: [] extensions: [] extra_rdoc_files: [] 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/extensions.rb - lib/rspec/expectations/extensions/array.rb - lib/rspec/expectations/extensions/kernel.rb - lib/rspec/expectations/extensions/object.rb - lib/rspec/expectations/fail_with.rb - lib/rspec/expectations/handler.rb - lib/rspec/expectations/version.rb - lib/rspec/matchers.rb - lib/rspec/matchers/be_close.rb - lib/rspec/matchers/block_aliases.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/throw_symbol.rb - lib/rspec/matchers/compatibility.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 - README.md - License.txt - Changelog.md - .yardopts - .document - features/README.markdown - 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/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/throw_symbol.feature - features/built_in_matchers/types.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/test_frameworks/test_unit.feature - spec/rspec/expectations/differ_spec.rb - spec/rspec/expectations/extensions/kernel_spec.rb - spec/rspec/expectations/fail_with_spec.rb - spec/rspec/expectations/handler_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/compatibility_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_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/throw_symbol_spec.rb - spec/spec_helper.rb - spec/support/classes.rb - spec/support/matchers.rb - spec/support/ruby_version.rb homepage: http://github.com/rspec/rspec-expectations licenses: - MIT post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rspec rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: rspec-expectations-2.9.0 test_files: - features/README.markdown - 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/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/throw_symbol.feature - features/built_in_matchers/types.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/test_frameworks/test_unit.feature - spec/rspec/expectations/differ_spec.rb - spec/rspec/expectations/extensions/kernel_spec.rb - spec/rspec/expectations/fail_with_spec.rb - spec/rspec/expectations/handler_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/compatibility_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_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/throw_symbol_spec.rb - spec/spec_helper.rb - spec/support/classes.rb - spec/support/matchers.rb - spec/support/ruby_version.rb has_rdoc: