rroonga 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/ext/groonga/rb-grn.h +1 -1
  2. data/rroonga-build.rb +1 -1
  3. metadata +126 -132
data/ext/groonga/rb-grn.h CHANGED
@@ -76,7 +76,7 @@ RB_GRN_BEGIN_DECLS
76
76
 
77
77
  #define RB_GRN_MAJOR_VERSION 2
78
78
  #define RB_GRN_MINOR_VERSION 0
79
- #define RB_GRN_MICRO_VERSION 7
79
+ #define RB_GRN_MICRO_VERSION 8
80
80
 
81
81
  #define RB_GRN_QUERY_DEFAULT_MAX_EXPRESSIONS 32
82
82
 
data/rroonga-build.rb CHANGED
@@ -19,7 +19,7 @@ module RroongaBuild
19
19
  module RequiredGroongaVersion
20
20
  MAJOR = 2
21
21
  MINOR = 0
22
- MICRO = 7
22
+ MICRO = 9
23
23
  VERSION = [MAJOR, MINOR, MICRO]
24
24
  end
25
25
 
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: 2.0.7
4
+ version: 2.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-29 00:00:00.000000000 Z
12
+ date: 2012-12-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pkg-config
@@ -198,8 +198,8 @@ email:
198
198
  -
199
199
  - a@razil.jp
200
200
  executables:
201
- - groonga-query-log-extract
202
201
  - grntest-log-analyze
202
+ - groonga-query-log-extract
203
203
  - grndump
204
204
  extensions:
205
205
  - ext/groonga/extconf.rb
@@ -213,124 +213,124 @@ files:
213
213
  - rroonga.gemspec
214
214
  - rroonga-build.rb
215
215
  - extconf.rb
216
- - lib/groonga/posting.rb
217
- - lib/groonga/view-record.rb
218
- - lib/groonga/expression-builder.rb
216
+ - lib/groonga.rb
217
+ - lib/groonga/geo-point.rb
219
218
  - lib/groonga/record.rb
220
- - lib/groonga/dumper.rb
221
- - lib/groonga/database.rb
222
- - lib/groonga/expression-builder-19.rb
223
- - lib/groonga/patricia-trie.rb
219
+ - lib/groonga/view-record.rb
224
220
  - lib/groonga/context.rb
225
221
  - lib/groonga/grntest-log.rb
226
- - lib/groonga/geo-point.rb
227
222
  - lib/groonga/pagination.rb
228
- - lib/groonga/command.rb
223
+ - lib/groonga/database.rb
229
224
  - lib/groonga/schema.rb
230
- - lib/groonga.rb
231
- - benchmark/read-write-many-small-items.rb
232
- - benchmark/write-many-small-items.rb
233
- - benchmark/common.rb
225
+ - lib/groonga/command.rb
226
+ - lib/groonga/posting.rb
227
+ - lib/groonga/patricia-trie.rb
228
+ - lib/groonga/expression-builder.rb
229
+ - lib/groonga/dumper.rb
230
+ - lib/groonga/expression-builder-19.rb
234
231
  - benchmark/create-wikipedia-database.rb
235
- - benchmark/repeat-load.rb
232
+ - benchmark/common.rb
233
+ - benchmark/write-many-small-items.rb
234
+ - benchmark/read-write-many-small-items.rb
236
235
  - benchmark/select.rb
236
+ - benchmark/repeat-load.rb
237
237
  - misc/grnop2ruby.rb
238
- - example/bookmark.rb
239
238
  - example/index-html.rb
240
- - ext/groonga/rb-grn-encoding-support.c
241
- - ext/groonga/rb-grn-patricia-trie.c
242
- - ext/groonga/rb-grn-geo-point.c
239
+ - example/bookmark.rb
240
+ - ext/groonga/rb-grn-exception.c
241
+ - ext/groonga/rb-grn-view-accessor.c
242
+ - ext/groonga/rb-grn-hash-cursor.c
243
+ - ext/groonga/rb-grn-record.c
244
+ - ext/groonga/rb-grn-variable.c
243
245
  - ext/groonga/rb-grn-view.c
