groonga-query-log 1.7.4 → 1.7.5
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 +8 -2
- data/lib/groonga-query-log/statistic.rb +1 -0
- data/lib/groonga-query-log/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddc6abfd57bfd9684c695179c7cac74c76ea66fffb0b87b9a0d44726a16128b6
|
4
|
+
data.tar.gz: 52dfaf4698c92587f155e3d4e0fd70fcc7c94b7c6ae58fdab43e72695a3e7722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0747f843b5cce48e3540cace8c2be2ab4200c7d6c406917a56b7eb05dbd047437249400f25178045d29b1aef8c84253e6c3a70ef806db9f581ae47392a34c2a5
|
7
|
+
data.tar.gz: 47391f44a1d86c8aa37ae8893f87381e49fddf15100762938cacb73b742b0a909c2b32e574564d32415c82e8ca2c5b618f0c86b0028c288b0570685a4b3f0d60
|
data/doc/text/news.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1
1
|
# News
|
2
2
|
|
3
|
+
## 1.7.5: 2020-11-18
|
4
|
+
|
5
|
+
### Improvements
|
6
|
+
|
7
|
+
* `analyze`: Ignored static file access.
|
8
|
+
|
3
9
|
## 1.7.4: 2020-11-12
|
4
10
|
|
5
11
|
### Fixes
|
6
12
|
|
7
|
-
* `server-verifier`: Fixed a bug that `--max-limit` doesn't work
|
13
|
+
* `server-verifier`: Fixed a bug that `--max-limit` doesn't work.
|
8
14
|
|
9
|
-
* `run-regression-test`: Fixed a bug that `--max-limit` doesn't work
|
15
|
+
* `run-regression-test`: Fixed a bug that `--max-limit` doesn't work.
|
10
16
|
|
11
17
|
## 1.7.3: 2020-11-12
|
12
18
|
|
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.7.
|
4
|
+
version: 1.7.5
|
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-11-
|
11
|
+
date: 2020-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: charty
|