--- !ruby/object:Gem::Specification name: bourne version: !ruby/object:Gem::Version version: 1.1.0 prerelease: platform: ruby authors: - Joe Ferris autorequire: bindir: bin cert_chain: [] date: 2012-02-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: mocha requirement: &70334145515340 !ruby/object:Gem::Requirement none: false requirements: - - = - !ruby/object:Gem::Version version: 0.10.4 type: :runtime prerelease: false version_requirements: *70334145515340 - !ruby/object:Gem::Dependency name: rake requirement: &70334145514700 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70334145514700 description: ! "Extends mocha to allow detailed tracking and querying of\n stub and mock invocations. Allows test spies using the have_received rspec\n matcher and assert_received for Test::Unit. Extracted from the\n jferris-mocha fork." email: jferris@thoughtbot.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - bourne.gemspec - lib/bourne.rb - lib/bourne/api.rb - lib/bourne/expectation.rb - lib/bourne/invocation.rb - lib/bourne/mock.rb - lib/bourne/mockery.rb - lib/bourne/version.rb - test/acceptance/acceptance_test_helper.rb - test/acceptance/mocha_example_test.rb - test/acceptance/spy_test.rb - test/acceptance/stubba_example_test.rb - test/execution_point.rb - test/matcher_helpers.rb - test/method_definer.rb - test/mini_test_result.rb - test/simple_counter.rb - test/test_helper.rb - test/test_runner.rb - test/unit/assert_received_test.rb - test/unit/expectation_test.rb - test/unit/have_received_test.rb - test/unit/invocation_test.rb - test/unit/mock_test.rb - test/unit/mockery_test.rb homepage: http://github.com/thoughtbot/bourne licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Adds test spies to mocha. test_files: - test/acceptance/acceptance_test_helper.rb - test/acceptance/mocha_example_test.rb - test/acceptance/spy_test.rb - test/acceptance/stubba_example_test.rb - test/execution_point.rb - test/matcher_helpers.rb - test/method_definer.rb - test/mini_test_result.rb - test/simple_counter.rb - test/test_helper.rb - test/test_runner.rb - test/unit/assert_received_test.rb - test/unit/expectation_test.rb - test/unit/have_received_test.rb - test/unit/invocation_test.rb - test/unit/mock_test.rb - test/unit/mockery_test.rb