taxamatch_rb.gemspec in dimus-taxamatch_rb-0.1.1 vs taxamatch_rb.gemspec in dimus-taxamatch_rb-0.1.2

- old
+ new

@@ -1,10 +1,10 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{taxamatch_rb} - s.version = "0.1.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Dmitry Mozzherin"] s.date = %q{2009-07-29} s.email = %q{dmozzherin@eol.org} @@ -24,17 +24,19 @@ "features/support/common.rb", "features/support/env.rb", "features/support/matchers.rb", "features/taxamatch_rb.feature", "lib/taxamatch_rb.rb", + "lib/taxamatch_rb/authormatch.rb", "lib/taxamatch_rb/damerau_levenshtein_mod.rb", "lib/taxamatch_rb/normalizer.rb", "lib/taxamatch_rb/parser.rb", "lib/taxamatch_rb/phonetizer.rb", "spec/damerau_levenshtein_mod_test.txt", "spec/spec.opts", "spec/spec_helper.rb", "spec/taxamatch_rb_spec.rb", + "spec/taxamatch_test.txt", "taxamatch_rb.gemspec" ] s.has_rdoc = true s.homepage = %q{http://github.com/dimus/taxamatch_rb} s.rdoc_options = ["--charset=UTF-8"]