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: 5491daf99859078f656e26f3f1445eadbef319899eda9dadf806415916e25e9d
4
- data.tar.gz: '0192e216e446888ed26a5fd6372bdd62a56759eea24eac06bac441d5d133cb79'
3
+ metadata.gz: 4e5305ed3d2b9cfccdf3b47f63c4bda63b86c5652610693c55f635f62c40717e
4
+ data.tar.gz: 951d582fe4301ba723e9ed749dbd1d90babe81f9711b17320b9072d9e473726c
5
5
  SHA512:
6
- metadata.gz: 26a03dadf837f274d139c7743dc4682c28a2961348f7dd4d49674591fbfb879dcf928584b0e521800a3f97dc574e717b8ec6b9d2dc3a7fac596f6949ef2779d1
7
- data.tar.gz: 75f4dfbf7010ed8d4e5db8c832eacc4274b8b62720ccbef4ea37ff0cb4b5ba138533c99328c33684c93adce8c23e459b4a906c95591f51b025d05128fa3890da
6
+ metadata.gz: 53f0433ceb544b5b88ef5229de6b6e049c836dc115f7ec723def25e2206266b9d68446c1df3af56e3bf8acaaccc7e55b2de007531d9329db7b20328c1c13d127
7
+ data.tar.gz: 265f2791aab081ba71f8174b2436218a9e11eb399703eeda4be8ca99d0962d425a16505a4366f16c3a4c1b02c92fffb52ffe5c9f461f367bf7348682eacef925
data/doc/text/news.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # News
2
2
 
3
+ ## 1.6.6: 2020-05-20
4
+
5
+ ### Fixes
6
+
7
+ * `run-regression-test`: Fixed a bug that
8
+ `--old-groonga-warm-up-command` is ignored.
9
+
3
10
  ## 1.6.5: 2020-05-19
4
11
 
5
12
  ### Improvements
@@ -212,7 +212,7 @@ module GroongaQueryLog
212
212
  @new_groonga_env[key] = value
213
213
  end
214
214
 
215
- parser.on("--old-groonga-warm-up-commands=COMMAND",
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",
@@ -15,5 +15,5 @@
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
  module GroongaQueryLog
18
- VERSION = "1.6.5"
18
+ VERSION = "1.6.6"
19
19
  end
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.5
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-18 00:00:00.000000000 Z
11
+ date: 2020-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: charty