rroonga 3.0.2 → 3.0.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-05-29 00:00:00.000000000 Z
16
+ date: 2013-07-04 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: pkg-config
@@ -205,138 +205,140 @@ email:
205
205
  - y.hayamizu@gmail.com
206
206
  - dara@shidara.net
207
207
  executables:
208
- - grntest-log-analyze
209
208
  - groonga-index-dump
209
+ - grntest-log-analyze
210
210
  - grndump
211
211
  extensions:
212
212
  - ext/groonga/extconf.rb
213
213
  extra_rdoc_files:
214
214
  - README.textile
215
215
  files:
216
- - doc/text/tutorial.textile
217
216
  - doc/text/news.textile
217
+ - doc/text/tutorial.textile
218
218
  - rroonga.gemspec
219
219
  - rroonga-build.rb
220
220
  - extconf.rb
221
- - lib/groonga.rb
221
+ - lib/groonga/schema.rb
222
+ - lib/groonga/database.rb
222
223
  - lib/groonga/geo-point.rb
223
- - lib/groonga/logger.rb
224
- - lib/groonga/record.rb
224
+ - lib/groonga/expression-builder-19.rb
225
+ - lib/groonga/sub-records.rb
226
+ - lib/groonga/pagination.rb
225
227
  - lib/groonga/index-column.rb
226
228
  - lib/groonga/view-record.rb
227
- - lib/groonga/context.rb
229
+ - lib/groonga/patricia-trie.rb
228
230
  - lib/groonga/grntest-log.rb
229
- - lib/groonga/pagination.rb
230
- - lib/groonga/database.rb
231
- - lib/groonga/schema.rb
232
231
  - lib/groonga/command.rb
233
- - lib/groonga/posting.rb
234
- - lib/groonga/patricia-trie.rb
235
- - lib/groonga/expression-builder.rb
236
232
  - lib/groonga/dumper.rb
233
+ - lib/groonga/posting.rb
237
234
  - lib/groonga/query-logger.rb
238
- - lib/groonga/expression-builder-19.rb
239
- - benchmark/create-wikipedia-database.rb
235
+ - lib/groonga/context.rb
236
+ - lib/groonga/record.rb
237
+ - lib/groonga/expression-builder.rb
238
+ - lib/groonga/logger.rb
239
+ - lib/groonga.rb
240
240
  - benchmark/common.rb
241
- - benchmark/write-many-small-items.rb
241
+ - benchmark/repeat-load.rb
242
242
  - benchmark/read-write-many-small-items.rb
243
+ - benchmark/create-wikipedia-database.rb
244
+ - benchmark/write-many-small-items.rb
243
245
  - benchmark/select.rb
244
- - benchmark/repeat-load.rb
245
246
  - misc/grnop2ruby.rb
246
247
  - example/index-html.rb
247
248
  - example/bookmark.rb
248
- - ext/groonga/rb-grn-exception.c
249
- - ext/groonga/rb-grn-hash-cursor.c
250
- - ext/groonga/rb-grn-record.c
249
+ - ext/groonga/rb-grn-procedure.c
250
+ - ext/groonga/rb-grn-column.c
251
+ - ext/groonga/rb-grn-index-column.c
252
+ - ext/groonga/rb-grn-encoding-support.c
251
253
  - ext/groonga/rb-grn-variable.c
254
+ - ext/groonga/rb-grn-table.c
255
+ - ext/groonga/rb-grn-hash-cursor.c
252
256
  - ext/groonga/rb-grn-table-cursor-key-support.c
257
+ - ext/groonga/rb-grn-object.c
258
+ - ext/groonga/rb-grn-double-array-trie.c
259
+ - ext/groonga/rb-grn-table-key-support.c
260
+ - ext/groonga/rb-grn-array.c
261
+ - ext/groonga/rb-grn-patricia-trie.c
262
+ - ext/groonga/rb-grn-double-array-trie-cursor.c
263
+ - ext/groonga/rb-grn-utils.c
264
+ - ext/groonga/rb-grn-record.c
253
265
  - ext/groonga/rb-grn-normalizer.c
254
- - ext/groonga/rb-grn-fix-size-column.c
255
- - ext/groonga/rb-grn-context.c
256
- - ext/groonga/rb-grn-plugin.c
257
- - ext/groonga/rb-grn-hash.c
266
+ - ext/groonga/rb-groonga.c
267
+ - ext/groonga/rb-grn-exception.c
258
268
  - ext/groonga/rb-grn-variable-size-column.c
259
- - ext/groonga/rb-grn-index-column.c
269
+ - ext/groonga/rb-grn-encoding.c
270
+ - ext/groonga/rb-grn-geo-point.c
271
+ - ext/groonga/rb-grn-expression-builder.c
260
272
  - ext/groonga/rb-grn-operator.c