244
- - ext/groonga/rb-grn-snippet.c
245
- - ext/groonga/rb-grn-double-array-trie-cursor.c
246
+ - ext/groonga/rb-grn-table-cursor-key-support.c
246
247
  - ext/groonga/rb-grn-fix-size-column.c
247
- - ext/groonga/rb-grn-view-accessor.c
248
- - ext/groonga/rb-grn-accessor.c
248
+ - ext/groonga/rb-grn-context.c
249
249
  - ext/groonga/rb-grn-plugin.c
250
- - ext/groonga/rb-grn-table.c
251
- - ext/groonga/rb-grn-operator.c
252
- - ext/groonga/rb-grn-database.c
250
+ - ext/groonga/rb-grn-hash.c
253
251
  - ext/groonga/rb-grn-variable-size-column.c
254
- - ext/groonga/rb-grn-view-record.c
255
- - ext/groonga/rb-grn-record.c
256
- - ext/groonga/rb-grn-context.c
257
- - ext/groonga/rb-grn-exception.c
252
+ - ext/groonga/rb-grn-index-column.c
253
+ - ext/groonga/rb-grn-operator.c
258
254
  - ext/groonga/rb-grn-table-key-support.c
259
- - ext/groonga/rb-grn-posting.c
260
- - ext/groonga/rb-grn-hash-cursor.c
261
- - ext/groonga/rb-grn-expression-builder.c
262
- - ext/groonga/rb-grn-expression.c
263
- - ext/groonga/rb-grn-view-cursor.c
264
- - ext/groonga/rb-grn-array-cursor.c
265
- - ext/groonga/rb-grn-encoding.c
266
- - ext/groonga/rb-grn-utils.c
267
- - ext/groonga/rb-groonga.c
255
+ - ext/groonga/rb-grn-patricia-trie.c
256
+ - ext/groonga/rb-grn-table-cursor.c
257
+ - ext/groonga/rb-grn-object.c
258
+ - ext/groonga/rb-grn-table.c
259
+ - ext/groonga/rb-grn-procedure.c
260
+ - ext/groonga/rb-grn-snippet.c
261
+ - ext/groonga/rb-grn-encoding-support.c
262
+ - ext/groonga/rb-grn-view-record.c
268
263
  - ext/groonga/rb-grn-patricia-trie-cursor.c
269
264
  - ext/groonga/rb-grn-array.c
270
- - ext/groonga/rb-grn-object.c
271
- - ext/groonga/rb-grn-type.c
265
+ - ext/groonga/rb-grn-database.c
266
+ - ext/groonga/rb-grn-view-cursor.c
272
267
  - ext/groonga/rb-grn-column.c
273
268
  - ext/groonga/rb-grn-index-cursor.c
274
- - ext/groonga/rb-grn-hash.c
269
+ - ext/groonga/rb-grn-type.c
270
+ - ext/groonga/rb-grn-accessor.c
271
+ - ext/groonga/rb-grn-double-array-trie-cursor.c
272
+ - ext/groonga/rb-grn-posting.c
273
+ - ext/groonga/rb-groonga.c
274
+ - ext/groonga/rb-grn-geo-point.c
275
+ - ext/groonga/rb-grn-array-cursor.c
276
+ - ext/groonga/rb-grn-utils.c
275
277
  - ext/groonga/rb-grn-logger.c
276
- - ext/groonga/rb-grn-variable.c
277
- - ext/groonga/rb-grn-index-column.c
278
- - ext/groonga/rb-grn-table-cursor-key-support.c
278
+ - ext/groonga/rb-grn-expression.c
279
+ - ext/groonga/rb-grn-encoding.c
280
+ - ext/groonga/rb-grn-expression-builder.c
279
281
  - ext/groonga/rb-grn-double-array-trie.c
280
- - ext/groonga/rb-grn-procedure.c
281
- - ext/groonga/rb-grn-table-cursor.c
282
282
  - ext/groonga/rb-grn.h
283
283
  - ext/groonga/extconf.rb
