Intermodal Container Check Digit Calculator
This gem facilitates simple calculation of check digits on intermodal shipping containers.
Installation
Add this line to your application's Gemfile:
gem 'intermodal_container_check_digit_calculator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install intermodal_container_check_digit_calculator
Usage
prefix = "TOMU"
serial = "123456"
IntermodalContainerCheckDigitCalculator::Calculator.calculate(prefix, serial)
Contributing
- 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
About Foraker Labs
This project is maintained by Foraker Labs. The names and logos of Foraker Labs are fully owned and copyright Foraker Design, LLC.
Foraker Labs is a Boulder-based Ruby on Rails and iOS development shop. Please reach out if we can help build your product.