# -*- encoding: utf-8 -*- # stub: smart_types 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "smart_types".freeze s.version = "0.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/smart-rb/smart_types/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/smart-rb/smart_types", "source_code_uri" => "https://github.com/smart-rb/smart_types" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Rustam Ibragimov".freeze] s.bindir = "exe".freeze s.date = "2022-11-25" s.description = "Full-featured type system for any ruby project. Supports custom type definition,\ntype validation, type casting and type categorizing. Provides a set of commonly used type\ncategories and general purpose types. Has a flexible and simplest type definition toolchain.\n".freeze s.email = ["iamdaiver@gmail.com".freeze] s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".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/smart_core/types.rb".freeze, "lib/smart_core/types/errors.rb".freeze, "lib/smart_core/types/primitive.rb".freeze, "lib/smart_core/types/primitive/caster.rb".freeze, "lib/smart_core/types/primitive/checker.rb".freeze, "lib/smart_core/types/primitive/factory.rb".freeze, "lib/smart_core/types/primitive/factory/definition_context.rb".freeze, "lib/smart_core/types/primitive/factory/runtime_type_builder.rb".freeze, "lib/smart_core/types/primitive/invariant_control.rb".freeze, "lib/smart_core/types/primitive/invariant_control/chain.rb".freeze, "lib/smart_core/types/primitive/invariant_control/chain/result.rb".freeze, "lib/smart_core/types/primitive/invariant_control/factory.rb".freeze, "lib/smart_core/types/primitive/invariant_control/factory/chain_definition_context.rb".freeze, "lib/smart_core/types/primitive/invariant_control/result.rb".freeze, "lib/smart_core/types/primitive/invariant_control/single.rb".freeze, "lib/smart_core/types/primitive/invariant_control/single/result.rb".freeze, "lib/smart_core/types/primitive/mult_factory.rb".freeze, "lib/smart_core/types/primitive/mult_factory/definition_context.rb".freeze, "lib/smart_core/types/primitive/mult_validator.rb".freeze, "lib/smart_core/types/primitive/mult_validator/result.rb".freeze, "lib/smart_core/types/primitive/nilable_factory.rb".freeze, "lib/smart_core/types/primitive/nilable_validator.rb".freeze, "lib/smart_core/types/primitive/nilable_validator/result.rb".freeze, "lib/smart_core/types/primitive/runtime_attributes_checker.rb".freeze, "lib/smart_core/types/primitive/sum_factory.rb".freeze, "lib/smart_core/types/primitive/sum_factory/definition_context.rb".freeze, "lib/smart_core/types/primitive/sum_validator.rb".freeze, "lib/smart_core/types/primitive/sum_validator/result.rb".freeze, "lib/smart_core/types/primitive/undefined_caster.rb".freeze, "lib/smart_core/types/primitive/validator.rb".freeze, "lib/smart_core/types/primitive/validator/result.rb".freeze, "lib/smart_core/types/protocol.rb".freeze, "lib/smart_core/types/protocol/instance_of.rb".freeze, "lib/smart_core/types/struct.rb".freeze, "lib/smart_core/types/system.rb".freeze, "lib/smart_core/types/value.rb".freeze, "lib/smart_core/types/value/any.rb".freeze, "lib/smart_core/types/value/array.rb".freeze, "lib/smart_core/types/value/big_decimal.rb".freeze, "lib/smart_core/types/value/boolean.rb".freeze, "lib/smart_core/types/value/class.rb".freeze, "lib/smart_core/types/value/comparable.rb".freeze, "lib/smart_core/types/value/date.rb".freeze, "lib/smart_core/types/value/date_time.rb".freeze, "lib/smart_core/types/value/enumerable.rb".freeze, "lib/smart_core/types/value/enumerator.rb".freeze, "lib/smart_core/types/value/enumerator_chain.rb".freeze, "lib/smart_core/types/value/float.rb".freeze, "lib/smart_core/types/value/hash.rb".freeze, "lib/smart_core/types/value/integer.rb".freeze, "lib/smart_core/types/value/io.rb".freeze, "lib/smart_core/types/value/method.rb".freeze, "lib/smart_core/types/value/module.rb".freeze, "lib/smart_core/types/value/nil.rb".freeze, "lib/smart_core/types/value/numeric.rb".freeze, "lib/smart_core/types/value/proc.rb".freeze, "lib/smart_core/types/value/range.rb".freeze, "lib/smart_core/types/value/rational.rb".freeze, "lib/smart_core/types/value/set.rb".freeze, "lib/smart_core/types/value/string.rb".freeze, "lib/smart_core/types/value/string_io.rb".freeze, "lib/smart_core/types/value/symbol.rb".freeze, "lib/smart_core/types/value/text.rb".freeze, "lib/smart_core/types/value/time.rb".freeze, "lib/smart_core/types/value/time_based.rb".freeze, "lib/smart_core/types/value/unbound_method.rb".freeze, "lib/smart_core/types/variadic.rb".freeze, "lib/smart_core/types/variadic/array_of.rb".freeze, "lib/smart_core/types/variadic/enum.rb".freeze, "lib/smart_core/types/variadic/tuple.rb".freeze, "lib/smart_core/types/version.rb".freeze, "smart_types.gemspec".freeze] s.homepage = "https://github.com/smart-rb/smart_types".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Full-featured type system for any ruby project.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.21".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) end