softwareinmotion / ibanizator

Ruby gem for calculating iban out of account details.
MIT License
30 stars 21 forks source link

Replace sqlite with official txt file from Bundesbank #4

Closed djmaze closed 10 years ago

djmaze commented 10 years ago

This uses the unmodified text version of the database at http://www.bundesbank.de/Redaktion/DE/Standardartikel/Kerngeschaeftsfelder/Unbarer_Zahlungsverkehr/bankleitzahlen_download.html.

Maybe better than the CSV approach (#3)?

JGantner commented 10 years ago

Thanks for your work. :)

LeEnno commented 10 years ago

Just a little addition: the new code is not yet available on rubygems.org. This might be due to missing increments in the gemspec's version and/or date.

djmaze commented 10 years ago

Right. @JGantner, could you push out a new release? Thanks!

JGantner commented 10 years ago

Done :)