Coercion and validation for data structures https://github.com/dry-rb/dry-schema
Go to file
Piotr Solnica 6054df6954
Update .yardopts [ci skip]
2019-04-30 08:15:24 +02:00
benchmarks Add benchmarks 2019-04-10 14:19:50 +03:00
bin Tune bin/console [ci skip] 2019-04-03 13:10:24 +02:00
config Minor formatting fixes in errors.yml 2019-03-30 11:40:37 +01:00
examples Update style 2019-04-04 23:01:05 +07:00
lib Bump version to 0.6.0 [ci skip] 2019-04-24 15:20:42 +02:00
log Import dry-validation code 2017-04-17 17:04:17 +02:00
spec Add an integration spec for params 2019-04-17 12:06:40 +02:00
.codeclimate.yml Update codeclimate/hound to use devtools as the config source 2019-03-08 21:00:52 +01:00
.gitignore Update codeclimate/hound to use devtools as the config source 2019-03-08 21:00:52 +01:00
.rspec [rspec] turn on warnings in default options 2019-03-09 11:54:30 +01:00
.travis.yml CI: Use jruby-9.2.7.0 2019-04-11 18:16:21 +02:00
.yardopts Update .yardopts [ci skip] 2019-04-30 08:15:24 +02:00
CHANGELOG.md Update CHANGELOG [ci skip] 2019-04-24 15:20:05 +02:00
CONTRIBUTING.md Add CONTRIBUTING.md [ci skip] 2017-06-06 16:32:04 +02:00
Gemfile Use released dry-types and dry-logic 2019-04-24 12:58:10 +02:00
LICENSE Update LICENSE [ci skip] 2019-03-04 10:29:38 +01:00
README.md Update README [ci skip] 2019-04-02 12:52:34 +02:00
Rakefile rubocop --only Style/FrozenStringLiteralComment -a 2019-03-04 10:40:23 +01:00
dry-schema.gemspec Bump dry-core to ~> 0.4 2019-04-22 17:37:31 +02:00

README.md

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

Gem Version Build Status Code Climate Test Coverage Inline docs

Supported Ruby versions

This library officially supports following Ruby versions:

  • MRI >= 2.4
  • jruby >= 9.2

It should work on MRI 2.3.x too, but there's no official support for this version.

License

See LICENSE file.