This library provides few utility classes that wrap the Iban-Bic's (http://www.ibancalculator.com/) iban services.
Just add it to the Gemfile of your project:
gem 'iban_utils', '>= 0.0.0'
validation = IbanValidation.new(config)
validation.valigate
generator = IbanGenerator.new(config)
generator.generate
To run the built-in rspec tests, run:
bundle exec rspec ./spec
- 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
Please read License.txt