groonga-query-log 1.6.5 → 1.6.6
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e5305ed3d2b9cfccdf3b47f63c4bda63b86c5652610693c55f635f62c40717e
|
|
4
|
+
data.tar.gz: 951d582fe4301ba723e9ed749dbd1d90babe81f9711b17320b9072d9e473726c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53f0433ceb544b5b88ef5229de6b6e049c836dc115f7ec723def25e2206266b9d68446c1df3af56e3bf8acaaccc7e55b2de007531d9329db7b20328c1c13d127
|
|
7
|
+
data.tar.gz: 265f2791aab081ba71f8174b2436218a9e11eb399703eeda4be8ca99d0962d425a16505a4366f16c3a4c1b02c92fffb52ffe5c9f461f367bf7348682eacef925
|
data/doc/text/news.md
CHANGED
|
@@ -212,7 +212,7 @@ module GroongaQueryLog
|
|
|
212
212
|
@new_groonga_env[key] = value
|
|
213
213
|
end
|
|
214
214
|
|
|
215
|
-
parser.on("--
|
|
215
|
+
parser.on("--new-groonga-warm-up-commands=COMMAND",
|
|
216
216
|
"Run COMMAND before running tests to warm new groonga up",
|
|
217
217
|
"You can specify this option multiple times",
|
|
218
218
|
"to specify multiple warm up commands",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: groonga-query-log
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kouhei Sutou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: charty
|