dry-validation/README.md

31 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

<!--- this file is synced from dry-rb/template-gem project -->
2015-11-25 18:31:47 +00:00
[gem]: https://rubygems.org/gems/dry-validation
2020-01-04 22:30:30 +00:00
[actions]: https://github.com/dry-rb/dry-validation/actions
[codacy]: https://www.codacy.com/gh/dry-rb/dry-validation
2019-04-01 09:36:50 +00:00
[chat]: https://dry-rb.zulipchat.com
[inchpages]: http://inch-ci.org/github/dry-rb/dry-validation
2015-11-25 18:31:47 +00:00
2019-04-01 09:59:39 +00:00
# dry-validation [![Join the chat at https://dry-rb.zulipchat.com](https://img.shields.io/badge/dry--rb-join%20chat-%23346b7a.svg)][chat]
2015-11-25 18:31:47 +00:00
2015-11-25 18:32:20 +00:00
[![Gem Version](https://badge.fury.io/rb/dry-validation.svg)][gem]
[![CI Status](https://github.com/dry-rb/dry-validation/workflows/ci/badge.svg)][actions]
2020-01-05 10:54:38 +00:00
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f30e3ff5ec304c55a73868cdbf055c67)][codacy]
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/f30e3ff5ec304c55a73868cdbf055c67)][codacy]
[![Inline docs](http://inch-ci.org/github/dry-rb/dry-validation.svg?branch=main)][inchpages]
2015-07-22 22:07:45 +00:00
2016-03-14 16:21:18 +00:00
## Links
2015-07-22 22:07:45 +00:00
* [User documentation](https://dry-rb.org/gems/dry-validation)
2020-01-04 22:30:30 +00:00
* [API documentation](http://rubydoc.info/gems/dry-validation)
2015-11-19 18:44:53 +00:00
2019-03-04 10:34:41 +00:00
## Supported Ruby versions
2020-01-04 22:43:57 +00:00
This library officially supports the following Ruby versions:
2019-03-04 10:34:41 +00:00
* MRI `>= 2.7.0`
* jruby `>= 9.3` (postponed until 2.7 is supported)
2019-03-04 10:34:41 +00:00
2015-07-22 22:07:45 +00:00
## License
See `LICENSE` file.