Sha256: b6ab7de7ba5ab7121d9ce997b2eb6f57ed5cc42ae127fec551e0e5fa6cbc08c4
Contents?: true
Size: 981 Bytes
Versions: 3
Compression:
Stored size: 981 Bytes
Contents
[travis]: https://travis-ci.org/icelab/formalist # Formalist [![Build Status](https://travis-ci.org/icelab/formalist.svg?branch=master)][travis] ## Installation Add these lines to your application’s `Gemfile`: ```ruby gem "dry-validation", git: "https://github.com/dryrb/dry-validation", ref: "6447302f3b53766b29f29230831890a5cc3822e0" gem "formalist" ``` The dry-validation dependency is a temporary lock to a version that offers the AST/error message structures we expect. You should be able to remove this after future releases of formalist and dry-validation. Run `bundle` to install the gems. ## Contributing Bug reports and pull requests are welcome on [GitHub](http://github.com/icelab/formalist). ## Credits Formalist is developed and maintained by [Icelab](http://icelab.com.au/). ## License Copyright © 2015-2016 [Icelab](http://icelab.com.au/). Formalist is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formalist-0.2.2 | README.md |
formalist-0.2.1 | README.md |
formalist-0.2.0 | README.md |