# -*- encoding: utf-8 -*- # stub: bcdd-contract 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "bcdd-contract".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/b-cdd/contract/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/b-cdd/contract", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/b-cdd/contract" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rodrigo Serradura".freeze] s.bindir = "exe".freeze s.date = "2024-02-01" s.description = "Reliable contract definition, data validation, and type checking for Ruby.".freeze s.email = ["rodrigo.serradura@gmail.com".freeze] s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "Steepfile".freeze, "examples/README.md".freeze, "examples/anti_corruption_layer/README.md".freeze, "examples/anti_corruption_layer/Rakefile".freeze, "examples/anti_corruption_layer/app/models/payment/charge_credit_card.rb".freeze, "examples/anti_corruption_layer/config.rb".freeze, "examples/anti_corruption_layer/lib/payment_gateways.rb".freeze, "examples/anti_corruption_layer/lib/payment_gateways/adapters/circle_up.rb".freeze, "examples/anti_corruption_layer/lib/payment_gateways/adapters/pay_friend.rb".freeze, "examples/anti_corruption_layer/lib/payment_gateways/contract.rb".freeze, "examples/anti_corruption_layer/lib/payment_gateways/response.rb".freeze, "examples/anti_corruption_layer/vendor/circle_up/client.rb".freeze, "examples/anti_corruption_layer/vendor/pay_friend/client.rb".freeze, "examples/business_processes/README.md".freeze, "examples/business_processes/Rakefile".freeze, "examples/business_processes/config.rb".freeze, "examples/business_processes/lib/division.rb".freeze, "examples/design_by_contract/README.md".freeze, "examples/design_by_contract/Rakefile".freeze, "examples/design_by_contract/config.rb".freeze, "examples/design_by_contract/lib/shopping_cart.rb".freeze, "examples/ports_and_adapters/README.md".freeze, "examples/ports_and_adapters/Rakefile".freeze, "examples/ports_and_adapters/app/models/user/record.rb".freeze, "examples/ports_and_adapters/app/models/user/record/repository.rb".freeze, "examples/ports_and_adapters/config.rb".freeze, "examples/ports_and_adapters/db/setup.rb".freeze, "examples/ports_and_adapters/lib/user/creation.rb".freeze, "examples/ports_and_adapters/lib/user/data.rb".freeze, "examples/ports_and_adapters/lib/user/repository.rb".freeze, "examples/ports_and_adapters/test/user_test/repository.rb".freeze, "lib/bcdd-contract.rb".freeze, "lib/bcdd/contract.rb".freeze, "lib/bcdd/contract/assertions.rb".freeze, "lib/bcdd/contract/config.rb".freeze, "lib/bcdd/contract/core.rb".freeze, "lib/bcdd/contract/core/checker.rb".freeze, "lib/bcdd/contract/core/checking.rb".freeze, "lib/bcdd/contract/core/factory.rb".freeze, "lib/bcdd/contract/core/proxy.rb".freeze, "lib/bcdd/contract/interface.rb".freeze, "lib/bcdd/contract/list.rb".freeze, "lib/bcdd/contract/map.rb".freeze, "lib/bcdd/contract/map/pairs.rb".freeze, "lib/bcdd/contract/map/schema.rb".freeze, "lib/bcdd/contract/proxy.rb".freeze, "lib/bcdd/contract/registry.rb".freeze, "lib/bcdd/contract/unit.rb".freeze, "lib/bcdd/contract/unit/checker.rb".freeze, "lib/bcdd/contract/unit/factory.rb".freeze, "lib/bcdd/contract/version.rb".freeze, "sig/bcdd/contract.rbs".freeze, "sig/bcdd/contract/assertions.rbs".freeze, "sig/bcdd/contract/config.rbs".freeze, "sig/bcdd/contract/core.rbs".freeze, "sig/bcdd/contract/interface.rbs".freeze, "sig/bcdd/contract/list.rbs".freeze, "sig/bcdd/contract/map.rbs".freeze, "sig/bcdd/contract/proxy.rbs".freeze, "sig/bcdd/contract/registry.rbs".freeze, "sig/bcdd/contract/unit.rbs".freeze] s.homepage = "https://github.com/b-cdd/contract".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 = "Reliable contract definition, data validation, and type checking for Ruby.".freeze end