mt940.gemspec in mt940-0.4.1 vs mt940.gemspec in mt940-0.5.0

- old
+ new

@@ -3,11 +3,11 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mt940} - s.version = "0.4.1" + s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["dovadi"] s.date = %q{2011-07-04} s.description = %q{A basic MT940 parser with implementations for Dutch banks.} @@ -35,9 +35,10 @@ "mt940.gemspec", "test/fixtures/abnamro.txt", "test/fixtures/ing.txt", "test/fixtures/rabobank.txt", "test/fixtures/triodos.txt", + "test/fixtures/unknown.txt", "test/helper.rb", "test/test_mt940_abnamro.rb", "test/test_mt940_base.rb", "test/test_mt940_ing.rb", "test/test_mt940_rabobank.rb",