--- !ruby/object:Gem::Specification name: zilverline-mt940 version: !ruby/object:Gem::Version version: '2.0' platform: ruby authors: - Lars Vonk - Michael Franken autorequire: bindir: bin cert_chain: [] date: 2014-04-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false name: rspec - !ruby/object:Gem::Dependency requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false name: rake description: An extended MT940 parser with implementations for Dutch banks. Based on basic parser from http://github.com/dovadi/mt940 email: lvonk@zilverline.com mfranken@zilverline.com executables: [] extensions: [] extra_rdoc_files: - LICENSE.txt - README.md files: - .document - .gitignore - .ruby-version - CHANGELOG - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - lib/mt940.rb - lib/mt940/bank_statement.rb - lib/mt940/transaction.rb - lib/mt940/version.rb - lib/mt940_structured/file_content.rb - lib/mt940_structured/header.rb - lib/mt940_structured/mt940_structured.rb - lib/mt940_structured/parser.rb - lib/mt940_structured/parsers/abnamro/abnamro.rb - lib/mt940_structured/parsers/abnamro/parser.rb - lib/mt940_structured/parsers/abnamro/transaction_parser.rb - lib/mt940_structured/parsers/balance_parser.rb - lib/mt940_structured/parsers/bank_statement_parser.rb - lib/mt940_structured/parsers/base.rb - lib/mt940_structured/parsers/date_parser.rb - lib/mt940_structured/parsers/default_line61_parser.rb - lib/mt940_structured/parsers/iban_support.rb - lib/mt940_structured/parsers/ing/ing.rb - lib/mt940_structured/parsers/ing/parser.rb - lib/mt940_structured/parsers/ing/structured_transaction_parser.rb - lib/mt940_structured/parsers/ing/transaction_parser.rb - lib/mt940_structured/parsers/ing/types.rb - lib/mt940_structured/parsers/parsers.rb - lib/mt940_structured/parsers/rabobank/parser.rb - lib/mt940_structured/parsers/rabobank/rabobank.rb - lib/mt940_structured/parsers/rabobank/structured_transaction_parser.rb - lib/mt940_structured/parsers/rabobank/transaction_parser.rb - lib/mt940_structured/parsers/rabobank/types.rb - lib/mt940_structured/parsers/structured_description_parser.rb - lib/mt940_structured/parsers/tridios/parser.rb - lib/mt940_structured/parsers/tridios/transaction_parser.rb - lib/mt940_structured/parsers/tridios/triodos.rb - mt940.gemspec - spec/fixtures/abnamro.txt - spec/fixtures/abnamro_structured.txt - spec/fixtures/ing.txt - spec/fixtures/ing/eu_incasso.txt - spec/fixtures/ing/eu_incasso_foreign_transaction.txt - spec/fixtures/ing/failing.txt - spec/fixtures/ing_structured.txt - spec/fixtures/rabobank.txt - spec/fixtures/rabobank_mt940_structured.txt - spec/fixtures/rabobank_mt940_structured_dutch_tax.txt - spec/fixtures/rabobank_mt940_structured_multi_line.txt - spec/fixtures/rabobank_mt940_structured_savings_account.txt - spec/fixtures/rabobank_mt940_structured_to_savings_account.txt - spec/fixtures/rabobank_with_debet_previous_balance.txt - spec/fixtures/triodos.txt - spec/fixtures/two_accounts.txt - spec/fixtures/unknown.txt - spec/mt940_abnamro_spec.rb - spec/mt940_ing_spec.rb - spec/mt940_rabobank_spec.rb - spec/mt940_structured/file_content_spec.rb - spec/mt940_structured/header_spec.rb - spec/mt940_structured/parsers/rabobank/bank_statement_parser_spec.rb - spec/mt940_triodos_spec.rb - spec/mt940_two_accounts_spec.rb - spec/spec_helper.rb homepage: https://github.com/zilverline/mt940 licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: mt940 rubygems_version: 2.0.6 signing_key: specification_version: 4 summary: MT940 parser test_files: - spec/fixtures/abnamro.txt - spec/fixtures/abnamro_structured.txt - spec/fixtures/ing.txt - spec/fixtures/ing/eu_incasso.txt - spec/fixtures/ing/eu_incasso_foreign_transaction.txt - spec/fixtures/ing/failing.txt - spec/fixtures/ing_structured.txt - spec/fixtures/rabobank.txt - spec/fixtures/rabobank_mt940_structured.txt - spec/fixtures/rabobank_mt940_structured_dutch_tax.txt - spec/fixtures/rabobank_mt940_structured_multi_line.txt - spec/fixtures/rabobank_mt940_structured_savings_account.txt - spec/fixtures/rabobank_mt940_structured_to_savings_account.txt - spec/fixtures/rabobank_with_debet_previous_balance.txt - spec/fixtures/triodos.txt - spec/fixtures/two_accounts.txt - spec/fixtures/unknown.txt - spec/mt940_abnamro_spec.rb - spec/mt940_ing_spec.rb - spec/mt940_rabobank_spec.rb - spec/mt940_structured/file_content_spec.rb - spec/mt940_structured/header_spec.rb - spec/mt940_structured/parsers/rabobank/bank_statement_parser_spec.rb - spec/mt940_triodos_spec.rb - spec/mt940_two_accounts_spec.rb - spec/spec_helper.rb