Sha256: 35ef79e3b37701c2e8f8fede04914ae30b31457a9f304adbf530afa50b049df7
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
# Generated by jeweler # 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 = "taxamatch_rb" s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Dmitry Mozzherin"] s.date = "2013-05-10" s.description = "This gem implements algorithm for fuzzy matching scientific names developed by Tony Rees" s.email = "dmozzherin@gmail.com" s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "CHANGELOG", "Gemfile", "Gemfile.lock", "LICENSE", "Makefile", "README.md", "Rakefile", "VERSION", "lib/taxamatch_rb.rb", "lib/taxamatch_rb/atomizer.rb", "lib/taxamatch_rb/authmatch.rb", "lib/taxamatch_rb/normalizer.rb", "lib/taxamatch_rb/phonetizer.rb", "spec/spec.opts", "spec/spec_helper.rb", "spec/taxamatch_rb_spec.rb", "spec/taxamatch_test.txt", "taxamatch_rb.gemspec" ] s.homepage = "http://github.com/GlobalNamesArchitecture/taxamatch_rb" s.require_paths = ["lib"] s.rubygems_version = "1.8.25" s.summary = "Implementation of Tony Rees Taxamatch algorithms" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<biodiversity>, ["~> 3.0.1"]) s.add_runtime_dependency(%q<damerau-levenshtein>, ["~> 0.5.4"]) s.add_runtime_dependency(%q<json>, ["~> 1.7.7"]) else s.add_dependency(%q<biodiversity>, ["~> 3.0.1"]) s.add_dependency(%q<damerau-levenshtein>, ["~> 0.5.4"]) s.add_dependency(%q<json>, ["~> 1.7.7"]) end else s.add_dependency(%q<biodiversity>, ["~> 3.0.1"]) s.add_dependency(%q<damerau-levenshtein>, ["~> 0.5.4"]) s.add_dependency(%q<json>, ["~> 1.7.7"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taxamatch_rb-1.0.0 | taxamatch_rb.gemspec |