# -*- encoding: utf-8 -*- # stub: stashify-contract 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "stashify-contract".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/Lambda-Null/stashify-contract", "source_code_uri" => "https://github.com/Lambda-Null/stashify-contract" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Lambda Null".freeze] s.bindir = "exe".freeze s.date = "2023-04-01" s.description = "Provide a portable suite of tests that can be dropped into any Stashify implementation so that functionality built on top of them can make certain assumptions".freeze s.email = ["lambda.null.42@gmail.com".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/stashify/contract.rb".freeze, "lib/stashify/contract/directory_contract.rb".freeze, "lib/stashify/contract/file_contract.rb".freeze, "lib/stashify/contract/properties.rb".freeze, "lib/stashify/contract/version.rb".freeze, "sig/stashify/contract.rbs".freeze] s.homepage = "https://github.com/Lambda-Null/stashify-contract".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Provide a contract that provider specific implementations of Stashify can follow".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0.0".freeze]) end