rroonga 11.0.0 → 11.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +12 -0
- data/ext/groonga/extconf.rb +2 -0
- data/ext/groonga/rb-grn.h +1 -1
- data/test/test-logger.rb +2 -0
- metadata +62 -62
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bd3a26cbf30ec083561fea23d5aa458ce1a53e5644caedfb646f6717e197f34
|
4
|
+
data.tar.gz: ae0004a24279a953a311606da7b58f9d8960b703897af7aa868b2b4980a9cddd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0290bfd09da3231a50c2ec4e691efac8c2f2f4b5f9c807507c5aa17540867a8db7060e44c4f0804093c7e6d802679a248b5edfb7038e5b00968bbf4547a4bc43'
|
7
|
+
data.tar.gz: 679af8fcbdb4f88efa9b58bfa339a5d2f4af7f044301ff8028ac2aa65d14f97f7ee7b231186ccda9ce632b9f1483d90eb3b01eb63f60f2d90797d565fe9b5f17
|
data/doc/text/news.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# NEWS
|
2
2
|
|
3
|
+
## 11.0.6: 2021-09-24 {#version-11-0-6}
|
4
|
+
|
5
|
+
### Improvements
|
6
|
+
|
7
|
+
* Installed Groonga automatically when native package isn't
|
8
|
+
installed automatically.
|
9
|
+
[GitHub#204][Patch by skawaji]
|
10
|
+
|
11
|
+
### Thanks
|
12
|
+
|
13
|
+
* skawaji
|
14
|
+
|
3
15
|
## 11.0.0: 2021-02-09 {#version-11-0-0}
|
4
16
|
|
5
17
|
### Improvements
|
data/ext/groonga/extconf.rb
CHANGED
@@ -231,6 +231,8 @@ unless PKGConfig.have_package(package_name, major, minor, micro)
|
|
231
231
|
msys2: "groonga")
|
232
232
|
need_auto_groonga_install =
|
233
233
|
!PKGConfig.have_package(package_name, major, minor, micro)
|
234
|
+
else
|
235
|
+
need_auto_groonga_install = true
|
234
236
|
end
|
235
237
|
end
|
236
238
|
if need_auto_groonga_install
|
data/ext/groonga/rb-grn.h
CHANGED
@@ -93,7 +93,7 @@ RB_GRN_BEGIN_DECLS
|
|
93
93
|
|
94
94
|
#define RB_GRN_MAJOR_VERSION 11
|
95
95
|
#define RB_GRN_MINOR_VERSION 0
|
96
|
-
#define RB_GRN_MICRO_VERSION
|
96
|
+
#define RB_GRN_MICRO_VERSION 6
|
97
97
|
|
98
98
|
#define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
|
99
99
|
#define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))
|
data/test/test-logger.rb
CHANGED
@@ -39,6 +39,8 @@ class LoggerTest < Test::Unit::TestCase
|
|
39
39
|
FileUtils.mv(@log_path, "#{@log_path}.old")
|
40
40
|
end
|
41
41
|
assert_false(@log_path.exist?)
|
42
|
+
# Reopen log uses debug level since Groonga 11.0.1.
|
43
|
+
Groonga::Logger.max_level = :debug
|
42
44
|
Groonga::Logger.reopen
|
43
45
|
assert_true(@log_path.exist?)
|
44
46
|
end
|
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: 11.0.
|
4
|
+
version: 11.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2021-
|
15
|
+
date: 2021-09-24 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: groonga-client
|
@@ -166,10 +166,10 @@ email:
|
|
166
166
|
- y.hayamizu@gmail.com
|
167
167
|
- dara@shidara.net
|
168
168
|
executables:
|
169
|
+
- grndump
|
169
170
|
- grntest-log-analyze
|
170
|
-
- groonga-index-dump
|
171
171
|
- groonga-database-inspect
|
172
|
-
-
|
172
|
+
- groonga-index-dump
|
173
173
|
extensions:
|
174
174
|
- ext/groonga/extconf.rb
|
175
175
|
extra_rdoc_files:
|
@@ -387,80 +387,80 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
387
387
|
- !ruby/object:Gem::Version
|
388
388
|
version: '0'
|
389
389
|
requirements: []
|
390
|
-
rubygems_version: 3.
|
390
|
+
rubygems_version: 3.3.0.dev
|
391
391
|
signing_key:
|
392
392
|
specification_version: 4
|
393
393
|
summary: Ruby bindings for Groonga that provide full text search and column store
|
394
394
|
features.
|
395
395
|
test_files:
|
396
|
-
- test/test-
|
397
|
-
- test/test
|
398
|
-
- test/test-
|
399
|
-
- test/test-schema-dumper.rb
|
400
|
-
- test/test-double-array-trie.rb
|
401
|
-
- test/test-expression-builder.rb
|
396
|
+
- test/groonga-test-utils.rb
|
397
|
+
- test/run-test.rb
|
398
|
+
- test/test-accessor.rb
|
402
399
|
- test/test-array.rb
|
403
|
-
- test/test-
|
404
|
-
- test/test-
|
400
|
+
- test/test-column-cache.rb
|
401
|
+
- test/test-column.rb
|
402
|
+
- test/test-command-select.rb
|
403
|
+
- test/test-config.rb
|
404
|
+
- test/test-context.rb
|
405
|
+
- test/test-convert.rb
|
406
|
+
- test/test-data-column.rb
|
405
407
|
- test/test-database-dumper.rb
|
408
|
+
- test/test-database-inspector.rb
|
409
|
+
- test/test-database.rb
|
410
|
+
- test/test-default-cache.rb
|
411
|
+
- test/test-double-array-trie.rb
|
412
|
+
- test/test-encoding.rb
|
413
|
+
- test/test-error-message.rb
|
414
|
+
- test/test-exception.rb
|
415
|
+
- test/test-expression-builder.rb
|
406
416
|
- test/test-expression.rb
|
417
|
+
- test/test-fix-size-column.rb
|
418
|
+
- test/test-flushable.rb
|
419
|
+
- test/test-geo-point.rb
|
420
|
+
- test/test-gqtp.rb
|
421
|
+
- test/test-hash.rb
|
422
|
+
- test/test-id.rb
|
423
|
+
- test/test-index-column.rb
|
424
|
+
- test/test-index-cursor.rb
|
425
|
+
- test/test-lock-timeout.rb
|
407
426
|
- test/test-logger.rb
|
408
|
-
- test/
|
409
|
-
- test/test-
|
410
|
-
- test/test-
|
427
|
+
- test/test-memory-pool.rb
|
428
|
+
- test/test-name.rb
|
429
|
+
- test/test-normalizer.rb
|
411
430
|
- test/test-operator.rb
|
412
|
-
- test/test-
|
413
|
-
- test/test-table-group.rb
|
414
|
-
- test/test-column.rb
|
431
|
+
- test/test-package-label.rb
|
415
432
|
- test/test-pagination.rb
|
416
|
-
- test/test-error-message.rb
|
417
|
-
- test/test-fix-size-column.rb
|
418
|
-
- test/test-table-arrow.rb
|
419
|
-
- test/test-sub-records.rb
|
420
|
-
- test/test-table-select-normalize.rb
|
421
|
-
- test/test-config.rb
|
422
433
|
- test/test-patricia-trie.rb
|
423
|
-
- test/test-
|
424
|
-
- test/test-
|
434
|
+
- test/test-plugin.rb
|
435
|
+
- test/test-procedure.rb
|
436
|
+
- test/test-query-logger.rb
|
437
|
+
- test/test-ractor.rb
|
438
|
+
- test/test-record.rb
|
439
|
+
- test/test-remote.rb
|
440
|
+
- test/test-request-canceler.rb
|
441
|
+
- test/test-request-timer.rb
|
425
442
|
- test/test-schema-create-table.rb
|
443
|
+
- test/test-schema-dumper.rb
|
444
|
+
- test/test-schema-type.rb
|
426
445
|
- test/test-schema.rb
|
427
|
-
- test/test-
|
428
|
-
- test/test-
|
429
|
-
- test/test-
|
430
|
-
- test/test-
|
431
|
-
- test/test-
|
432
|
-
- test/test-
|
433
|
-
- test/test-
|
446
|
+
- test/test-snippet.rb
|
447
|
+
- test/test-sub-records.rb
|
448
|
+
- test/test-table-arrow.rb
|
449
|
+
- test/test-table-dumper.rb
|
450
|
+
- test/test-table-group.rb
|
451
|
+
- test/test-table-key-support.rb
|
452
|
+
- test/test-table-offset-and-limit.rb
|
453
|
+
- test/test-table-select-mecab.rb
|
454
|
+
- test/test-table-select-normalize.rb
|
434
455
|
- test/test-table-select-weight.rb
|
435
|
-
- test/test-database-inspector.rb
|
436
|
-
- test/test-encoding.rb
|
437
|
-
- test/test-hash.rb
|
438
|
-
- test/test-schema-type.rb
|
439
|
-
- test/test-type.rb
|
440
|
-
- test/test-context.rb
|
441
|
-
- test/test-flushable.rb
|
442
|
-
- test/test-normalizer.rb
|
443
456
|
- test/test-table-select.rb
|
444
|
-
- test/test-index-cursor.rb
|
445
|
-
- test/test-remote.rb
|
446
|
-
- test/test-snippet.rb
|
447
|
-
- test/test-exception.rb
|
448
|
-
- test/groonga-test-utils.rb
|
449
457
|
- test/test-table-traverse.rb
|
450
|
-
- test/test-
|
458
|
+
- test/test-table.rb
|
451
459
|
- test/test-thread.rb
|
452
|
-
- test/test-
|
453
|
-
- test/test-
|
454
|
-
- test/test-
|
455
|
-
- test/test-data-column.rb
|
456
|
-
- test/test-ractor.rb
|
457
|
-
- test/test-geo-point.rb
|
458
|
-
- test/test-request-timer.rb
|
459
|
-
- test/test-table-select-mecab.rb
|
460
|
-
- test/test-version.rb
|
461
|
-
- test/test-package-label.rb
|
460
|
+
- test/test-token-regexp.rb
|
461
|
+
- test/test-type.rb
|
462
|
+
- test/test-variable-size-column.rb
|
462
463
|
- test/test-variable.rb
|
463
|
-
- test/test-
|
464
|
-
- test/test-
|
465
|
-
- test/test-
|
466
|
-
- test/test-name.rb
|
464
|
+
- test/test-vector-column.rb
|
465
|
+
- test/test-version.rb
|
466
|
+
- test/test-windows-event-logger.rb
|