grntest 1.5.3 → 1.5.4

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: 81a6e6ccd33fb04aa9ea645a09c3cb0afc2ed8222af2960b4a64f791f43ea6a5
4
- data.tar.gz: 7bbed9cb728ff29ab820eab0b0c1faa03fedd85bd2bce31751d793131f7c5a8e
3
+ metadata.gz: 52639924062d309f2bd03605a4eec89ff5f22003ef5a5ed269216b09a6190990
4
+ data.tar.gz: b6573f497448c771222eef70c93315ab2fe3e141b861c19dc52843ee4d2d92ea
5
5
  SHA512:
6
- metadata.gz: 3550c1df4e2bacc1a98de32178542a22bd5ffe9abd96724384205254c83d934d5dfaabf8bc11666c33f84b8fad5a2a6de787fe7ff8d8ab3874a1632bf2139f56
7
- data.tar.gz: d90a67aff31962a27fe0e7a1cdd87381d058311af47a9d70e0b6bee8f86e33b38534289b87d253bc4edb639543e388757537b7151c18389f3143c13d110ff6df
6
+ metadata.gz: 383b205e13e7a0c5986ce7f42425b0e3959f1e1ab162dd25d30bfcc3ddf5891d3a107c22608786446877f68dc111057e1c8fcc163a6196bb3886950efdc09dff
7
+ data.tar.gz: 38b7f754bd5bf55fee9d8314de711612011cacf89303bff4bbec43e1ea1605f936dcd7433046a418aad89c624488621ee82053397454f684ae41dccf8b14fcab
data/doc/text/news.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # News
2
2
 
3
+ ## 1.5.4: 2022-01-17
4
+
5
+ ### Improvements
6
+
7
+ * `http`: Added support for long query.
8
+
3
9
  ## 1.5.3: 2021-08-14
4
10
 
5
11
  ### Improvements
@@ -547,6 +547,8 @@ http {
547
547
  groonga on;
548
548
  client_max_body_size 500m;
549
549
  }
550
+ client_header_buffer_size 64k;
551
+ large_client_header_buffers 4 64k;
550
552
  }
551
553
  }
552
554
  HTTP
@@ -14,5 +14,5 @@
14
14
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
  module Grntest
17
- VERSION = "1.5.3"
17
+ VERSION = "1.5.4"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grntest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-08-13 00:00:00.000000000 Z
12
+ date: 2022-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: diff-lcs
@@ -270,12 +270,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  - !ruby/object:Gem::Version
271
271
  version: '0'
272
272
  requirements: []
273
- rubygems_version: 3.3.0.dev
273
+ rubygems_version: 3.1.2
274
274
  signing_key:
275
275
  specification_version: 4
276
276
  summary: Grntest is a testing framework for Groonga. You can write a test for Groonga
277
277
  by writing Groonga commands and expected result.
278
278
  test_files:
279
- - test/executors/test-base-executor.rb
280
- - test/executors/test-standard-io-executor.rb
281
279
  - test/run-test.rb
280
+ - test/executors/test-standard-io-executor.rb
281
+ - test/executors/test-base-executor.rb