284
284
  - ext/groonga/groonga.def
285
- - test/test-expression.rb
286
- - test/test-type.rb
287
- - test/run-test.rb
288
- - test/test-schema-dumper.rb
289
- - test/test-command-select.rb
290
- - test/test-record.rb
285
+ - test/test-remote.rb
286
+ - test/test-accessor.rb
287
+ - test/test-database-dumper.rb
288
+ - test/test-index-column.rb
289
+ - test/groonga-test-utils.rb
290
+ - test/test-pagination.rb
291
+ - test/test-table.rb
292
+ - test/test-variable-size-column.rb
293
+ - test/test-plugin.rb
294
+ - test/test-hash.rb
295
+ - test/test-table-traverse.rb
296
+ - test/test-encoding.rb
291
297
  - test/test-schema-create-table.rb
298
+ - test/test-type.rb
299
+ - test/test-database.rb
300
+ - test/test-variable.rb
301
+ - test/test-table-select.rb
302
+ - test/test-patricia-trie.rb
292
303
  - test/test-geo-point.rb
293
- - test/test-procedure.rb
294
- - test/test-logger.rb
295
304
  - test/test-expression-builder.rb
296
- - test/test-column.rb
297
- - test/test-database-dumper.rb
298
- - test/test-accessor.rb
299
- - test/test-table-select.rb
305
+ - test/test-logger.rb
300
306
  - test/test-array.rb
301
- - test/test-gqtp.rb
302
- - test/test-table-offset-and-limit.rb
303
- - test/test-pagination.rb
304
- - test/test-table-select-weight.rb
305
- - test/test-variable.rb
306
- - test/test-index-cursor.rb
307
- - test/test-hash.rb
308
- - test/test-double-array-trie.rb
309
- - test/test-plugin.rb
310
- - test/test-variable-size-column.rb
311
- - test/groonga-test-utils.rb
307
+ - test/test-record.rb
308
+ - test/test-column.rb
309
+ - test/test-fix-size-column.rb
310
+ - test/run-test.rb
311
+ - test/test-procedure.rb
312
312
  - test/test-table-dumper.rb
313
- - test/test-schema-type.rb
314
- - test/test-patricia-trie.rb
315
- - test/test-version.rb
316
- - test/test-table-traverse.rb
317
- - test/test-context.rb
313
+ - test/test-schema.rb
314
+ - test/test-view.rb
318
315
  - test/test-table-select-mecab.rb
319
- - test/test-database.rb
316
+ - test/test-command-select.rb
320
317
  - test/test-table-select-normalize.rb
321
- - test/test-table.rb
322
- - test/test-remote.rb
323
- - test/test-schema-view.rb
324
- - test/test-snippet.rb
318
+ - test/test-expression.rb
325
319
  - test/test-vector-column.rb
326
- - test/test-fix-size-column.rb
320
+ - test/test-version.rb
321
+ - test/test-schema-view.rb
322
+ - test/test-index-cursor.rb
323
+ - test/test-double-array-trie.rb
327
324
  - test/test-exception.rb
328
- - test/test-encoding.rb
329
- - test/test-view.rb
330
- - test/test-schema.rb
331
- - test/test-index-column.rb
332
- - bin/groonga-query-log-extract
325
+ - test/test-schema-dumper.rb
326
+ - test/test-schema-type.rb
327
+ - test/test-table-select-weight.rb
328
+ - test/test-gqtp.rb
329
+ - test/test-context.rb
330
+ - test/test-snippet.rb
331
+ - test/test-table-offset-and-limit.rb
333
332
  - bin/grntest-log-analyze
333
+ - bin/groonga-query-log-extract
334
334
  - bin/grndump
335
335
  homepage: http://groonga.rubyforge.org/#about-rroonga
336
336
  licenses:
@@ -345,18 +345,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
345
345
  - - ! '>='
346
346
  - !ruby/object:Gem::Version
347
347
  version: '0'
348
- segments:
349
- - 0
350
- hash: 3736378040968072494
351
348
  required_rubygems_version: !ruby/object:Gem::Requirement
