# -*- encoding: utf-8 -*- # stub: fuzzy_match 1.5.0 ruby lib Gem::Specification.new do |s| s.name = "fuzzy_match".freeze s.version = "1.5.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Seamus Abshere".freeze] s.date = "2013-04-03" s.description = "Find a needle in a haystack using string similarity and (optionally) regexp rules. Replaces loose_tight_dictionary.".freeze s.email = ["seamus@abshere.net".freeze] s.executables = ["fuzzy_match_checker".freeze] s.files = [".gitignore".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "THANKS-WILLIAM-JAMES.rb".freeze, "benchmark/before-with-free.txt".freeze, "benchmark/before-without-last-result.txt".freeze, "benchmark/before.txt".freeze, "benchmark/memory.rb".freeze, "bin/fuzzy_match_checker".freeze, "examples/bts_aircraft/5-2-A.htm".freeze, "examples/bts_aircraft/5-2-B.htm".freeze, "examples/bts_aircraft/5-2-D.htm".freeze, "examples/bts_aircraft/5-2-E.htm".freeze, "examples/bts_aircraft/5-2-G.htm".freeze, "examples/bts_aircraft/groupings.csv".freeze, "examples/bts_aircraft/identities.csv".freeze, "examples/bts_aircraft/negatives.csv".freeze, "examples/bts_aircraft/normalizers.csv".freeze, "examples/bts_aircraft/number_260.csv".freeze, "examples/bts_aircraft/positives.csv".freeze, "examples/bts_aircraft/test_bts_aircraft.rb".freeze, "examples/first_name_matching.rb".freeze, "examples/icao-bts.xls".freeze, "fuzzy_match.gemspec".freeze, "lib/fuzzy_match.rb".freeze, "lib/fuzzy_match/cached_result.rb".freeze, "lib/fuzzy_match/result.rb".freeze, "lib/fuzzy_match/rule.rb".freeze, "lib/fuzzy_match/rule/grouping.rb".freeze, "lib/fuzzy_match/rule/identity.rb".freeze, "lib/fuzzy_match/rule/normalizer.rb".freeze, "lib/fuzzy_match/rule/stop_word.rb".freeze, "lib/fuzzy_match/score.rb".freeze, "lib/fuzzy_match/score/amatch.rb".freeze, "lib/fuzzy_match/score/pure_ruby.rb".freeze, "lib/fuzzy_match/similarity.rb".freeze, "lib/fuzzy_match/version.rb".freeze, "lib/fuzzy_match/wrapper.rb".freeze, "test/helper.rb".freeze, "test/test_amatch.rb".freeze, "test/test_cache.rb".freeze, "test/test_fuzzy_match.rb".freeze, "test/test_fuzzy_match_convoluted.rb.disabled".freeze, "test/test_grouping.rb".freeze, "test/test_identity.rb".freeze, "test/test_normalizer.rb".freeze, "test/test_wrapper.rb".freeze] s.homepage = "https://github.com/seamusabshere/fuzzy_match".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Find a needle in a haystack using string similarity and (optionally) regexp rules. Replaces loose_tight_dictionary.".freeze s.test_files = ["test/helper.rb".freeze, "test/test_amatch.rb".freeze, "test/test_cache.rb".freeze, "test/test_fuzzy_match.rb".freeze, "test/test_fuzzy_match_convoluted.rb.disabled".freeze, "test/test_grouping.rb".freeze, "test/test_identity.rb".freeze, "test/test_normalizer.rb".freeze, "test/test_wrapper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0.4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end