rroonga 1.2.2 → 1.2.3
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.
- data/ext/groonga/rb-grn.h +1 -1
- metadata +42 -79
- data/ext/groonga/groonga.so +0 -0
- data/ext/groonga/rb-grn-accessor.o +0 -0
- data/ext/groonga/rb-grn-array-cursor.o +0 -0
- data/ext/groonga/rb-grn-array.o +0 -0
- data/ext/groonga/rb-grn-column.o +0 -0
- data/ext/groonga/rb-grn-context.o +0 -0
- data/ext/groonga/rb-grn-database.o +0 -0
- data/ext/groonga/rb-grn-encoding-support.o +0 -0
- data/ext/groonga/rb-grn-encoding.o +0 -0
- data/ext/groonga/rb-grn-exception.o +0 -0
- data/ext/groonga/rb-grn-expression-builder.o +0 -0
- data/ext/groonga/rb-grn-expression.o +0 -0
- data/ext/groonga/rb-grn-fix-size-column.o +0 -0
- data/ext/groonga/rb-grn-hash-cursor.o +0 -0
- data/ext/groonga/rb-grn-hash.o +0 -0
- data/ext/groonga/rb-grn-index-column.o +0 -0
- data/ext/groonga/rb-grn-index-cursor.o +0 -0
- data/ext/groonga/rb-grn-logger.o +0 -0
- data/ext/groonga/rb-grn-object.o +0 -0
- data/ext/groonga/rb-grn-operator.o +0 -0
- data/ext/groonga/rb-grn-patricia-trie-cursor.o +0 -0
- data/ext/groonga/rb-grn-patricia-trie.o +0 -0
- data/ext/groonga/rb-grn-plugin.o +0 -0
- data/ext/groonga/rb-grn-posting.o +0 -0
- data/ext/groonga/rb-grn-procedure.o +0 -0
- data/ext/groonga/rb-grn-query.o +0 -0
- data/ext/groonga/rb-grn-record.o +0 -0
- data/ext/groonga/rb-grn-snippet.o +0 -0
- data/ext/groonga/rb-grn-table-cursor-key-support.o +0 -0
- data/ext/groonga/rb-grn-table-cursor.o +0 -0
- data/ext/groonga/rb-grn-table-key-support.o +0 -0
- data/ext/groonga/rb-grn-table.o +0 -0
- data/ext/groonga/rb-grn-type.o +0 -0
- data/ext/groonga/rb-grn-utils.o +0 -0
- data/ext/groonga/rb-grn-variable-size-column.o +0 -0
- data/ext/groonga/rb-grn-variable.o +0 -0
- data/ext/groonga/rb-grn-view-accessor.o +0 -0
- data/ext/groonga/rb-grn-view-cursor.o +0 -0
- data/ext/groonga/rb-grn-view-record.o +0 -0
- data/ext/groonga/rb-grn-view.o +0 -0
- data/ext/groonga/rb-groonga.o +0 -0
data/ext/groonga/rb-grn.h
CHANGED
metadata
CHANGED
|
@@ -1,43 +1,44 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rroonga
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 25
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
6
7
|
- 1
|
|
7
8
|
- 2
|
|
8
|
-
-
|
|
9
|
-
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.2.3
|
|
10
11
|
platform: ruby
|
|
11
|
-
authors:
|
|
12
|
+
authors:
|
|
12
13
|
- Kouhei Sutou
|
|
13
14
|
- Tasuku SUENAGA
|
|
14
15
|
- daijiro
|
|
15
16
|
- Yuto HAYAMIZU
|
|
16
17
|
- SHIDARA Yoji
|
|
17
|
-
autorequire:
|
|
18
|
+
autorequire:
|
|
18
19
|
bindir: bin
|
|
19
20
|
cert_chain: []
|
|
20
|
-
|
|
21
|
+
|
|
22
|
+
date: 2011-06-27 00:00:00 +09:00
|
|
21
23
|
default_executable: grndump
|
|
22
24
|
dependencies: []
|
|
23
|
-
description: ! 'rroonga is an extension library to use groonga''s DB-API
|
|
24
25
|
|
|
26
|
+
description: |-
|
|
27
|
+
rroonga is an extension library to use groonga's DB-API
|
|
25
28
|
layer. rroonga provides Rubyish readable and writable API
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
functional features from Ruby with Rubyish form.'
|
|
30
|
-
email:
|
|
29
|
+
not C like API. You can use groonga's fast and highly
|
|
30
|
+
functional features from Ruby with Rubyish form.
|
|
31
|
+
email:
|
|
31
32
|
- groonga-users-en@rubyforge.org
|
|
32
33
|
- groonga-dev@lists.sourceforge.jp
|
|
33
|
-
executables:
|
|
34
|
+
executables:
|
|
34
35
|
- grndump
|
|
35
|
-
extensions:
|
|
36
|
+
extensions:
|
|
36
37
|
- ext/groonga/extconf.rb
|
|
37
|
-
extra_rdoc_files:
|
|
38
|
+
extra_rdoc_files:
|
|
38
39
|
- README.textile
|
|
39
40
|
- TODO
|
|
40
|
-
files:
|
|
41
|
+
files:
|
|
41
42
|
- Rakefile
|
|
42
43
|
- benchmark/common.rb
|
|
43
44
|
- benchmark/create-wikipedia-database.rb
|
|
@@ -51,88 +52,47 @@ files:
|
|
|
51
52
|
- ext/groonga/Makefile
|
|
52
53
|
- ext/groonga/extconf.rb
|
|
53
54
|
- ext/groonga/groonga.def
|
|
54
|
-
- ext/groonga/groonga.so
|
|
55
55
|
- ext/groonga/rb-grn-accessor.c
|
|
56
|
-
- ext/groonga/rb-grn-accessor.o
|
|
57
56
|
- ext/groonga/rb-grn-array-cursor.c
|
|
58
|
-
- ext/groonga/rb-grn-array-cursor.o
|
|
59
57
|
- ext/groonga/rb-grn-array.c
|
|
60
|
-
- ext/groonga/rb-grn-array.o
|
|
61
58
|
- ext/groonga/rb-grn-column.c
|
|
62
|
-
- ext/groonga/rb-grn-column.o
|
|
63
59
|
- ext/groonga/rb-grn-context.c
|
|
64
|
-
- ext/groonga/rb-grn-context.o
|
|
65
60
|
- ext/groonga/rb-grn-database.c
|
|
66
|
-
- ext/groonga/rb-grn-database.o
|
|
67
61
|
- ext/groonga/rb-grn-encoding-support.c
|
|
68
|
-
- ext/groonga/rb-grn-encoding-support.o
|
|
69
62
|
- ext/groonga/rb-grn-encoding.c
|
|
70
|
-
- ext/groonga/rb-grn-encoding.o
|
|
71
63
|
- ext/groonga/rb-grn-exception.c
|
|
72
|
-
- ext/groonga/rb-grn-exception.o
|
|
73
64
|
- ext/groonga/rb-grn-expression-builder.c
|
|
74
|
-
- ext/groonga/rb-grn-expression-builder.o
|
|
75
65
|
- ext/groonga/rb-grn-expression.c
|
|
76
|
-
- ext/groonga/rb-grn-expression.o
|
|
77
66
|
- ext/groonga/rb-grn-fix-size-column.c
|
|
78
|
-
- ext/groonga/rb-grn-fix-size-column.o
|
|
79
67
|
- ext/groonga/rb-grn-hash-cursor.c
|
|
80
|
-
- ext/groonga/rb-grn-hash-cursor.o
|
|
81
68
|
- ext/groonga/rb-grn-hash.c
|
|
82
|
-
- ext/groonga/rb-grn-hash.o
|
|
83
69
|
- ext/groonga/rb-grn-index-column.c
|
|
84
|
-
- ext/groonga/rb-grn-index-column.o
|
|
85
70
|
- ext/groonga/rb-grn-index-cursor.c
|
|
86
|
-
- ext/groonga/rb-grn-index-cursor.o
|
|
87
71
|
- ext/groonga/rb-grn-logger.c
|
|
88
|
-
- ext/groonga/rb-grn-logger.o
|
|
89
72
|
- ext/groonga/rb-grn-object.c
|
|
90
|
-
- ext/groonga/rb-grn-object.o
|
|
91
73
|
- ext/groonga/rb-grn-operator.c
|
|
92
|
-
- ext/groonga/rb-grn-operator.o
|
|
93
74
|
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
|
94
|
-
- ext/groonga/rb-grn-patricia-trie-cursor.o
|
|
95
75
|
- ext/groonga/rb-grn-patricia-trie.c
|
|
96
|
-
- ext/groonga/rb-grn-patricia-trie.o
|
|
97
76
|
- ext/groonga/rb-grn-plugin.c
|
|
98
|
-
- ext/groonga/rb-grn-plugin.o
|
|
99
77
|
- ext/groonga/rb-grn-posting.c
|
|
100
|
-
- ext/groonga/rb-grn-posting.o
|
|
101
78
|
- ext/groonga/rb-grn-procedure.c
|
|
102
|
-
- ext/groonga/rb-grn-procedure.o
|
|
103
79
|
- ext/groonga/rb-grn-query.c
|
|
104
|
-
- ext/groonga/rb-grn-query.o
|
|
105
80
|
- ext/groonga/rb-grn-record.c
|
|
106
|
-
- ext/groonga/rb-grn-record.o
|
|
107
81
|
- ext/groonga/rb-grn-snippet.c
|
|
108
|
-
- ext/groonga/rb-grn-snippet.o
|
|
109
82
|
- ext/groonga/rb-grn-table-cursor-key-support.c
|
|
110
|
-
- ext/groonga/rb-grn-table-cursor-key-support.o
|
|
111
83
|
- ext/groonga/rb-grn-table-cursor.c
|
|
112
|
-
- ext/groonga/rb-grn-table-cursor.o
|
|
113
84
|
- ext/groonga/rb-grn-table-key-support.c
|
|
114
|
-
- ext/groonga/rb-grn-table-key-support.o
|
|
115
85
|
- ext/groonga/rb-grn-table.c
|
|
116
|
-
- ext/groonga/rb-grn-table.o
|
|
117
86
|
- ext/groonga/rb-grn-type.c
|
|
118
|
-
- ext/groonga/rb-grn-type.o
|
|
119
87
|
- ext/groonga/rb-grn-utils.c
|
|
120
|
-
- ext/groonga/rb-grn-utils.o
|
|
121
88
|
- ext/groonga/rb-grn-variable-size-column.c
|
|
122
|
-
- ext/groonga/rb-grn-variable-size-column.o
|
|
123
89
|
- ext/groonga/rb-grn-variable.c
|
|
124
|
-
- ext/groonga/rb-grn-variable.o
|
|
125
90
|
- ext/groonga/rb-grn-view-accessor.c
|
|
126
|
-
- ext/groonga/rb-grn-view-accessor.o
|
|
127
91
|
- ext/groonga/rb-grn-view-cursor.c
|
|
128
|
-
- ext/groonga/rb-grn-view-cursor.o
|
|
129
92
|
- ext/groonga/rb-grn-view-record.c
|
|
130
|
-
- ext/groonga/rb-grn-view-record.o
|
|
131
93
|
- ext/groonga/rb-grn-view.c
|
|
132
|
-
- ext/groonga/rb-grn-view.o
|
|
133
94
|
- ext/groonga/rb-grn.h
|
|
134
95
|
- ext/groonga/rb-groonga.c
|
|
135
|
-
- ext/groonga/rb-groonga.o
|
|
136
96
|
- extconf.rb
|
|
137
97
|
- lib/groonga.rb
|
|
138
98
|
- lib/groonga/context.rb
|
|
@@ -196,36 +156,39 @@ files:
|
|
|
196
156
|
- test/test-patricia-trie.rb
|
|
197
157
|
has_rdoc: true
|
|
198
158
|
homepage: http://groonga.rubyforge.org/
|
|
199
|
-
licenses:
|
|
159
|
+
licenses:
|
|
200
160
|
- LGPLv2
|
|
201
|
-
post_install_message:
|
|
161
|
+
post_install_message:
|
|
202
162
|
rdoc_options: []
|
|
203
|
-
|
|
163
|
+
|
|
164
|
+
require_paths:
|
|
204
165
|
- lib
|
|
205
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
166
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
206
167
|
none: false
|
|
207
|
-
requirements:
|
|
208
|
-
- -
|
|
209
|
-
- !ruby/object:Gem::Version
|
|
210
|
-
|
|
211
|
-
segments:
|
|
168
|
+
requirements:
|
|
169
|
+
- - ">="
|
|
170
|
+
- !ruby/object:Gem::Version
|
|
171
|
+
hash: 3
|
|
172
|
+
segments:
|
|
212
173
|
- 0
|
|
213
|
-
|
|
174
|
+
version: "0"
|
|
175
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
214
176
|
none: false
|
|
215
|
-
requirements:
|
|
216
|
-
- -
|
|
217
|
-
- !ruby/object:Gem::Version
|
|
218
|
-
|
|
219
|
-
segments:
|
|
177
|
+
requirements:
|
|
178
|
+
- - ">="
|
|
179
|
+
- !ruby/object:Gem::Version
|
|
180
|
+
hash: 3
|
|
181
|
+
segments:
|
|
220
182
|
- 0
|
|
183
|
+
version: "0"
|
|
221
184
|
requirements: []
|
|
185
|
+
|
|
222
186
|
rubyforge_project: groonga
|
|
223
187
|
rubygems_version: 1.3.7
|
|
224
|
-
signing_key:
|
|
188
|
+
signing_key:
|
|
225
189
|
specification_version: 3
|
|
226
|
-
summary: Ruby bindings for groonga that provide full text search and column store
|
|
227
|
-
|
|
228
|
-
test_files:
|
|
190
|
+
summary: Ruby bindings for groonga that provide full text search and column store features.
|
|
191
|
+
test_files:
|
|
229
192
|
- test/test-database.rb
|
|
230
193
|
- test/test-array.rb
|
|
231
194
|
- test/test-table-offset-and-limit.rb
|
data/ext/groonga/groonga.so
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-array.o
DELETED
|
Binary file
|
data/ext/groonga/rb-grn-column.o
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-hash.o
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-logger.o
DELETED
|
Binary file
|
data/ext/groonga/rb-grn-object.o
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-plugin.o
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-query.o
DELETED
|
Binary file
|
data/ext/groonga/rb-grn-record.o
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-table.o
DELETED
|
Binary file
|
data/ext/groonga/rb-grn-type.o
DELETED
|
Binary file
|
data/ext/groonga/rb-grn-utils.o
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/ext/groonga/rb-grn-view.o
DELETED
|
Binary file
|
data/ext/groonga/rb-groonga.o
DELETED
|
Binary file
|