--- !ruby/object:Gem::Specification name: rspec-expectations version: !ruby/object:Gem::Version prerelease: false segments: - 2 - 2 - 0 version: 2.2.0 platform: ruby authors: - David Chelimsky - Chad Humphries autorequire: bindir: bin cert_chain: [] date: 2010-11-28 00:00:00 -06:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: diff-lcs requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 1 - 2 version: 1.1.2 type: :runtime prerelease: false version_requirements: *id001 description: rspec expectations (should[_not] and matchers) email: dchelimsky@gmail.com;chad.humphries@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md files: - .document - .gitignore - Gemfile - History.markdown - License.txt - README.md - Rakefile - Upgrade.markdown - cucumber.yml - features/README.markdown - features/expectations/attribute_of_subject.feature - features/expectations/customized_message.feature - features/expectations/diffing.feature - features/expectations/implicit_docstrings.feature - features/matchers/access_running_example.feature - features/matchers/be.feature - features/matchers/be_within.feature - features/matchers/define_diffable_matcher.feature - features/matchers/define_matcher.feature - features/matchers/define_matcher_outside_rspec.feature - features/matchers/define_matcher_with_fluent_interface.feature - features/matchers/equality.feature - features/matchers/exist.feature - features/matchers/expect_change.feature - features/matchers/expect_error.feature - features/matchers/have.feature - features/matchers/include.feature - features/matchers/match.feature - features/matchers/operators.feature - features/matchers/predicates.feature - features/matchers/respond_to.feature - features/matchers/satisfy.feature - features/matchers/throw_symbol.feature - features/matchers/types.feature - features/step_definitions/additional_cli_steps.rb - features/support/env.rb - features/test_frameworks/test_unit.feature - lib/rspec-expectations.rb - lib/rspec/expectations.rb - lib/rspec/expectations/backward_compatibility.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/fail_with.rb - lib/rspec/expectations/handler.rb - lib/rspec/expectations/version.rb - lib/rspec/matchers.rb - lib/rspec/matchers/be.rb - lib/rspec/matchers/be_close.rb - lib/rspec/matchers/be_instance_of.rb - lib/rspec/matchers/be_kind_of.rb - lib/rspec/matchers/be_within.rb - lib/rspec/matchers/block_aliases.rb - lib/rspec/matchers/change.rb - lib/rspec/matchers/compatibility.rb - lib/rspec/matchers/dsl.rb - lib/rspec/matchers/eq.rb - lib/rspec/matchers/eql.rb - lib/rspec/matchers/equal.rb - lib/rspec/matchers/errors.rb - lib/rspec/matchers/exist.rb - lib/rspec/matchers/extensions/instance_exec.rb - lib/rspec/matchers/generated_descriptions.rb - lib/rspec/matchers/has.rb - lib/rspec/matchers/have.rb - lib/rspec/matchers/include.rb - lib/rspec/matchers/match.rb - lib/rspec/matchers/match_array.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/raise_error.rb - lib/rspec/matchers/respond_to.rb - lib/rspec/matchers/satisfy.rb - lib/rspec/matchers/throw_symbol.rb - rspec-expectations.gemspec - 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/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/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/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/suite.rb - spec/support/classes.rb - specs.watchr has_rdoc: true homepage: http://github.com/rspec/rspec-expectations licenses: [] 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: -833655942959929431 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: -833655942959929431 segments: - 0 version: "0" requirements: [] rubyforge_project: rspec rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: rspec-expectations-2.2.0 test_files: - features/README.markdown - features/expectations/attribute_of_subject.feature - features/expectations/customized_message.feature - features/expectations/diffing.feature - features/expectations/implicit_docstrings.feature - features/matchers/access_running_example.feature - features/matchers/be.feature - features/matchers/be_within.feature - features/matchers/define_diffable_matcher.feature - features/matchers/define_matcher.feature - features/matchers/define_matcher_outside_rspec.feature - features/matchers/define_matcher_with_fluent_interface.feature - features/matchers/equality.feature - features/matchers/exist.feature - features/matchers/expect_change.feature - features/matchers/expect_error.feature - features/matchers/have.feature - features/matchers/include.feature - features/matchers/match.feature - features/matchers/operators.feature - features/matchers/predicates.feature - features/matchers/respond_to.feature - features/matchers/satisfy.feature - features/matchers/throw_symbol.feature - features/matchers/types.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/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/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/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/suite.rb - spec/support/classes.rb