mumboe-amatch 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mumboe-amatch
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.3
5
+ platform: ruby
6
+ authors:
7
+ - Florian Frank
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-09 00:00:00 -05:00
13
+ default_executable: agrep.rb
14
+ dependencies: []
15
+
16
+ description: |
17
+ Fork of RubyForge version incorporating Michal Granger's Ruby 1.9 patch: http://deveiate.org/code/amatch-0.2.3-ruby-1.9.1.patch
18
+
19
+ email: flori@ping.de
20
+ executables:
21
+ - agrep.rb
22
+ extensions:
23
+ - ext/extconf.rb
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - bin/agrep.rb
28
+ - CHANGES
29
+ - ext/amatch.bundle
30
+ - ext/amatch.c
31
+ - ext/extconf.rb
32
+ - ext/Makefile
33
+ - ext/MANIFEST
34
+ - ext/pair.c
35
+ - ext/pair.h
36
+ - ext/tags
37
+ - GPL
38
+ - install.rb
39
+ - Rakefile
40
+ - README.en
41
+ - tests/runner.rb
42
+ - tests/test_hamming.rb
43
+ - tests/test_levenshtein.rb
44
+ - tests/test_longest_subsequence.rb
45
+ - tests/test_longest_substring.rb
46
+ - tests/test_pair_distance.rb
47
+ - tests/test_sellers.rb
48
+ - VERSION
49
+ has_rdoc: true
50
+ homepage: http://amatch.rubyforge.org
51
+ licenses: []
52
+
53
+ post_install_message:
54
+ rdoc_options:
55
+ - --title
56
+ - Amatch -- Approximate Matching
57
+ - --main
58
+ - Amatch
59
+ - --line-numbers
60
+ require_paths:
61
+ - ext
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
67
+ version:
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: "0"
73
+ version:
74
+ requirements: []
75
+
76
+ rubyforge_project: amatch
77
+ rubygems_version: 1.3.5
78
+ signing_key:
79
+ specification_version: 3
80
+ summary: Approximate String Matching library
81
+ test_files:
82
+ - tests/runner.rb