261
- - ext/groonga/rb-grn-table-key-support.c
262
- - ext/groonga/rb-grn-patricia-trie.c
263
- - ext/groonga/rb-grn-table-cursor.c
264
- - ext/groonga/rb-grn-object.c
265
- - ext/groonga/rb-grn-table.c
266
- - ext/groonga/rb-grn-procedure.c
267
273
  - ext/groonga/rb-grn-snippet.c
268
- - ext/groonga/rb-grn-encoding-support.c
269
- - ext/groonga/rb-grn-patricia-trie-cursor.c
270
- - ext/groonga/rb-grn-array.c
274
+ - ext/groonga/rb-grn-array-cursor.c
275
+ - ext/groonga/rb-grn-type.c
276
+ - ext/groonga/rb-grn-table-cursor.c
277
+ - ext/groonga/rb-grn-fix-size-column.c
278
+ - ext/groonga/rb-grn-logger.c
279
+ - ext/groonga/rb-grn-plugin.c
271
280
  - ext/groonga/rb-grn-database.c
272
- - ext/groonga/rb-grn-query-logger.c
273
- - ext/groonga/rb-grn-column.c
281
+ - ext/groonga/rb-grn-patricia-trie-cursor.c
274
282
  - ext/groonga/rb-grn-index-cursor.c
275
- - ext/groonga/rb-grn-type.c
276
283
  - ext/groonga/rb-grn-accessor.c
277
- - ext/groonga/rb-grn-double-array-trie-cursor.c
284
+ - ext/groonga/rb-grn-context.c
285
+ - ext/groonga/rb-grn-query-logger.c
278
286
  - ext/groonga/rb-grn-posting.c
279
- - ext/groonga/rb-groonga.c
280
- - ext/groonga/rb-grn-geo-point.c
281
- - ext/groonga/rb-grn-array-cursor.c
282
- - ext/groonga/rb-grn-utils.c
283
- - ext/groonga/rb-grn-logger.c
284
287
  - ext/groonga/rb-grn-expression.c
285
- - ext/groonga/rb-grn-encoding.c
286
- - ext/groonga/rb-grn-expression-builder.c
287
- - ext/groonga/rb-grn-double-array-trie.c
288
+ - ext/groonga/rb-grn-hash.c
288
289
  - ext/groonga/rb-grn.h
289
290
  - ext/groonga/extconf.rb
290
291
  - ext/groonga/groonga.def
291
292
  - README.textile
293
+ - test/test-normalizer.rb
294
+ - test/test-schema.rb
295
+ - test/test-vector-column.rb
296
+ - test/test-schema-dumper.rb
297
+ - test/run-test.rb
298
+ - test/test-procedure.rb
299
+ - test/test-hash.rb
300
+ - test/test-expression.rb
301
+ - test/test-version.rb
292
302
  - test/test-remote.rb
293
- - test/test-accessor.rb
303
+ - test/test-table-offset-and-limit.rb
304
+ - test/test-expression-builder.rb
305
+ - test/test-sub-records.rb
306
+ - test/test-encoding.rb
307
+ - test/test-snippet.rb
308
+ - test/test-index-cursor.rb
309
+ - test/test-type.rb
310
+ - test/test-table-dumper.rb
311
+ - test/test-table-traverse.rb
312
+ - test/test-table.rb
313
+ - test/test-pagination.rb
314
+ - test/groonga-test-utils.rb
315
+ - test/test-logger.rb
316
+ - test/test-context.rb
317
+ - test/test-table-select-weight.rb
318
+ - test/test-exception.rb
319
+ - test/test-table-select-normalize.rb
320
+ - test/test-command-select.rb
321
+ - test/test-gqtp.rb
294
322
  - test/test-database-dumper.rb
295
323
  - test/test-index-column.rb
296
- - test/groonga-test-utils.rb
297
- - test/test-pagination.rb
298
- - test/test-table.rb
299
- - test/test-variable-size-column.rb
324
+ - test/test-geo-point.rb
300
325
  - test/test-plugin.rb
301
- - test/test-hash.rb
302
- - test/test-table-traverse.rb
303
- - test/test-encoding.rb
326
+ - test/test-variable-size-column.rb
304
327
  - test/test-schema-create-table.rb
305
- - test/test-type.rb
306
- - test/test-database.rb
307
- - test/test-variable.rb
308
- - test/test-table-select.rb
309
- - test/test-patricia-trie.rb
310
- - test/test-geo-point.rb
311
- - test/test-expression-builder.rb
312
- - test/test-logger.rb
313
328
  - test/test-array.rb
314
- - test/test-record.rb
315
- - test/test-column.rb
316
329
  - test/test-fix-size-column.rb
317
- - test/run-test.rb
318
- - test/test-procedure.rb
319
- - test/test-table-dumper.rb
320
- - test/test-schema.rb
330
+ - test/test-schema-type.rb
331
+ - test/test-table-select.rb
332
+ - test/test-variable.rb
333
+ - test/test-column.rb
334
+ - test/test-patricia-trie.rb
321
335
  - test/test-table-select-mecab.rb
