Metadata


Name
dry-types
Version
1.2.2
Platform
ruby
Authors
Piotr Solnica
Bindir
exe
Date
2019-12-14 00:00:00 UTC
Dependencies
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
bundler (>= 0, development)
dry-monads (~> 0.2, development)
rake (~> 11.0, development)
rspec (~> 3.3, development)
yard (~> 0.9.5, development)
Description
Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc.
Email
piotr.solnica@gmail.com
Files
.codeclimate.yml
.github/ISSUE_TEMPLATE/----please-don-t-ask-for-support-via-issues.md
.github/ISSUE_TEMPLATE/---bug-report.md
.github/ISSUE_TEMPLATE/---feature-request.md
.github/workflows/custom_ci.yml
.github/workflows/docsite.yml
.github/workflows/sync_configs.yml
.gitignore
.rspec
.rubocop.yml
.yardopts
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Gemfile
LICENSE
README.md
Rakefile
benchmarks/hash_schemas.rb
benchmarks/lax_schema.rb
benchmarks/profile_invalid_input.rb
benchmarks/profile_lax_schema_valid.rb
benchmarks/profile_valid_input.rb
benchmarks/schema_valid_vs_invalid.rb
benchmarks/setup.rb
docsite/source/array-with-member.html.md
docsite/source/built-in-types.html.md
docsite/source/constraints.html.md
docsite/source/custom-types.html.md
docsite/source/default-values.html.md
docsite/source/enum.html.md
docsite/source/extensions.html.md
docsite/source/extensions/maybe.html.md
docsite/source/extensions/monads.html.md
docsite/source/getting-started.html.md
docsite/source/hash-schemas.html.md
docsite/source/index.html.md
docsite/source/map.html.md
docsite/source/optional-values.html.md
docsite/source/sum.html.md
dry-types.gemspec
lib/dry-types.rb
lib/dry/types.rb
lib/dry/types/any.rb
lib/dry/types/array.rb
lib/dry/types/array/constructor.rb
lib/dry/types/array/member.rb
lib/dry/types/builder.rb
lib/dry/types/builder_methods.rb
lib/dry/types/coercions.rb
lib/dry/types/coercions/json.rb
lib/dry/types/coercions/params.rb
lib/dry/types/compat.rb
lib/dry/types/compiler.rb
lib/dry/types/constrained.rb
lib/dry/types/constrained/coercible.rb
lib/dry/types/constraints.rb
lib/dry/types/constructor.rb
lib/dry/types/constructor/function.rb
lib/dry/types/container.rb
lib/dry/types/core.rb
lib/dry/types/decorator.rb
lib/dry/types/default.rb
lib/dry/types/enum.rb
lib/dry/types/errors.rb
lib/dry/types/extensions.rb
lib/dry/types/extensions/maybe.rb
lib/dry/types/extensions/monads.rb
lib/dry/types/fn_container.rb
lib/dry/types/hash.rb
lib/dry/types/hash/constructor.rb
lib/dry/types/inflector.rb
lib/dry/types/json.rb
lib/dry/types/lax.rb
lib/dry/types/map.rb
lib/dry/types/meta.rb
lib/dry/types/module.rb
lib/dry/types/nominal.rb
lib/dry/types/options.rb
lib/dry/types/params.rb
lib/dry/types/predicate_inferrer.rb
lib/dry/types/predicate_registry.rb
lib/dry/types/primitive_inferrer.rb
lib/dry/types/printable.rb
lib/dry/types/printer.rb
lib/dry/types/result.rb
lib/dry/types/schema.rb
lib/dry/types/schema/key.rb
lib/dry/types/spec/types.rb
lib/dry/types/sum.rb
lib/dry/types/type.rb
lib/dry/types/version.rb
log/.gitkeep
Homepage
https://github.com/dry-rb/dry-types
Licenses
MIT
Metadata
{"allowed_push_host"=>"https://rubygems.org", "changelog_uri"=>"https://github.com/dry-rb/dry-types/blob/master/CHANGELOG.md", "source_code_uri"=>"https://github.com/dry-rb/dry-types", "bug_tracker_uri"=>"https://github.com/dry-rb/dry-types/issues"}
Require paths
lib
Required ruby version
>= 2.4.0
Required rubygems version
>= 0
Rubygems version
3.0.6
Specification version
4
Summary
Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc.
Original platform
ruby
New platform
ruby