# -*- encoding: utf-8 -*- # stub: spy 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "spy".freeze s.version = "1.0.4".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 = "2022-12-21" s.description = "Spy is a mocking library that was made for the modern age. It supports only 2.1.0+. 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.email = ["ryanong@gmail.com".freeze] s.files = [".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".tool-versions".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, "spy.gemspec".freeze, "test/integration/test_api.rb".freeze, "test/integration/test_class_method.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/spy/test_unhook.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(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A simple modern mocking library that uses the spy pattern and checks method's existence and arity.".freeze s.test_files = ["test/integration/test_api.rb".freeze, "test/integration/test_class_method.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/spy/test_unhook.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]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end