# -*- encoding: utf-8 -*- # stub: zilverline-mt940 2.0 ruby lib Gem::Specification.new do |s| s.name = "zilverline-mt940".freeze s.version = "2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lars Vonk".freeze, "Michael Franken".freeze] s.date = "2014-04-11" s.description = "An extended MT940 parser with implementations for Dutch banks. Based on basic parser from http://github.com/dovadi/mt940".freeze s.email = "lvonk@zilverline.com mfranken@zilverline.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".ruby-version".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/mt940.rb".freeze, "lib/mt940/bank_statement.rb".freeze, "lib/mt940/transaction.rb".freeze, "lib/mt940/version.rb".freeze, "lib/mt940_structured/file_content.rb".freeze, "lib/mt940_structured/header.rb".freeze, "lib/mt940_structured/mt940_structured.rb".freeze, "lib/mt940_structured/parser.rb".freeze, "lib/mt940_structured/parsers/abnamro/abnamro.rb".freeze, "lib/mt940_structured/parsers/abnamro/parser.rb".freeze, "lib/mt940_structured/parsers/abnamro/transaction_parser.rb".freeze, "lib/mt940_structured/parsers/balance_parser.rb".freeze, "lib/mt940_structured/parsers/bank_statement_parser.rb".freeze, "lib/mt940_structured/parsers/base.rb".freeze, "lib/mt940_structured/parsers/date_parser.rb".freeze, "lib/mt940_structured/parsers/default_line61_parser.rb".freeze, "lib/mt940_structured/parsers/iban_support.rb".freeze, "lib/mt940_structured/parsers/ing/ing.rb".freeze, "lib/mt940_structured/parsers/ing/parser.rb".freeze, "lib/mt940_structured/parsers/ing/structured_transaction_parser.rb".freeze, "lib/mt940_structured/parsers/ing/transaction_parser.rb".freeze, "lib/mt940_structured/parsers/ing/types.rb".freeze, "lib/mt940_structured/parsers/parsers.rb".freeze, "lib/mt940_structured/parsers/rabobank/parser.rb".freeze, "lib/mt940_structured/parsers/rabobank/rabobank.rb".freeze, "lib/mt940_structured/parsers/rabobank/structured_transaction_parser.rb".freeze, "lib/mt940_structured/parsers/rabobank/transaction_parser.rb".freeze, "lib/mt940_structured/parsers/rabobank/types.rb".freeze, "lib/mt940_structured/parsers/structured_description_parser.rb".freeze, "lib/mt940_structured/parsers/tridios/parser.rb".freeze, "lib/mt940_structured/parsers/tridios/transaction_parser.rb".freeze, "lib/mt940_structured/parsers/tridios/triodos.rb".freeze, "mt940.gemspec".freeze, "spec/fixtures/abnamro.txt".freeze, "spec/fixtures/abnamro_structured.txt".freeze, "spec/fixtures/ing.txt".freeze, "spec/fixtures/ing/eu_incasso.txt".freeze, "spec/fixtures/ing/eu_incasso_foreign_transaction.txt".freeze, "spec/fixtures/ing/failing.txt".freeze, "spec/fixtures/ing_structured.txt".freeze, "spec/fixtures/rabobank.txt".freeze, "spec/fixtures/rabobank_mt940_structured.txt".freeze, "spec/fixtures/rabobank_mt940_structured_dutch_tax.txt".freeze, "spec/fixtures/rabobank_mt940_structured_multi_line.txt".freeze, "spec/fixtures/rabobank_mt940_structured_savings_account.txt".freeze, "spec/fixtures/rabobank_mt940_structured_to_savings_account.txt".freeze, "spec/fixtures/rabobank_with_debet_previous_balance.txt".freeze, "spec/fixtures/triodos.txt".freeze, "spec/fixtures/two_accounts.txt".freeze, "spec/fixtures/unknown.txt".freeze, "spec/mt940_abnamro_spec.rb".freeze, "spec/mt940_ing_spec.rb".freeze, "spec/mt940_rabobank_spec.rb".freeze, "spec/mt940_structured/file_content_spec.rb".freeze, "spec/mt940_structured/header_spec.rb".freeze, "spec/mt940_structured/parsers/rabobank/bank_statement_parser_spec.rb".freeze, "spec/mt940_triodos_spec.rb".freeze, "spec/mt940_two_accounts_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/zilverline/mt940".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "MT940 parser".freeze s.test_files = ["spec/fixtures/abnamro.txt".freeze, "spec/fixtures/abnamro_structured.txt".freeze, "spec/fixtures/ing.txt".freeze, "spec/fixtures/ing/eu_incasso.txt".freeze, "spec/fixtures/ing/eu_incasso_foreign_transaction.txt".freeze, "spec/fixtures/ing/failing.txt".freeze, "spec/fixtures/ing_structured.txt".freeze, "spec/fixtures/rabobank.txt".freeze, "spec/fixtures/rabobank_mt940_structured.txt".freeze, "spec/fixtures/rabobank_mt940_structured_dutch_tax.txt".freeze, "spec/fixtures/rabobank_mt940_structured_multi_line.txt".freeze, "spec/fixtures/rabobank_mt940_structured_savings_account.txt".freeze, "spec/fixtures/rabobank_mt940_structured_to_savings_account.txt".freeze, "spec/fixtures/rabobank_with_debet_previous_balance.txt".freeze, "spec/fixtures/triodos.txt".freeze, "spec/fixtures/two_accounts.txt".freeze, "spec/fixtures/unknown.txt".freeze, "spec/mt940_abnamro_spec.rb".freeze, "spec/mt940_ing_spec.rb".freeze, "spec/mt940_rabobank_spec.rb".freeze, "spec/mt940_structured/file_content_spec.rb".freeze, "spec/mt940_structured/header_spec.rb".freeze, "spec/mt940_structured/parsers/rabobank/bank_statement_parser_spec.rb".freeze, "spec/mt940_triodos_spec.rb".freeze, "spec/mt940_two_accounts_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end