352
349
  none: false
353
350
  requirements:
354
351
  - - ! '>='
355
352
  - !ruby/object:Gem::Version
356
353
  version: '0'
357
- segments:
358
- - 0
359
- hash: 3736378040968072494
360
354
  requirements: []
361
355
  rubyforge_project: groonga
362
356
  rubygems_version: 1.8.23
@@ -365,51 +359,51 @@ specification_version: 3
365
359
  summary: Ruby bindings for groonga that provide full text search and column store
366
360
  features.
367
361
  test_files:
368
- - test/test-expression.rb
369
- - test/test-type.rb
370
- - test/run-test.rb
371
- - test/test-schema-dumper.rb
372
- - test/test-command-select.rb
373
- - test/test-record.rb
362
+ - test/test-remote.rb
363
+ - test/test-accessor.rb
364
+ - test/test-database-dumper.rb
365
+ - test/test-index-column.rb
366
+ - test/groonga-test-utils.rb
367
+ - test/test-pagination.rb
368
+ - test/test-table.rb
369
+ - test/test-variable-size-column.rb
370
+ - test/test-plugin.rb
371
+ - test/test-hash.rb
372
+ - test/test-table-traverse.rb
373
+ - test/test-encoding.rb
374
374
  - test/test-schema-create-table.rb
375
+ - test/test-type.rb
376
+ - test/test-database.rb
377
+ - test/test-variable.rb
378
+ - test/test-table-select.rb
379
+ - test/test-patricia-trie.rb
375
380
  - test/test-geo-point.rb
376
- - test/test-procedure.rb
377
- - test/test-logger.rb
378
381
  - test/test-expression-builder.rb
379
- - test/test-column.rb
380
- - test/test-database-dumper.rb
381
- - test/test-accessor.rb
382
- - test/test-table-select.rb
382
+ - test/test-logger.rb
383
383
  - test/test-array.rb
384
- - test/test-gqtp.rb
385
- - test/test-table-offset-and-limit.rb
386
- - test/test-pagination.rb
387
- - test/test-table-select-weight.rb
388
- - test/test-variable.rb
389
- - test/test-index-cursor.rb
390
- - test/test-hash.rb
391
- - test/test-double-array-trie.rb
392
- - test/test-plugin.rb
393
- - test/test-variable-size-column.rb
394
- - test/groonga-test-utils.rb
384
+ - test/test-record.rb
385
+ - test/test-column.rb
386
+ - test/test-fix-size-column.rb
387
+ - test/run-test.rb
388
+ - test/test-procedure.rb
395
389
  - test/test-table-dumper.rb
396
- - test/test-schema-type.rb
397
- - test/test-patricia-trie.rb
398
- - test/test-version.rb
399
- - test/test-table-traverse.rb
400
- - test/test-context.rb
390
+ - test/test-schema.rb
391
+ - test/test-view.rb
401
392
  - test/test-table-select-mecab.rb
402
- - test/test-database.rb
393
+ - test/test-command-select.rb
403
394
  - test/test-table-select-normalize.rb
404
- - test/test-table.rb
405
- - test/test-remote.rb
406
- - test/test-schema-view.rb
407
- - test/test-snippet.rb
395
+ - test/test-expression.rb
408
396
  - test/test-vector-column.rb
409
- - test/test-fix-size-column.rb
397
+ - test/test-version.rb
398
+ - test/test-schema-view.rb
399
+ - test/test-index-cursor.rb
400
+ - test/test-double-array-trie.rb
410
401
  - test/test-exception.rb
411
- - test/test-encoding.rb
412
- - test/test-view.rb
413
- - test/test-schema.rb
414
- - test/test-index-column.rb
402
+ - test/test-schema-dumper.rb
403
+ - test/test-schema-type.rb
404
+ - test/test-table-select-weight.rb
405
+ - test/test-gqtp.rb
406
+ - test/test-context.rb
407
+ - test/test-snippet.rb
408
+ - test/test-table-offset-and-limit.rb
415
409
  has_rdoc: