Sha256: cbf40bcd5504aecd0269b08e9dff7f84ce3dc4954cc7fec399861b5cb7e7cdaf
Contents?: true
Size: 1.56 KB
Versions: 0
Compression: gzip
Compressed size: 745 Bytes
Stored size: 745 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.8.10 specification_version: 1 name: amatch version: !ruby/object:Gem::Version version: 0.2.0 date: 2005-06-01 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 authors: - Florian Frank files: - README.en - CHANGES - GPL - bin - bin/agrep.rb - ext - ext/MANIFEST - ext/amatch.c - ext/extconf.rb - ext/amatch.bundle - ext/tags - ext/pair.h - ext/pair.c - Rakefile - VERSION - install.rb - config.save - InstalledFiles - tests - tests/test_levenshtein.rb - tests/test_hamming.rb - tests/test_pair_distance.rb - tests/runner.rb - tests/test_sellers.rb - tests/test_longest_subsequence.rb - tests/test_longest_substring.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: []