Sha256: ff0364d220322ddac15ad0a5c62f90fca001c67e815f369ae954d7d136cb0602
Contents?: true
Size: 1.61 KB
Versions: 0
Compression: gzip
Compressed size: 778 Bytes
Stored size: 778 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.11 specification_version: 1 name: amatch version: !ruby/object:Gem::Version version: 0.2.2 date: 2005-11-10 00:00:00 +01:00 summary: Approximate String Matching library require_paths: - ext email: flori@ping.de homepage: http://amatch.rubyforge.org rubyforge_project: amatch 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." autorequire: amatch default_executable: agrep.rb bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: authors: - Florian Frank files: - InstalledFiles - bin - install.rb - GPL - ext - Rakefile - VERSION - tests - foo.rb - CHANGES - config.save - README.en - bin/agrep.rb - ext/pair.h - ext/extconf.rb - ext/amatch.bundle - ext/pair.c - ext/tags - ext/MANIFEST - ext/amatch.c - tests/test_longest_substring.rb - tests/test_hamming.rb - tests/test_sellers.rb - tests/test_levenshtein.rb - tests/test_pair_distance.rb - tests/runner.rb - tests/test_longest_subsequence.rb test_files: - tests/runner.rb rdoc_options: - "--title" - "Amatch -- Approximate Matching" - "--main" - Amatch - "--line-numbers" extra_rdoc_files: [] executables: - agrep.rb extensions: - ext/extconf.rb requirements: [] dependencies: []