aurelian-ruby-ahocorasick 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aurelian-ruby-ahocorasick
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.2
5
+ platform: ruby
6
+ authors:
7
+ - Aurelian Oancea
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-08-13 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Expose Aho-Corasick implementation from Strmat to Ruby.
17
+ email: aurelian [ at ] locknet.ro
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/extconf.rb
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - ext/extconf.rb
26
+ - ext/ruby-ahocorasick.c
27
+ - ext/ac.h
28
+ - ext/ac.c
29
+ - examples/dict.rb
30
+ - examples/test.rb
31
+ - examples/elev.rb
32
+ - examples/sample.c
33
+ - spec/ahocorasick_spec.rb
34
+ - MIT-LICENSE
35
+ - README.textile
36
+ has_rdoc: true
37
+ homepage: http://www.locknet.ro
38
+ post_install_message:
39
+ rdoc_options:
40
+ - --title
41
+ - Ruby-AhoCorasick
42
+ - --inline-source
43
+ - ext/ruby-ahocorasick.c
44
+ - README.textile
45
+ - --main
46
+ - README.textile
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ requirements: []
62
+
63
+ rubyforge_project: ruby-ahocorasick
64
+ rubygems_version: 1.2.0
65
+ signing_key:
66
+ specification_version: 2
67
+ summary: Aho-Corasick alghorithm implementation to Ruby using Strmat lib.
68
+ test_files: []
69
+