Sha256: dee7aa006957144f4eadce3cca017b494a570ea215472c9cfb76e61bc2b2c07e
Contents?: true
Size: 1.66 KB
Versions: 0
Compression: gzip
Compressed size: 768 Bytes
Stored size: 768 Bytes
Contents
--- !ruby/object:Gem::Specification name: 47primes-amatch version: !ruby/object:Gem::Version version: 0.2.3 platform: ruby authors: - Florian Frank autorequire: bindir: bin cert_chain: [] date: 2009-06-09 00:00:00 -07:00 default_executable: agrep.rb dependencies: [] 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. email: flori@ping.de executables: - agrep.rb extensions: - ext/extconf.rb extra_rdoc_files: [] files: - bin - bin/agrep.rb - CHANGES - ext - ext/amatch.bundle - ext/amatch.c - ext/extconf.rb - ext/Makefile - ext/MANIFEST - ext/pair.c - ext/pair.h - ext/tags - GPL - install.rb - Rakefile - README.en - tests - tests/runner.rb - tests/test_hamming.rb - tests/test_levenshtein.rb - tests/test_longest_subsequence.rb - tests/test_longest_substring.rb - tests/test_pair_distance.rb - tests/test_sellers.rb - VERSION has_rdoc: true homepage: http://amatch.rubyforge.org post_install_message: rdoc_options: - --title - Amatch -- Approximate Matching - --main - Amatch - --line-numbers require_paths: - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: amatch rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Approximate String Matching library test_files: - tests/runner.rb