https://github.com/sumup/iban_utils
https://github.com/sumup/iban_utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumup/iban_utils
- Owner: sumup
- License: mit
- Created: 2014-07-23T11:24:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T10:30:36.000Z (over 2 years ago)
- Last Synced: 2025-03-30T22:41:40.096Z (about 1 year ago)
- Language: Ruby
- Size: 21.5 KB
- Stars: 3
- Watchers: 197
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# IbanUtils
This library provides few utility classes that wrap the Iban-Bic's (http://www.ibancalculator.com/) iban services.
## Installation
Just add it to the Gemfile of your project:
gem 'iban_utils', '>= 0.0.0'
## Usage
validation = IbanValidation.new(config)
validation.valigate
generator = IbanGenerator.new(config)
generator.generate
## Testing
To run the built-in rspec tests, run:
bundle exec rspec ./spec
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Copyright & License
Please read License.txt