rroonga 2.1.3 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/grndump +1 -1
- data/doc/text/news.textile +22 -4
- data/ext/groonga/rb-grn-accessor.c +1 -1
- data/ext/groonga/rb-grn-array-cursor.c +1 -1
- data/ext/groonga/rb-grn-array.c +218 -2
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +1 -1
- data/ext/groonga/rb-grn-database.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie.c +1 -1
- data/ext/groonga/rb-grn-encoding-support.c +1 -1
- data/ext/groonga/rb-grn-encoding.c +1 -1
- data/ext/groonga/rb-grn-exception.c +1 -1
- data/ext/groonga/rb-grn-expression-builder.c +1 -1
- data/ext/groonga/rb-grn-expression.c +1 -1
- data/ext/groonga/rb-grn-fix-size-column.c +1 -1
- data/ext/groonga/rb-grn-geo-point.c +1 -1
- data/ext/groonga/rb-grn-hash-cursor.c +1 -1
- data/ext/groonga/rb-grn-hash.c +1 -1
- data/ext/groonga/rb-grn-index-column.c +1 -1
- data/ext/groonga/rb-grn-index-cursor.c +1 -1
- data/ext/groonga/rb-grn-logger.c +1 -1
- data/ext/groonga/rb-grn-normalizer.c +1 -1
- data/ext/groonga/rb-grn-object.c +7 -7
- data/ext/groonga/rb-grn-operator.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-posting.c +1 -1
- data/ext/groonga/rb-grn-procedure.c +1 -1
- data/ext/groonga/rb-grn-record.c +1 -1
- data/ext/groonga/rb-grn-snippet.c +1 -1
- data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
- data/ext/groonga/rb-grn-table-cursor.c +1 -1
- data/ext/groonga/rb-grn-table-key-support.c +1 -1
- data/ext/groonga/rb-grn-table.c +1 -1
- data/ext/groonga/rb-grn-type.c +1 -1
- data/ext/groonga/rb-grn-utils.c +1 -1
- data/ext/groonga/rb-grn-variable-size-column.c +1 -1
- data/ext/groonga/rb-grn-variable.c +1 -1
- data/ext/groonga/rb-grn.h +4 -4
- data/ext/groonga/rb-groonga.c +1 -1
- data/lib/groonga/context.rb +93 -13
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +2 -1
- data/test/test-array.rb +86 -2
- data/test/test-context.rb +22 -2
- metadata +296 -288
metadata
CHANGED
@@ -1,15 +1,10 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.0
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 2
|
8
|
-
- 1
|
9
|
-
- 3
|
10
|
-
version: 2.1.3
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Kouhei Sutou
|
14
9
|
- Tasuku SUENAGA
|
15
10
|
- daijiro
|
@@ -18,389 +13,402 @@ authors:
|
|
18
13
|
autorequire:
|
19
14
|
bindir: bin
|
20
15
|
cert_chain: []
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
dependencies:
|
25
|
-
- !ruby/object:Gem::Dependency
|
26
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
27
|
-
none: false
|
28
|
-
requirements:
|
29
|
-
- - ">="
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
hash: 3
|
32
|
-
segments:
|
33
|
-
- 0
|
34
|
-
version: "0"
|
35
|
-
version_requirements: *id001
|
16
|
+
date: 2013-03-29 00:00:00.000000000 Z
|
17
|
+
dependencies:
|
18
|
+
- !ruby/object:Gem::Dependency
|
36
19
|
name: pkg-config
|
37
|
-
|
20
|
+
requirement: !ruby/object:Gem::Requirement
|
21
|
+
none: false
|
22
|
+
requirements:
|
23
|
+
- - ! '>='
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '0'
|
38
26
|
type: :runtime
|
39
|
-
|
40
|
-
|
27
|
+
prerelease: false
|
28
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
29
|
none: false
|
42
|
-
requirements:
|
43
|
-
- -
|
44
|
-
- !ruby/object:Gem::Version
|
45
|
-
|
46
|
-
|
47
|
-
- 0
|
48
|
-
version: "0"
|
49
|
-
version_requirements: *id002
|
30
|
+
requirements:
|
31
|
+
- - ! '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
- !ruby/object:Gem::Dependency
|
50
35
|
name: json
|
51
|
-
|
36
|
+
requirement: !ruby/object:Gem::Requirement
|
37
|
+
none: false
|
38
|
+
requirements:
|
39
|
+
- - ! '>='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
52
42
|
type: :runtime
|
53
|
-
|
54
|
-
|
43
|
+
prerelease: false
|
44
|
+
version_requirements: !ruby/object:Gem::Requirement
|
55
45
|
none: false
|
56
|
-
requirements:
|
57
|
-
- -
|
58
|
-
- !ruby/object:Gem::Version
|
59
|
-
|
60
|
-
|
61
|
-
- 0
|
62
|
-
version: "0"
|
63
|
-
version_requirements: *id003
|
46
|
+
requirements:
|
47
|
+
- - ! '>='
|
48
|
+
- !ruby/object:Gem::Version
|
49
|
+
version: '0'
|
50
|
+
- !ruby/object:Gem::Dependency
|
64
51
|
name: archive-zip
|
65
|
-
|
52
|
+
requirement: !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
54
|
+
requirements:
|
55
|
+
- - ! '>='
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: '0'
|
66
58
|
type: :runtime
|
67
|
-
|
68
|
-
|
59
|
+
prerelease: false
|
60
|
+
version_requirements: !ruby/object:Gem::Requirement
|
69
61
|
none: false
|
70
|
-
requirements:
|
71
|
-
- -
|
72
|
-
- !ruby/object:Gem::Version
|
73
|
-
|
74
|
-
|
75
|
-
- 2
|
76
|
-
- 4
|
77
|
-
- 6
|
78
|
-
version: 2.4.6
|
79
|
-
version_requirements: *id004
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
66
|
+
- !ruby/object:Gem::Dependency
|
80
67
|
name: test-unit
|
81
|
-
|
68
|
+
requirement: !ruby/object:Gem::Requirement
|
69
|
+
none: false
|
70
|
+
requirements:
|
71
|
+
- - ! '>='
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: 2.4.6
|
82
74
|
type: :development
|
83
|
-
|
84
|
-
|
75
|
+
prerelease: false
|
76
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
77
|
none: false
|
86
|
-
requirements:
|
87
|
-
- -
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
|
90
|
-
|
91
|
-
- 0
|
92
|
-
version: "0"
|
93
|
-
version_requirements: *id005
|
78
|
+
requirements:
|
79
|
+
- - ! '>='
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: 2.4.6
|
82
|
+
- !ruby/object:Gem::Dependency
|
94
83
|
name: test-unit-notify
|
95
|
-
|
84
|
+
requirement: !ruby/object:Gem::Requirement
|
85
|
+
none: false
|
86
|
+
requirements:
|
87
|
+
- - ! '>='
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
96
90
|
type: :development
|
97
|
-
|
98
|
-
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
93
|
none: false
|
100
|
-
requirements:
|
101
|
-
- -
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
|
104
|
-
|
105
|
-
- 0
|
106
|
-
version: "0"
|
107
|
-
version_requirements: *id006
|
94
|
+
requirements:
|
95
|
+
- - ! '>='
|
96
|
+
- !ruby/object:Gem::Version
|
97
|
+
version: '0'
|
98
|
+
- !ruby/object:Gem::Dependency
|
108
99
|
name: rake
|
109
|
-
|
100
|
+
requirement: !ruby/object:Gem::Requirement
|
101
|
+
none: false
|
102
|
+
requirements:
|
103
|
+
- - ! '>='
|
104
|
+
- !ruby/object:Gem::Version
|
105
|
+
version: '0'
|
110
106
|
type: :development
|
111
|
-
|
112
|
-
|
107
|
+
prerelease: false
|
108
|
+
version_requirements: !ruby/object:Gem::Requirement
|
113
109
|
none: false
|
114
|
-
requirements:
|
115
|
-
- -
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
|
118
|
-
|
119
|
-
- 0
|
120
|
-
version: "0"
|
121
|
-
version_requirements: *id007
|
110
|
+
requirements:
|
111
|
+
- - ! '>='
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: '0'
|
114
|
+
- !ruby/object:Gem::Dependency
|
122
115
|
name: rake-compiler
|
123
|
-
|
116
|
+
requirement: !ruby/object:Gem::Requirement
|
117
|
+
none: false
|
118
|
+
requirements:
|
119
|
+
- - ! '>='
|
120
|
+
- !ruby/object:Gem::Version
|
121
|
+
version: '0'
|
124
122
|
type: :development
|
125
|
-
|
126
|
-
|
123
|
+
prerelease: false
|
124
|
+
version_requirements: !ruby/object:Gem::Requirement
|
127
125
|
none: false
|
128
|
-
requirements:
|
129
|
-
- -
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
|
132
|
-
|
133
|
-
- 0
|
134
|
-
version: "0"
|
135
|
-
version_requirements: *id008
|
126
|
+
requirements:
|
127
|
+
- - ! '>='
|
128
|
+
- !ruby/object:Gem::Version
|
129
|
+
version: '0'
|
130
|
+
- !ruby/object:Gem::Dependency
|
136
131
|
name: bundler
|
137
|
-
|
132
|
+
requirement: !ruby/object:Gem::Requirement
|
133
|
+
none: false
|
134
|
+
requirements:
|
135
|
+
- - ! '>='
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: '0'
|
138
138
|
type: :development
|
139
|
-
|
140
|
-
|
139
|
+
prerelease: false
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
141
141
|
none: false
|
142
|
-
requirements:
|
143
|
-
- -
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
|
146
|
-
|
147
|
-
- 0
|
148
|
-
version: "0"
|
149
|
-
version_requirements: *id009
|
142
|
+
requirements:
|
143
|
+
- - ! '>='
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: '0'
|
146
|
+
- !ruby/object:Gem::Dependency
|
150
147
|
name: yard
|
151
|
-
|
148
|
+
requirement: !ruby/object:Gem::Requirement
|
149
|
+
none: false
|
150
|
+
requirements:
|
151
|
+
- - ! '>='
|
152
|
+
- !ruby/object:Gem::Version
|
153
|
+
version: '0'
|
152
154
|
type: :development
|
153
|
-
|
154
|
-
|
155
|
+
prerelease: false
|
156
|
+
version_requirements: !ruby/object:Gem::Requirement
|
155
157
|
none: false
|
156
|
-
requirements:
|
157
|
-
- -
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
|
160
|
-
|
161
|
-
- 0
|
162
|
-
version: "0"
|
163
|
-
version_requirements: *id010
|
158
|
+
requirements:
|
159
|
+
- - ! '>='
|
160
|
+
- !ruby/object:Gem::Version
|
161
|
+
version: '0'
|
162
|
+
- !ruby/object:Gem::Dependency
|
164
163
|
name: packnga
|
165
|
-
|
164
|
+
requirement: !ruby/object:Gem::Requirement
|
165
|
+
none: false
|
166
|
+
requirements:
|
167
|
+
- - ! '>='
|
168
|
+
- !ruby/object:Gem::Version
|
169
|
+
version: '0'
|
166
170
|
type: :development
|
167
|
-
|
168
|
-
|
171
|
+
prerelease: false
|
172
|
+
version_requirements: !ruby/object:Gem::Requirement
|
169
173
|
none: false
|
170
|
-
requirements:
|
171
|
-
- -
|
172
|
-
- !ruby/object:Gem::Version
|
173
|
-
|
174
|
-
|
175
|
-
- 0
|
176
|
-
version: "0"
|
177
|
-
version_requirements: *id011
|
174
|
+
requirements:
|
175
|
+
- - ! '>='
|
176
|
+
- !ruby/object:Gem::Version
|
177
|
+
version: '0'
|
178
|
+
- !ruby/object:Gem::Dependency
|
178
179
|
name: RedCloth
|
179
|
-
|
180
|
+
requirement: !ruby/object:Gem::Requirement
|
181
|
+
none: false
|
182
|
+
requirements:
|
183
|
+
- - ! '>='
|
184
|
+
- !ruby/object:Gem::Version
|
185
|
+
version: '0'
|
180
186
|
type: :development
|
181
|
-
|
182
|
-
|
187
|
+
prerelease: false
|
188
|
+
version_requirements: !ruby/object:Gem::Requirement
|
189
|
+
none: false
|
190
|
+
requirements:
|
191
|
+
- - ! '>='
|
192
|
+
- !ruby/object:Gem::Version
|
193
|
+
version: '0'
|
194
|
+
description: ! 'rroonga is an extension library to use groonga''s DB-API
|
195
|
+
|
183
196
|
layer. rroonga provides Rubyish readable and writable API
|
184
|
-
|
185
|
-
|
186
|
-
|
197
|
+
|
198
|
+
not C like API. You can use groonga''s fast and highly
|
199
|
+
|
200
|
+
functional features from Ruby with Rubyish form.'
|
201
|
+
email:
|
187
202
|
- kou@clear-code.com
|
188
203
|
- a@razil.jp
|
189
204
|
- morita@razil.jp
|
190
205
|
- y.hayamizu@gmail.com
|
191
206
|
- dara@shidara.net
|
192
|
-
executables:
|
193
|
-
- grntest-log-analyze
|
207
|
+
executables:
|
194
208
|
- groonga-index-dump
|
209
|
+
- grntest-log-analyze
|
195
210
|
- grndump
|
196
|
-
extensions:
|
211
|
+
extensions:
|
197
212
|
- ext/groonga/extconf.rb
|
198
|
-
extra_rdoc_files:
|
213
|
+
extra_rdoc_files:
|
199
214
|
- README.textile
|
200
|
-
files:
|
201
|
-
- doc/text/tutorial.textile
|
215
|
+
files:
|
202
216
|
- doc/text/news.textile
|
217
|
+
- doc/text/tutorial.textile
|
203
218
|
- rroonga.gemspec
|
204
219
|
- rroonga-build.rb
|
205
220
|
- extconf.rb
|
206
|
-
- lib/groonga/
|
207
|
-
- lib/groonga/view-record.rb
|
208
|
-
- lib/groonga/index-column.rb
|
209
|
-
- lib/groonga/expression-builder.rb
|
210
|
-
- lib/groonga/record.rb
|
211
|
-
- lib/groonga/dumper.rb
|
221
|
+
- lib/groonga/schema.rb
|
212
222
|
- lib/groonga/database.rb
|
223
|
+
- lib/groonga/geo-point.rb
|
213
224
|
- lib/groonga/expression-builder-19.rb
|
214
|
-
- lib/groonga/
|
215
|
-
- lib/groonga/
|
225
|
+
- lib/groonga/pagination.rb
|
226
|
+
- lib/groonga/index-column.rb
|
227
|
+
- lib/groonga/view-record.rb
|
216
228
|
- lib/groonga/patricia-trie.rb
|
217
|
-
- lib/groonga/context.rb
|
218
229
|
- lib/groonga/grntest-log.rb
|
219
|
-
- lib/groonga/geo-point.rb
|
220
|
-
- lib/groonga/pagination.rb
|
221
230
|
- lib/groonga/command.rb
|
222
|
-
- lib/groonga/
|
231
|
+
- lib/groonga/dumper.rb
|
232
|
+
- lib/groonga/posting.rb
|
233
|
+
- lib/groonga/query-logger.rb
|
234
|
+
- lib/groonga/context.rb
|
235
|
+
- lib/groonga/record.rb
|
236
|
+
- lib/groonga/expression-builder.rb
|
237
|
+
- lib/groonga/logger.rb
|
223
238
|
- lib/groonga.rb
|
224
|
-
- benchmark/read-write-many-small-items.rb
|
225
|
-
- benchmark/write-many-small-items.rb
|
226
239
|
- benchmark/common.rb
|
227
|
-
- benchmark/create-wikipedia-database.rb
|
228
240
|
- benchmark/repeat-load.rb
|
241
|
+
- benchmark/read-write-many-small-items.rb
|
242
|
+
- benchmark/create-wikipedia-database.rb
|
243
|
+
- benchmark/write-many-small-items.rb
|
229
244
|
- benchmark/select.rb
|
230
245
|
- misc/grnop2ruby.rb
|
231
|
-
- example/bookmark.rb
|
232
246
|
- example/index-html.rb
|
247
|
+
- example/bookmark.rb
|
248
|
+
- ext/groonga/rb-grn-procedure.c
|
249
|
+
- ext/groonga/rb-grn-column.c
|
250
|
+
- ext/groonga/rb-grn-index-column.c
|
233
251
|
- ext/groonga/rb-grn-encoding-support.c
|
252
|
+
- ext/groonga/rb-grn-variable.c
|
253
|
+
- ext/groonga/rb-grn-table.c
|
254
|
+
- ext/groonga/rb-grn-hash-cursor.c
|
255
|
+
- ext/groonga/rb-grn-table-cursor-key-support.c
|
256
|
+
- ext/groonga/rb-grn-object.c
|
257
|
+
- ext/groonga/rb-grn-double-array-trie.c
|
258
|
+
- ext/groonga/rb-grn-table-key-support.c
|
259
|
+
- ext/groonga/rb-grn-array.c
|
234
260
|
- ext/groonga/rb-grn-patricia-trie.c
|
261
|
+
- ext/groonga/rb-grn-double-array-trie-cursor.c
|
262
|
+
- ext/groonga/rb-grn-utils.c
|
263
|
+
- ext/groonga/rb-grn-record.c
|
264
|
+
- ext/groonga/rb-grn-normalizer.c
|
265
|
+
- ext/groonga/rb-groonga.c
|
266
|
+
- ext/groonga/rb-grn-exception.c
|
267
|
+
- ext/groonga/rb-grn-variable-size-column.c
|
268
|
+
- ext/groonga/rb-grn-encoding.c
|
235
269
|
- ext/groonga/rb-grn-geo-point.c
|
270
|
+
- ext/groonga/rb-grn-expression-builder.c
|
271
|
+
- ext/groonga/rb-grn-operator.c
|
236
272
|
- ext/groonga/rb-grn-snippet.c
|
237
|
-
- ext/groonga/rb-grn-
|
273
|
+
- ext/groonga/rb-grn-array-cursor.c
|
274
|
+
- ext/groonga/rb-grn-type.c
|
275
|
+
- ext/groonga/rb-grn-table-cursor.c
|
238
276
|
- ext/groonga/rb-grn-fix-size-column.c
|
239
|
-
- ext/groonga/rb-grn-
|
277
|
+
- ext/groonga/rb-grn-logger.c
|
240
278
|
- ext/groonga/rb-grn-plugin.c
|
241
|
-
- ext/groonga/rb-grn-table.c
|
242
|
-
- ext/groonga/rb-grn-operator.c
|
243
279
|
- ext/groonga/rb-grn-database.c
|
244
|
-
- ext/groonga/rb-grn-
|
245
|
-
- ext/groonga/rb-grn-
|
246
|
-
- ext/groonga/rb-grn-
|
280
|
+
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
281
|
+
- ext/groonga/rb-grn-index-cursor.c
|
282
|
+
- ext/groonga/rb-grn-accessor.c
|
247
283
|
- ext/groonga/rb-grn-context.c
|
248
|
-
- ext/groonga/rb-grn-
|
249
|
-
- ext/groonga/rb-grn-table-key-support.c
|
284
|
+
- ext/groonga/rb-grn-query-logger.c
|
250
285
|
- ext/groonga/rb-grn-posting.c
|
251
|
-
- ext/groonga/rb-grn-hash-cursor.c
|
252
|
-
- ext/groonga/rb-grn-expression-builder.c
|
253
286
|
- ext/groonga/rb-grn-expression.c
|
254
|
-
- ext/groonga/rb-grn-array-cursor.c
|
255
|
-
- ext/groonga/rb-grn-encoding.c
|
256
|
-
- ext/groonga/rb-grn-utils.c
|
257
|
-
- ext/groonga/rb-groonga.c
|
258
|
-
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
259
|
-
- ext/groonga/rb-grn-array.c
|
260
|
-
- ext/groonga/rb-grn-normalizer.c
|
261
|
-
- ext/groonga/rb-grn-object.c
|
262
|
-
- ext/groonga/rb-grn-type.c
|
263
|
-
- ext/groonga/rb-grn-column.c
|
264
|
-
- ext/groonga/rb-grn-index-cursor.c
|
265
287
|
- ext/groonga/rb-grn-hash.c
|
266
|
-
- ext/groonga/rb-grn-logger.c
|
267
|
-
- ext/groonga/rb-grn-variable.c
|
268
|
-
- ext/groonga/rb-grn-index-column.c
|
269
|
-
- ext/groonga/rb-grn-table-cursor-key-support.c
|
270
|
-
- ext/groonga/rb-grn-double-array-trie.c
|
271
|
-
- ext/groonga/rb-grn-procedure.c
|
272
|
-
- ext/groonga/rb-grn-table-cursor.c
|
273
288
|
- ext/groonga/rb-grn.h
|
274
289
|
- ext/groonga/extconf.rb
|
275
290
|
- ext/groonga/groonga.def
|
276
291
|
- README.textile
|
277
|
-
- test/test-
|
278
|
-
- test/test-
|
279
|
-
- test/
|
292
|
+
- test/test-normalizer.rb
|
293
|
+
- test/test-schema.rb
|
294
|
+
- test/test-vector-column.rb
|
280
295
|
- test/test-schema-dumper.rb
|
281
|
-
- test/test
|
282
|
-
- test/test-record.rb
|
283
|
-
- test/test-schema-create-table.rb
|
284
|
-
- test/test-geo-point.rb
|
296
|
+
- test/run-test.rb
|
285
297
|
- test/test-procedure.rb
|
286
|
-
- test/test-
|
287
|
-
- test/test-expression
|
288
|
-
- test/test-
|
289
|
-
- test/test-
|
290
|
-
- test/test-accessor.rb
|
291
|
-
- test/test-table-select.rb
|
292
|
-
- test/test-array.rb
|
293
|
-
- test/test-gqtp.rb
|
298
|
+
- test/test-hash.rb
|
299
|
+
- test/test-expression.rb
|
300
|
+
- test/test-version.rb
|
301
|
+
- test/test-remote.rb
|
294
302
|
- test/test-table-offset-and-limit.rb
|
303
|
+
- test/test-expression-builder.rb
|
304
|
+
- test/test-encoding.rb
|
305
|
+
- test/test-snippet.rb
|
306
|
+
- test/test-index-cursor.rb
|
307
|
+
- test/test-type.rb
|
308
|
+
- test/test-table-dumper.rb
|
309
|
+
- test/test-table-traverse.rb
|
310
|
+
- test/test-table.rb
|
295
311
|
- test/test-pagination.rb
|
312
|
+
- test/groonga-test-utils.rb
|
313
|
+
- test/test-logger.rb
|
314
|
+
- test/test-context.rb
|
296
315
|
- test/test-table-select-weight.rb
|
297
|
-
- test/test-
|
298
|
-
- test/test-
|
299
|
-
- test/test-
|
300
|
-
- test/test-
|
316
|
+
- test/test-exception.rb
|
317
|
+
- test/test-table-select-normalize.rb
|
318
|
+
- test/test-command-select.rb
|
319
|
+
- test/test-gqtp.rb
|
320
|
+
- test/test-database-dumper.rb
|
321
|
+
- test/test-index-column.rb
|
322
|
+
- test/test-geo-point.rb
|
301
323
|
- test/test-plugin.rb
|
302
324
|
- test/test-variable-size-column.rb
|
303
|
-
- test/
|
304
|
-
- test/test-
|
305
|
-
- test/test-
|
325
|
+
- test/test-schema-create-table.rb
|
326
|
+
- test/test-array.rb
|
327
|
+
- test/test-fix-size-column.rb
|
306
328
|
- test/test-schema-type.rb
|
329
|
+
- test/test-table-select.rb
|
330
|
+
- test/test-variable.rb
|
331
|
+
- test/test-column.rb
|
307
332
|
- test/test-patricia-trie.rb
|
308
|
-
- test/test-version.rb
|
309
|
-
- test/test-table-traverse.rb
|
310
|
-
- test/test-context.rb
|
311
333
|
- test/test-table-select-mecab.rb
|
334
|
+
- test/test-accessor.rb
|
312
335
|
- test/test-database.rb
|
313
|
-
- test/test-
|
314
|
-
- test/test-
|
315
|
-
- test/test-remote.rb
|
316
|
-
- test/test-snippet.rb
|
317
|
-
- test/test-vector-column.rb
|
318
|
-
- test/test-fix-size-column.rb
|
319
|
-
- test/test-exception.rb
|
320
|
-
- test/test-encoding.rb
|
321
|
-
- test/test-schema.rb
|
322
|
-
- test/test-index-column.rb
|
323
|
-
- bin/grntest-log-analyze
|
336
|
+
- test/test-double-array-trie.rb
|
337
|
+
- test/test-record.rb
|
324
338
|
- bin/groonga-index-dump
|
339
|
+
- bin/grntest-log-analyze
|
325
340
|
- bin/grndump
|
326
|
-
has_rdoc: true
|
327
341
|
homepage: http://groonga.rubyforge.org/#about-rroonga
|
328
|
-
licenses:
|
342
|
+
licenses:
|
329
343
|
- LGPLv2
|
330
344
|
post_install_message:
|
331
345
|
rdoc_options: []
|
332
|
-
|
333
|
-
require_paths:
|
346
|
+
require_paths:
|
334
347
|
- lib
|
335
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
348
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
336
349
|
none: false
|
337
|
-
requirements:
|
338
|
-
- -
|
339
|
-
- !ruby/object:Gem::Version
|
340
|
-
|
341
|
-
|
342
|
-
- 0
|
343
|
-
version: "0"
|
344
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
350
|
+
requirements:
|
351
|
+
- - ! '>='
|
352
|
+
- !ruby/object:Gem::Version
|
353
|
+
version: '0'
|
354
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
345
355
|
none: false
|
346
|
-
requirements:
|
347
|
-
- -
|
348
|
-
- !ruby/object:Gem::Version
|
349
|
-
|
350
|
-
segments:
|
351
|
-
- 0
|
352
|
-
version: "0"
|
356
|
+
requirements:
|
357
|
+
- - ! '>='
|
358
|
+
- !ruby/object:Gem::Version
|
359
|
+
version: '0'
|
353
360
|
requirements: []
|
354
|
-
|
355
361
|
rubyforge_project: groonga
|
356
|
-
rubygems_version: 1.
|
362
|
+
rubygems_version: 1.8.23
|
357
363
|
signing_key:
|
358
364
|
specification_version: 3
|
359
|
-
summary: Ruby bindings for groonga that provide full text search and column store
|
360
|
-
|
361
|
-
|
362
|
-
- test/test-
|
363
|
-
- test/
|
365
|
+
summary: Ruby bindings for groonga that provide full text search and column store
|
366
|
+
features.
|
367
|
+
test_files:
|
368
|
+
- test/test-normalizer.rb
|
369
|
+
- test/test-schema.rb
|
370
|
+
- test/test-vector-column.rb
|
364
371
|
- test/test-schema-dumper.rb
|
365
|
-
- test/test
|
366
|
-
- test/test-record.rb
|
367
|
-
- test/test-schema-create-table.rb
|
368
|
-
- test/test-geo-point.rb
|
372
|
+
- test/run-test.rb
|
369
373
|
- test/test-procedure.rb
|
370
|
-
- test/test-
|
371
|
-
- test/test-expression
|
372
|
-
- test/test-
|
373
|
-
- test/test-
|
374
|
-
- test/test-accessor.rb
|
375
|
-
- test/test-table-select.rb
|
376
|
-
- test/test-array.rb
|
377
|
-
- test/test-gqtp.rb
|
374
|
+
- test/test-hash.rb
|
375
|
+
- test/test-expression.rb
|
376
|
+
- test/test-version.rb
|
377
|
+
- test/test-remote.rb
|
378
378
|
- test/test-table-offset-and-limit.rb
|
379
|
+
- test/test-expression-builder.rb
|
380
|
+
- test/test-encoding.rb
|
381
|
+
- test/test-snippet.rb
|
382
|
+
- test/test-index-cursor.rb
|
383
|
+
- test/test-type.rb
|
384
|
+
- test/test-table-dumper.rb
|
385
|
+
- test/test-table-traverse.rb
|
386
|
+
- test/test-table.rb
|
379
387
|
- test/test-pagination.rb
|
388
|
+
- test/groonga-test-utils.rb
|
389
|
+
- test/test-logger.rb
|
390
|
+
- test/test-context.rb
|
380
391
|
- test/test-table-select-weight.rb
|
381
|
-
- test/test-
|
382
|
-
- test/test-
|
383
|
-
- test/test-
|
384
|
-
- test/test-
|
392
|
+
- test/test-exception.rb
|
393
|
+
- test/test-table-select-normalize.rb
|
394
|
+
- test/test-command-select.rb
|
395
|
+
- test/test-gqtp.rb
|
396
|
+
- test/test-database-dumper.rb
|
397
|
+
- test/test-index-column.rb
|
398
|
+
- test/test-geo-point.rb
|
385
399
|
- test/test-plugin.rb
|
386
400
|
- test/test-variable-size-column.rb
|
387
|
-
- test/
|
388
|
-
- test/test-
|
389
|
-
- test/test-
|
401
|
+
- test/test-schema-create-table.rb
|
402
|
+
- test/test-array.rb
|
403
|
+
- test/test-fix-size-column.rb
|
390
404
|
- test/test-schema-type.rb
|
405
|
+
- test/test-table-select.rb
|
406
|
+
- test/test-variable.rb
|
407
|
+
- test/test-column.rb
|
391
408
|
- test/test-patricia-trie.rb
|
392
|
-
- test/test-version.rb
|
393
|
-
- test/test-table-traverse.rb
|
394
|
-
- test/test-context.rb
|
395
409
|
- test/test-table-select-mecab.rb
|
410
|
+
- test/test-accessor.rb
|
396
411
|
- test/test-database.rb
|
397
|
-
- test/test-
|
398
|
-
- test/test-
|
399
|
-
|
400
|
-
- test/test-snippet.rb
|
401
|
-
- test/test-vector-column.rb
|
402
|
-
- test/test-fix-size-column.rb
|
403
|
-
- test/test-exception.rb
|
404
|
-
- test/test-encoding.rb
|
405
|
-
- test/test-schema.rb
|
406
|
-
- test/test-index-column.rb
|
412
|
+
- test/test-double-array-trie.rb
|
413
|
+
- test/test-record.rb
|
414
|
+
has_rdoc:
|