Use to validate tiger text users against the api. Yep, the namespace is a bit much.
Add this line to your application's Gemfile:
gem 'tiger_text_user_validator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tiger_text_user_validator
ttval = TigerTextUserValidator::UserValidator.new({user_name: , password: })
ttval.valid?
returns boolean
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request