322
- - test/test-command-select.rb
323
- - test/test-table-select-normalize.rb
324
- - test/test-expression.rb
325
- - test/test-normalizer.rb
326
- - test/test-vector-column.rb
327
- - test/test-version.rb
328
- - test/test-index-cursor.rb
336
+ - test/test-accessor.rb
337
+ - test/test-database.rb
329
338
  - test/test-double-array-trie.rb
330
- - test/test-exception.rb
331
- - test/test-schema-dumper.rb
332
- - test/test-schema-type.rb
333
- - test/test-table-select-weight.rb
334
- - test/test-gqtp.rb
335
- - test/test-context.rb
336
- - test/test-snippet.rb
337
- - test/test-table-offset-and-limit.rb
338
- - bin/grntest-log-analyze
339
+ - test/test-record.rb
339
340
  - bin/groonga-index-dump
341
+ - bin/grntest-log-analyze
340
342
  - bin/grndump
341
343
  homepage: http://groonga.rubyforge.org/#about-rroonga
342
344
  licenses:
@@ -345,6 +347,7 @@ post_install_message:
345
347
  rdoc_options: []
346
348
  require_paths:
347
349
  - lib
350
+ - ext/groonga
348
351
  required_ruby_version: !ruby/object:Gem::Requirement
349
352
  none: false
350
353
  requirements:
@@ -365,50 +368,51 @@ specification_version: 3
365
368
  summary: Ruby bindings for groonga that provide full text search and column store
366
369
  features.
367
370
  test_files:
371
+ - test/test-normalizer.rb
372
+ - test/test-schema.rb
373
+ - test/test-vector-column.rb
374
+ - test/test-schema-dumper.rb
375
+ - test/run-test.rb
376
+ - test/test-procedure.rb
377
+ - test/test-hash.rb
378
+ - test/test-expression.rb
379
+ - test/test-version.rb
368
380
  - test/test-remote.rb
369
- - test/test-accessor.rb
381
+ - test/test-table-offset-and-limit.rb
382
+ - test/test-expression-builder.rb
383
+ - test/test-sub-records.rb
384
+ - test/test-encoding.rb
385
+ - test/test-snippet.rb
386
+ - test/test-index-cursor.rb
387
+ - test/test-type.rb
388
+ - test/test-table-dumper.rb
389
+ - test/test-table-traverse.rb
390
+ - test/test-table.rb
391
+ - test/test-pagination.rb
392
+ - test/groonga-test-utils.rb
393
+ - test/test-logger.rb
394
+ - test/test-context.rb
395
+ - test/test-table-select-weight.rb
396
+ - test/test-exception.rb
397
+ - test/test-table-select-normalize.rb
398
+ - test/test-command-select.rb
399
+ - test/test-gqtp.rb
370
400
  - test/test-database-dumper.rb
371
401
  - test/test-index-column.rb
372
- - test/groonga-test-utils.rb
373
- - test/test-pagination.rb
374
- - test/test-table.rb
375
- - test/test-variable-size-column.rb
402
+ - test/test-geo-point.rb
376
403
  - test/test-plugin.rb
377
- - test/test-hash.rb
378
- - test/test-table-traverse.rb
379
- - test/test-encoding.rb
404
+ - test/test-variable-size-column.rb
380
405
  - test/test-schema-create-table.rb
381
- - test/test-type.rb
382
- - test/test-database.rb
383
- - test/test-variable.rb
384
- - test/test-table-select.rb
385
- - test/test-patricia-trie.rb
386
- - test/test-geo-point.rb
387
- - test/test-expression-builder.rb
388
- - test/test-logger.rb
389
406
  - test/test-array.rb
390
- - test/test-record.rb
391
- - test/test-column.rb
392
407
  - test/test-fix-size-column.rb
393
- - test/run-test.rb
394
- - test/test-procedure.rb
395
- - test/test-table-dumper.rb
396
- - test/test-schema.rb
408
+ - test/test-schema-type.rb
409
+ - test/test-table-select.rb
410
+ - test/test-variable.rb
411
+ - test/test-column.rb
412
+ - test/test-patricia-trie.rb
397
413
  - test/test-table-select-mecab.rb
398
- - test/test-command-select.rb
399
- - test/test-table-select-normalize.rb
400
- - test/test-expression.rb
401
- - test/test-normalizer.rb
402
- - test/test-vector-column.rb
403
- - test/test-version.rb
404
- - test/test-index-cursor.rb
414
+ - test/test-accessor.rb
415
+ - test/test-database.rb
405
416
  - test/test-double-array-trie.rb
406
- - test/test-exception.rb
407
- - test/test-schema-dumper.rb
408
- - test/test-schema-type.rb
409
- - test/test-table-select-weight.rb
410
- - test/test-gqtp.rb
411
- - test/test-context.rb
412
- - test/test-snippet.rb
413
- - test/test-table-offset-and-limit.rb
417
+ - test/test-record.rb
414
418
  has_rdoc: