Sha256: 62e4d59f873ffd9bb91fddf85eff7d8176b1452d73f7e39df79d0e259d241eef
Contents?: true
Size: 819 Bytes
Versions: 1
Compression:
Stored size: 819 Bytes
Contents
# SimpleDataValidator Simple solution for validate all data in database ## Installation Add this line to your application's Gemfile: ```ruby gem 'simple_data_validator' ``` And then execute: $ bundle Or install it yourself as: $ gem install simple_data_validator ## Usage ```ruby SimpleDataValidator.validate_all_data(report_name: your_report_name.csv) ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/simple_data_validator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_data_validator-0.1.1 | README.md |