mt940.gemspec in mt940-0.3.0 vs mt940.gemspec in mt940-0.4.0

- old
+ new

@@ -3,15 +3,15 @@ # 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.3.0" + s.version = "0.4.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["dovadi"] - s.date = %q{2011-06-27} + s.date = %q{2011-07-04} s.description = %q{A basic MT940 parser with implementations for Dutch banks.} s.email = %q{frank.oxener@gmail.com} s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -37,9 +37,10 @@ "test/fixtures/ing.txt", "test/fixtures/rabobank.txt", "test/fixtures/triodos.txt", "test/helper.rb", "test/test_mt940_abnamro.rb", + "test/test_mt940_base.rb", "test/test_mt940_ing.rb", "test/test_mt940_rabobank.rb", "test/test_mt940_triodos.rb" ] s.homepage = %q{http://github.com/dovadi/mt940}