grntest 1.0.7 → 1.0.8

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: b49084b1b74bbe7aa93fb1d3de55a339ba22d1c8
4
- data.tar.gz: 4d3e0826c9aaff1ec0d228cb9d18937e66f5c037
3
+ metadata.gz: 9e3f89c9bfca8e9409f3ea9901545cdf88d8df0c
4
+ data.tar.gz: 7454542a28073b636438762f294b446a553d679f
5
5
  SHA512:
6
- metadata.gz: eb441ce03f08c5ebd372d5b7b68e32fd157ac92c0673bedd4bb1e886d24a087c22e048db1396512a0ce0a6f27d42b0c46e8d7b2256c9bd4aeef01f4c758c0b64
7
- data.tar.gz: 37f4776fe0b075d1cb69cfd0b6af33ca830337341ae80ad22c8b4e397bb1528fa8f913293e71f7ce57b4673c3fa745ff9e6444cdf85b8a17490ef0ce7cba37c6
6
+ metadata.gz: f6cb769472bcaf8c2309de3ffb290f26ee16296ad7ce9a5847719f042fad1e11239ea8c8d5fb131e523f631e88a637493678db3a61b6a2197a81b724970a6c70
7
+ data.tar.gz: 5f6ca62f6a91a41df7856a79155c54d947874e1d65e3c5be8d8f66a972adae9543f0b1dd30fc7045f9f86b596b439bab7c89420d69114f3784571479cb5080d9
@@ -1,5 +1,12 @@
1
1
  # News
2
2
 
3
+ ## 1.0.8: 2014-08-17
4
+
5
+ ### Fixes
6
+
7
+ * Add missing new line in log message. It was a bug that is
8
+ introduced in 1.0.7.
9
+
3
10
  ## 1.0.7: 2014-08-16
4
11
 
5
12
  ### Fixes
@@ -272,7 +272,7 @@ module Grntest
272
272
  end
273
273
 
274
274
  def extract_important_messages(log)
275
- important_messages = ""
275
+ important_messages = []
276
276
  log.each_line do |line|
277
277
  timestamp, log_level, message = line.split(/\|\s*/, 3)
278
278
  _ = timestamp # suppress warning
@@ -281,7 +281,7 @@ module Grntest
281
281
  next if backtrace_log_message?(message)
282
282
  important_messages << "\#|#{log_level}| #{message}"
283
283
  end
284
- important_messages
284
+ important_messages.join("\n")
285
285
  end
286
286
 
287
287
  def read_all_readable_content(output, options={})
@@ -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.0.7"
17
+ VERSION = "1.0.8"
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.0.7
4
+ version: 1.0.8
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: 2014-08-16 00:00:00.000000000 Z
12
+ date: 2014-08-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json