Validation mixin for Ruby objects https://github.com/hanami/validations
Go to file
Luca Guidi f42ab50e01 Enable services. README. 2014-08-06 09:22:08 +02:00
lib/lotus Refactoring. Extracted AttributeValidator. 2014-08-06 09:09:17 +02:00
test Log and expose errors 2014-08-05 17:20:45 +02:00
.gitignore Introduced coercions ✈️ 2014-08-03 18:18:32 +02:00
.travis.yml Enable services. README. 2014-08-06 09:22:08 +02:00
.yardopts Enable services. README. 2014-08-06 09:22:08 +02:00
Gemfile Setup dependencies ✈️ 2014-08-03 17:33:16 +02:00
LICENSE.md Enable services. README. 2014-08-06 09:22:08 +02:00
README.md Enable services. README. 2014-08-06 09:22:08 +02:00
Rakefile Setup dependencies ✈️ 2014-08-03 17:33:16 +02:00
lotus-validations.gemspec Setup dependencies ✈️ 2014-08-03 17:33:16 +02:00

README.md

Lotus::Validations

Validations mixins for objects

Status

Gem Version Build Status Coverage Code Climate Dependencies Inline Docs

Contact

Rubies

Lotus::Validations supports Ruby (MRI) 2+ and JRuby 1.7 (with 2.0 mode).

Installation

Add this line to your application's Gemfile:

gem 'lotus-validations'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lotus-validations

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/lotus-validations/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Copyright 2014 Luca Guidi Released under MIT License