Vindicate
Provides Vehicle Identification Number (VIN) number format for ActiveModel. Checks length, characters, and checksum calculation.
Usage
#app/models/vin.rb
validates :number, vin: true # validates 'number' attribute is proper vin formatInstallation
Add this line to your application's Gemfile:
gem 'vindicate'And then execute:
$ bundleOr install it yourself as:
$ gem install vindicateLicense
The gem is available as open source under the terms of the MIT License.