Sha256: 799c3d4f8e210218ed52ea2afdc13cef8630ee19a41d8b4667c972026e24f869

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 Bytes

Contents

# encoding: utf-8
require "taxamatch_rb/version"
require "damerau-levenshtein"
require "taxamatch_rb/base"
require "taxamatch_rb/atomizer"
require "taxamatch_rb/normalizer"
require "taxamatch_rb/phonetizer"
require "taxamatch_rb/authmatch"

if RUBY_VERSION < "1.9.1"
  fail "IMPORTANT: taxamatch_rb gem requires ruby >= 1.9.1"
end

# Taxamatch provides fuzzy comparison between two scientific names
module Taxamatch
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
taxamatch_rb-1.1.2 lib/taxamatch_rb.rb
taxamatch_rb-1.1.1 lib/taxamatch_rb.rb
taxamatch_rb-1.1.0 lib/taxamatch_rb.rb