# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "mocha" s.version = "2.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Mead"] s.date = "2023-07-27" s.description = "Mocking and stubbing library with JMock/SchMock syntax, which allows mocking and stubbing of methods on real (non-mock) classes." s.email = "mocha-developer@googlegroups.com" s.homepage = "https://mocha.jamesmead.org" s.licenses = ["MIT", "BSD-2-Clause"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 2.0") s.rubygems_version = "2.0.14.1" s.summary = "Mocking and stubbing library" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0.0.5"]) else s.add_dependency(%q, [">= 0.0.5"]) end else s.add_dependency(%q, [">= 0.0.5"]) end end