ValidatesCnpj

Gem Version Build Status Dependency Status Coverage Status Code Climate

Validates cnpj and test it in a simple way

Installation

Add this line to your application's Gemfile:

gem 'validates_cnpj'

And then execute:

$ bundle

Or install it yourself as:

$ gem install validates_cnpj

Usage

Just use as any other validator:

class User < ActiveRecord::Base
    validates :cnpj, :cnpj => true
end

Notes

It will load a macher to test automatically if the gem is below shoulda-matchers.

Mantainers

@plribeiro3000

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request