name-spotter.gemspec in name-spotter-0.0.2 vs name-spotter.gemspec in name-spotter-0.0.3

- old
+ new

@@ -2,18 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{name-spotter} - s.version = "0.0.2" + s.name = "name-spotter" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = [%q{Ryan Schenk}, %q{Anthony Goddard}, %q{Chuck Ha}, %q{Dmitry Mozzherin}] - s.date = %q{2012-01-12} - s.description = %q{The gem searches for scientific names in texts using socket servers running TaxonFinder (by Patrick Leary) and NetiNeti (by Lakshmi Manohar Akella)} - s.email = %q{dmozzherin@gmail.com} + s.authors = ["Anthony Goddard", "Chuck Ha", "Dmitry Mozzherin"] + s.date = "2012-01-12" + 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" ] s.files = [ @@ -38,14 +38,14 @@ "name-spotter.gemspec", "spec/name-spotter_spec.rb", "spec/scientific_name_spec.rb", "spec/spec_helper.rb" ] - s.homepage = %q{http://github.com/GlobalNamesArchitecture/name-spotter} - s.licenses = [%q{MIT}] - s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.8.6} - s.summary = %q{Scientific names finder} + s.homepage = "http://github.com/GlobalNamesArchitecture/name-spotter" + s.licenses = ["MIT"] + s.require_paths = ["lib"] + s.rubygems_version = "1.8.10" + s.summary = "Scientific names finder" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then