name-spotter.gemspec in name-spotter-0.1.11 vs name-spotter.gemspec in name-spotter-0.2.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 = "name-spotter" - s.version = "0.1.11" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Anthony Goddard", "Chuck Ha", "Dmitry Mozzherin"] - s.date = "2012-06-13" + s.date = "2012-06-18" s.description = "The gem searches for scientific names in texts using socket servers running TaxonFinder (by Patrick Leary) and NetiNeti (by Lakshmi Manohar Akella)" s.email = "dmozzherin@gmail.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -38,10 +38,11 @@ "name-spotter.gemspec", "spec/files/journalofentomol13pomo_0018.txt", "spec/files/journalofentomol13pomo_0063.txt", "spec/name-spotter_spec.rb", "spec/scientific_name_spec.rb", - "spec/spec_helper.rb" + "spec/spec_helper.rb", + "tf_logic.txt" ] s.homepage = "http://github.com/GlobalNamesArchitecture/name-spotter" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.24"