Flexible type system for Ruby with coercions and constraints https://github.com/dry-rb/dry-types
Go to file
Piotr Solnica bd863076af
Merge pull request #391 from laertispappas/small_doc_update
Shows meta usage in intro doc

docsite:release-1.0
docsite:release-1.2
2020-02-10 12:40:57 +00:00
.devtools/templates [devtools] sync configs 2020-01-18 11:15:51 +00:00
.github [devtools] sync 2020-02-09 13:44:34 +00:00
benchmarks rubocop -a --only Style/StringLiterals 2020-01-06 12:49:31 +01:00
bin Add bin directory 2020-01-05 15:13:54 +01:00
docsite/source Shows meta usage in intro doc 2020-02-10 13:17:54 +01:00
lib Revert "Add Params::String" 2020-02-10 12:30:37 +03:00
log Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
spec Revert "Add Params::String" 2020-02-10 12:30:37 +03:00
.gitignore gitignore .vscode 2020-01-18 17:08:47 +03:00
.rspec [devtools] config sync 2019-12-28 13:01:22 +00:00
.rubocop.yml [devtools] sync 2020-02-02 17:13:42 +00:00
.yardopts Update YARD docs [ci skip] 2019-04-23 16:37:17 +02:00
CHANGELOG.md [devtools] sync 2020-02-10 09:59:22 +00:00
CHANGELOG.old.md Add changelog.yml and a copy of old CHANGELOG.md 2020-01-17 10:26:03 +01:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-11-06 17:40:16 +00:00
CONTRIBUTING.md [devtools] sync 2020-01-23 10:25:04 +00:00
Gemfile Fix Schema::Key#optional 2020-01-18 16:54:50 +03:00
Gemfile.devtools [devtools] sync 2020-01-31 08:05:58 +00:00
LICENSE [devtools] sync configs 2020-01-04 22:37:02 +00:00
README.md [devtools] sync configs 2020-01-05 10:54:50 +00:00
Rakefile rubocop -a 2019-07-01 11:25:59 +03:00
changelog.yml Set release date 2020-02-10 12:58:50 +03:00
dry-types.gemspec [devtools] sync 2020-01-31 08:30:10 +00:00
project.yml Add gemspec source data 2020-01-12 14:20:01 +03:00

README.md

dry-types Join the chat at https://dry-rb.zulipchat.com

Gem Version CI Status Codacy Badge Codacy Badge Inline docs

Supported Ruby versions

This library officially supports the following Ruby versions:

  • MRI >= 2.4
  • jruby >= 9.2

License

See LICENSE file.