dakrone-trie 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dakrone-trie
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.5
5
+ platform: ruby
6
+ authors:
7
+ - Tyler McMullen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-05-12 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Ruby Trie based on libdatrie. (1.9 support)
17
+ email: tyler@scribd.com
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/trie/extconf.rb
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README.textile
26
+ - VERSION.yml
27
+ - lib/trie.rb
28
+ - spec/trie_spec.rb
29
+ - ext/trie
30
+ - ext/trie/darray.c
31
+ - ext/trie/darray.h
32
+ - ext/trie/extconf.rb
33
+ - ext/trie/fileutils.c
34
+ - ext/trie/fileutils.h
35
+ - ext/trie/Makefile
36
+ - ext/trie/tail.c
37
+ - ext/trie/tail.h
38
+ - ext/trie/trie-private.c
39
+ - ext/trie/trie-private.h
40
+ - ext/trie/trie.c
41
+ - ext/trie/trie.h
42
+ - ext/trie/triedefs.h
43
+ - ext/trie/typedefs.h
44
+ has_rdoc: true
45
+ homepage: http://github.com/tyler/trie
46
+ post_install_message:
47
+ rdoc_options:
48
+ - --title
49
+ - Trie
50
+ - --line-numbers
51
+ - --op
52
+ - rdoc
53
+ - --main
54
+ - ext/trie/trie.c
55
+ - README
56
+ require_paths:
57
+ - ext
58
+ - lib
59
+ required_ruby_version: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ version:
65
+ required_rubygems_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: "0"
70
+ version:
71
+ requirements: []
72
+
73
+ rubyforge_project:
74
+ rubygems_version: 1.2.0
75
+ signing_key:
76
+ specification_version: 2
77
+ summary: TODO
78
+ test_files: []
79
+