Flexible type system for Ruby with coercions and constraints https://github.com/dry-rb/dry-types
Go to file
Jan Dudulski a47c4b5149
📝 Import Dry.Types, not Dry::Types
2021-07-10 03:05:24 +02:00
.devtools/templates [devtools] sync 2021-01-03 11:03:52 +00:00
.github Update .github/workflows/rubocop.yml from action-hero/workflows 2021-06-11 12:05:45 +00:00
benchmarks rubocop -a 2021-01-05 21:42:53 +03:00
bin 📝 Import Dry.Types, not Dry::Types 2021-07-10 03:05:24 +02:00
docsite/source Add docs for fallbacks and custom builders 2021-01-21 21:32:55 +03:00
lib 📝 Import Dry.Types, not Dry::Types 2021-07-10 03:05:24 +02:00
log
spec Merge pull request #415 from dry-rb/custom-builder-methods 2021-01-20 17:33:37 +03:00
.action_hero.yml Update .action_hero.yml from dry-rb/template-gem 2021-06-06 09:05:19 +00:00
.gitignore
.rspec
.rubocop.yml Update .rubocop.yml from dry-rb/template-gem 2021-06-12 18:55:03 +00:00
.yardopts
CHANGELOG.md [devtools] sync 2021-03-30 15:26:03 +00:00
CODEOWNERS [devtools] sync 2021-01-16 07:18:12 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CONTRIBUTING.md from dry-rb/template-gem 2021-05-27 15:55:51 +00:00
Gemfile rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01:00
Gemfile.devtools Update Gemfile.devtools from dry-rb/template-gem 2021-06-06 08:32:34 +00:00
LICENSE [devtools] sync 2021-01-03 08:18:43 +00:00
README.md Update README.md from dry-rb/template-gem 2021-06-09 08:36:10 +00:00
Rakefile rubocop -a --only Style/StringLiterals 2020-12-12 07:43:26 +01:00
changelog.yml Update changelog.yml 2021-03-30 17:25:25 +02:00
dry-types.gemspec Update dry-types.gemspec from dry-rb/template-gem 2021-06-09 08:36:09 +00:00
project.yml Set custom_ci: true in project.yml 2021-05-24 13:39:05 +02: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.6.0
  • jruby >= 9.3 (we are waiting for 2.6 support)

License

See LICENSE file.