Banking data (including SWIFT-codes/BIC) for Germany, Austria, Switzerland, Netherlands.
- update austria data
- update austria download link
- update austria filename and adding download date only
- rename dutch bank identifier
- update smarter_csv gem to allow ruby3
- update banking data
- fix dutch name bank name and identifiers
- update banking data
- update DACH banking data
- add new bank data
- bugfix: return empty array, when bank not known
- add SWIFT data of dutch banks
- Update data of swiss banks (bcbankenstamm.txt)
- Update SWIFT data of austrian, german and swiss banks
- Update SWIFT data of austrian, german and swiss banks
- Update SWIFT data of german banks
- Update SWIFT data of austrian, german and swiss banks
- fix compatibility with
smarter_csv
>= 1.1.0smarter_csv
now turns-
into_
in headers, which broke the matching on Austrian bank data.
Add this line to your application's Gemfile:
gem 'banking_data'
And then execute:
$ bundle
Or install it yourself as:
$ gem install banking_data
- 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