Sha256: 2496681a27e078f8c35fb970da675d4a241b4384501e997c3bbfdd3980b64c58
Contents?: true
Size: 1.73 KB
Versions: 0
Compression: gzip
Compressed size: 702 Bytes
Stored size: 702 Bytes
Contents
--- !ruby/object:Gem::Specification name: text version: !ruby/object:Gem::Version version: 1.0.4 prerelease: platform: ruby authors: - Paul Battley - Michael Neumann - Tim Fletcher autorequire: bindir: bin cert_chain: [] date: 2012-06-07 00:00:00.000000000 Z dependencies: [] description: ! 'A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double Metaphone, Figlet, Porter Stemming' email: pbattley@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - lib/text/levenshtein.rb - lib/text/metaphone.rb - lib/text/soundex.rb - lib/text/white_similarity.rb - lib/text/double_metaphone.rb - lib/text/porter_stemming.rb - lib/text/util.rb - lib/text/version.rb - lib/text.rb - test/test_porter_stemming.rb - test/data/chunky.flf - test/data/porter_stemming_input.txt - test/data/metaphone.txt - test/data/double_metaphone.csv - test/data/big.flf - test/data/porter_stemming_output.txt - test/data/metaphone_buggy.txt - test/data/chunky.txt - test/data/big.txt - test/preamble.rb - test/test_soundex.rb - test/test_white_similarity.rb - test/test_metaphone.rb - test/test_levenshtein.rb - test/test_double_metaphone.rb - README.rdoc - Rakefile homepage: http://github.com/threedaymonk/text licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: text rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: A collection of text algorithms test_files: []