0.0
The project is in a healthy, maintained state
Validation layer for any business logic with a declarative rule-oriented API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.6
~> 0.14
~> 13.1
~> 3.13
~> 0.22

Runtime

 Project Readme

SmartCore::Validator

Validation layer for any business logic with a declarative rule-/contract-oriented API and instance-based behavior.


Supported by Cado Labs


Installation

gem 'smart_validator'
bundle install
# --- or ---
gem install smart_validator
require 'smart_core/validator'

Usage

  • soon (you can check specs for usage examples at this moment)

Contributing

  • Fork it ( https://github.com/smart-rb/smart_validator )
  • Create your feature branch (git checkout -b feature/my-new-feature)
  • Commit your changes (git commit -am '[feature_context] Add some feature')
  • Push to the branch (git push origin feature/my-new-feature)
  • Create new Pull Request

License

Released under MIT License.

Authors

AnotherRegularDude