Validation library with type-safe schemas and rules https://github.com/dry-rb/dry-validation
Go to file
Piotr Solnica de3d17e900
Update benchmarks
2021-06-29 12:41:43 +02:00
.devtools/templates [devtools] sync 2021-01-03 11:03:54 +00:00
.github Update .github/workflows/rubocop.yml from action-hero/workflows 2021-06-11 12:05:44 +00:00
benchmarks Update benchmarks 2021-06-29 12:41:43 +02:00
bin Fix bin/console 2020-11-23 18:56:38 +01:00
config Use locales for acceptance macro message 2019-05-04 19:14:38 +02:00
docsite/source Fix a typo in the dry-validation rules page 2021-02-02 14:44:51 +01:00
examples correct the code in some of the examples 2020-09-17 00:04:46 +03:00
lib Bump dry-validation to 1.7.0 2021-06-29 11:47:59 +02:00
log Add deprecation warnings when type spec is missing 2016-06-19 19:00:40 +02:00
spec Disable flaky spec 2021-06-29 11:41:56 +02:00
.action_hero.yml Update .action_hero.yml from dry-rb/template-gem 2021-06-06 09:05:18 +00:00
.gitignore Add initial rules context interface 2020-11-11 18:48:09 +03:00
.rspec [devtools] config sync 2019-12-28 13:01:23 +00:00
.rubocop.yml Update .rubocop.yml from dry-rb/template-gem 2021-06-12 18:55:02 +00:00
.yardopts Update .yardopts [ci skip] 2019-05-05 10:14:40 +02:00
CHANGELOG.md [devtools] sync 2021-06-29 09:49:35 +00:00
CODEOWNERS [devtools] sync 2021-01-16 07:18:12 +00:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-11-30 11:06:25 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md from dry-rb/template-gem 2021-05-27 15:55:50 +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:33 +00:00
LICENSE [devtools] sync 2021-01-03 08:18:48 +00:00
README.md Update README.md from dry-rb/template-gem 2021-06-09 08:36:08 +00:00
Rakefile rubocop -a 2020-03-10 20:13:41 -07:00
changelog.yml Update changelog.yml 2021-06-29 11:48:53 +02:00
dry-validation.gemspec Bump dry-schema to >= 1.7.0 2021-06-29 11:41:43 +02:00
project.yml Update project.yml 2021-05-27 17:02:43 +02:00

README.md

dry-validation 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.