# -*- encoding: utf-8 -*- # stub: strictly_fake 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "strictly_fake".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/featurist/strictly_fake", "source_code_uri" => "https://github.com/featurist/strictly_fake" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["artemave".freeze] s.bindir = "exe".freeze s.date = "2020-11-24" s.description = "Stub that automatically verifies that stubbed methods exist and the signatures match the original.".freeze s.email = ["artemave@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "lib/strictly_fake.rb".freeze, "lib/strictly_fake/version.rb".freeze, "strictly_fake.gemspec".freeze] s.homepage = "https://github.com/featurist/strictly_fake".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Stub that automatically verifies that stubbed methods exist and the signatures match the original.".freeze end