Sha256: c94e9cd57ca648c316a7d62501af4d7a65faba9cc88b6675a690c89d1ce1896b
Contents?: true
Size: 1.92 KB
Versions: 0
Compression: gzip
Compressed size: 776 Bytes
Stored size: 776 Bytes
Contents
--- !ruby/object:Gem::Specification name: amatch version: !ruby/object:Gem::Version version: 0.2.4 platform: ruby authors: - Florian Frank autorequire: bindir: bin cert_chain: [] date: 2009-08-26 00:00:00 +02: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: - ext/amatch.c - lib/amatch/version.rb - doc-main.txt files: - CHANGES - bin/agrep.rb - VERSION - README - ext/common.h - ext/extconf.rb - ext/amatch.c - ext/pair.h - ext/pair.c - Rakefile - lib/amatch/version.rb - tests/test_longest_substring.rb - tests/test_hamming.rb - tests/test_longest_subsequence.rb - tests/test_pair_distance.rb - tests/test_levenshtein.rb - tests/test_jaro.rb - tests/test_sellers.rb - tests/test_jaro_winkler.rb - COPYING - install.rb - doc-main.txt has_rdoc: true homepage: http://amatch.rubyforge.org licenses: [] post_install_message: rdoc_options: - --main - doc-main.txt - --title - amatch - Approximate Matching 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.3.4 signing_key: specification_version: 3 summary: Approximate String Matching library test_files: - tests/test_longest_substring.rb - tests/test_hamming.rb - tests/test_longest_subsequence.rb - tests/test_pair_distance.rb - tests/test_levenshtein.rb - tests/test_jaro.rb - tests/test_sellers.rb - tests/test_jaro_winkler.rb