grntest 1.1.8 → 1.1.9

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
  SHA1:
3
- metadata.gz: 2ca500bff8db5b5d6ced1134c9ffebdd4a5bfa30
4
- data.tar.gz: 4f44310da7edac112cad7a4f0bd4f41d954f0a75
3
+ metadata.gz: d61393e0186647b014a4b66f3410d5f419a00438
4
+ data.tar.gz: 6a1504fa74e60166dd9846e0b620f9d98b701f6f
5
5
  SHA512:
6
- metadata.gz: 1b0ac506e42326ccf496c46b840936bc6ab03b898706b0c0aa13f7c9c77a0851750601870591a32745cff1a868d8f1eccec773c81c4efe6ff2f5b37954f96979
7
- data.tar.gz: 7eb826ce2087e090c7652443ffc1f9a907571b4b137c18e03d21e5039e1adf5cced7e61a2a8f481636058c30e4f724553efc9e0a33e5966826dfa152b26c5b00
6
+ metadata.gz: c38aebc58a3d4b0d3140ab69fbc3ab2ce433b8f2db3f6248fedc27773c1bba0b3dcc7e5b0cd47d9ba4f0763f4095dd3eab74b95ec46a66362b6065add32fde55
7
+ data.tar.gz: 5190437778add09f73751040dc418f9b219d209ba79d81ddb67dc81152398a250d04380e109ccaac158f5439fb3380054a5bdcf183b3d2e02550bc3b8599b906
data/doc/text/news.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # News
2
2
 
3
+ ## 1.1.9: 2016-05-17
4
+
5
+ ### Improvements
6
+
7
+ * Improved debug output.
8
+
3
9
  ## 1.1.8: 2016-05-16
4
10
 
5
11
  ### Improvements
@@ -403,12 +403,12 @@ module Grntest
403
403
  timeout = first_timeout
404
404
  while IO.select([output], [], [], timeout)
405
405
  break if output.eof?
406
- request_bytes = 1024
406
+ request_bytes = 4096
407
407
  read_content = output.readpartial(request_bytes)
408
+ debug_output(read_content)
408
409
  content << read_content
409
410
  timeout = 0 if read_content.bytesize < request_bytes
410
411
  end
411
- debug_output(content)
412
412
  content
413
413
  end
414
414
 
@@ -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.1.8"
17
+ VERSION = "1.1.9"
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.1.8
4
+ version: 1.1.9
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: 2016-05-16 00:00:00.000000000 Z
12
+ date: 2016-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json