[gem]: https://rubygems.org/gems/dry-schema [travis]: https://travis-ci.org/dry-rb/dry-schema [codeclimate]: https://codeclimate.com/github/dry-rb/dry-schema [coveralls]: https://coveralls.io/r/dry-rb/dry-schema [inchpages]: http://inch-ci.org/github/dry-rb/dry-schema # dry-schema [![Join the chat at https://gitter.im/dry-rb/chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dry-rb/chat) [![Gem Version](https://badge.fury.io/rb/dry-schema.svg)][gem] [![Build Status](https://travis-ci.org/dry-rb/dry-schema.svg?branch=master)][travis] [![Code Climate](https://codeclimate.com/github/dry-rb/dry-schema/badges/gpa.svg)][codeclimate] [![Test Coverage](https://codeclimate.com/github/dry-rb/dry-schema/badges/coverage.svg)][codeclimate] [![Inline docs](http://inch-ci.org/github/dry-rb/dry-schema.svg?branch=master)][inchpages] ## Links * [Documentation](http://dry-rb.org/gems/dry-schema) ## 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.