Flexible type system for Ruby with coercions and constraints https://github.com/dry-rb/dry-types
Go to file
Piotr Solnica acbab799c3
rubocop -a --only Style/StringLiterals
2020-12-12 07:43:26 +01:00
.devtools/templates [devtools] sync 2020-12-12 06:02:47 +00:00
.github [devtools] sync 2020-12-11 07:13:10 +00:00
benchmarks rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01:00
bin Add bin directory 2020-01-05 15:13:54 +01:00
docsite/source Docs: Removing Hash schema type param and fixing md section 2020-09-20 15:30:12 -04:00
lib rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01:00
log Deprecate Types::Array#member 2017-08-26 22:44:12 +03:00
spec rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01: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-09-26 15:19:01 +00:00
.yardopts Update YARD docs [ci skip] 2019-04-23 16:37:17 +02:00
CHANGELOG.md [devtools] sync 2020-12-12 06:02:47 +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-12-12 05:07:57 +00:00
Gemfile rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01:00
Gemfile.devtools [devtools] sync 2020-06-17 06:22:04 +00:00
LICENSE [devtools] sync configs 2020-01-04 22:37:02 +00:00
README.md [devtools] sync 2020-11-19 11:51:01 +00:00
Rakefile rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01:00
changelog.yml Update changelog 2020-03-09 16:18:23 +03:00
dry-types.gemspec [devtools] sync 2020-10-08 17:53:00 +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.5
  • jruby >= 9.2

License

See LICENSE file.