# -*- encoding: utf-8 -*- # stub: spy 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "spy".freeze s.version = "0.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Ong".freeze] s.date = "2013-05-28" s.description = "A simple modern mocking library that uses the spy pattern and checks method's existence and arity.".freeze s.email = ["ryanong@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/spy.rb".freeze, "lib/spy/agency.rb".freeze, "lib/spy/api.rb".freeze, "lib/spy/base.rb".freeze, "lib/spy/call_log.rb".freeze, "lib/spy/constant.rb".freeze, "lib/spy/core_ext/marshal.rb".freeze, "lib/spy/exceptions.rb".freeze, "lib/spy/integration.rb".freeze, "lib/spy/mock.rb".freeze, "lib/spy/nest.rb".freeze, "lib/spy/subroutine.rb".freeze, "lib/spy/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/spy/and_call_original_spec.rb".freeze, "spec/spy/and_yield_spec.rb".freeze, "spec/spy/any_instance_spec.rb".freeze, "spec/spy/hash_excluding_matcher_spec.rb".freeze, "spec/spy/hash_including_matcher_spec.rb".freeze, "spec/spy/mutate_const_spec.rb".freeze, "spec/spy/nil_expectation_warning_spec.rb".freeze, "spec/spy/null_object_mock_spec.rb".freeze, "spec/spy/partial_mock_spec.rb".freeze, "spec/spy/passing_argument_matchers_spec.rb".freeze, "spec/spy/serialization_spec.rb".freeze, "spec/spy/stash_spec.rb".freeze, "spec/spy/stub_implementation_spec.rb".freeze, "spec/spy/stub_spec.rb".freeze, "spec/spy/to_ary_spec.rb".freeze, "spy.gemspec".freeze, "test/integration/test_api.rb".freeze, "test/integration/test_constant_spying.rb".freeze, "test/integration/test_instance_method.rb".freeze, "test/integration/test_mocking.rb".freeze, "test/integration/test_subroutine_spying.rb".freeze, "test/spy/test_mock.rb".freeze, "test/spy/test_subroutine.rb".freeze, "test/support/pen.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/ryanong/spy".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Spy is a mocking library that was made for the modern age. It supports only 1.9.3+. Spy by default will raise an error if you attempt to stub a method that doesn't exist or call the stubbed method with the wrong arity.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/spy/and_call_original_spec.rb".freeze, "spec/spy/and_yield_spec.rb".freeze, "spec/spy/any_instance_spec.rb".freeze, "spec/spy/hash_excluding_matcher_spec.rb".freeze, "spec/spy/hash_including_matcher_spec.rb".freeze, "spec/spy/mutate_const_spec.rb".freeze, "spec/spy/nil_expectation_warning_spec.rb".freeze, "spec/spy/null_object_mock_spec.rb".freeze, "spec/spy/partial_mock_spec.rb".freeze, "spec/spy/passing_argument_matchers_spec.rb".freeze, "spec/spy/serialization_spec.rb".freeze, "spec/spy/stash_spec.rb".freeze, "spec/spy/stub_implementation_spec.rb".freeze, "spec/spy/stub_spec.rb".freeze, "spec/spy/to_ary_spec.rb".freeze, "test/integration/test_api.rb".freeze, "test/integration/test_constant_spying.rb".freeze, "test/integration/test_instance_method.rb".freeze, "test/integration/test_mocking.rb".freeze, "test/integration/test_subroutine_spying.rb".freeze, "test/spy/test_mock.rb".freeze, "test/spy/test_subroutine.rb".freeze, "test/support/pen.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 4.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end