Sha256: 9ba3948d15a1fc5820535756a8858b5e710127885fbc37160fe5b0c9a7fd1f7a
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 811 Bytes
Stored size: 811 Bytes
Contents
--- !ruby/object:Gem::Specification name: amatch version: !ruby/object:Gem::Version version: 0.2.5 platform: x86-mswin32 authors: - Florian Frank autorequire: bindir: bin cert_chain: [] date: 2009-09-25 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: [] extra_rdoc_files: - README - ext/amatch.c - lib/amatch/version.rb files: - CHANGES - COPYING - README - Rakefile - VERSION - amatch.gemspec - bin/agrep.rb - ext/amatch.c - ext/common.h - ext/extconf.rb - ext/pair.c - ext/pair.h - install.rb - lib/amatch/version.rb - tests/test_hamming.rb - tests/test_jaro.rb - tests/test_jaro_winkler.rb - tests/test_levenshtein.rb - tests/test_longest_subsequence.rb - tests/test_longest_substring.rb - tests/test_pair_distance.rb - tests/test_sellers.rb - lib/amatch.so has_rdoc: true homepage: http://amatch.rubyforge.org licenses: [] post_install_message: rdoc_options: - --main - README - --title - amatch - Approximate Matching require_paths: - lib - ext - lib 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