# -*- encoding: utf-8 -*- # stub: amatch 0.2.0 ruby ext # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "amatch".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["ext".freeze] s.authors = ["Florian Frank".freeze] s.autorequire = "amatch".freeze s.date = "2005-06-01" s.description = "Amatch is a library for approximate string matching and searching in strings. Several algorithms can be used to do this, and it's also possible to compute a similarity metric number between 0.0 and 1.0 for two given strings.".freeze s.email = "flori@ping.de".freeze s.executables = ["agrep.rb".freeze] s.extensions = ["ext/extconf.rb".freeze] s.files = ["CHANGES".freeze, "GPL".freeze, "InstalledFiles".freeze, "README.en".freeze, "Rakefile".freeze, "VERSION".freeze, "bin".freeze, "bin/agrep.rb".freeze, "config.save".freeze, "ext".freeze, "ext/MANIFEST".freeze, "ext/amatch.bundle".freeze, "ext/amatch.c".freeze, "ext/extconf.rb".freeze, "ext/pair.c".freeze, "ext/pair.h".freeze, "ext/tags".freeze, "install.rb".freeze, "tests".freeze, "tests/runner.rb".freeze, "tests/test_hamming.rb".freeze, "tests/test_levenshtein.rb".freeze, "tests/test_longest_subsequence.rb".freeze, "tests/test_longest_substring.rb".freeze, "tests/test_pair_distance.rb".freeze, "tests/test_sellers.rb".freeze] s.homepage = "http://amatch.rubyforge.org".freeze s.rdoc_options = ["--title".freeze, "Amatch -- Approximate Matching".freeze, "--main".freeze, "Amatch".freeze, "--line-numbers".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Approximate String Matching library".freeze s.test_files = ["tests/runner.rb".freeze] end