milou 1.0.3 → 1.0.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: fd58d78aec417f8b60745f327491e091f7e465a673ae0012d300df622eafb26c
4
- data.tar.gz: 9d06d85c9303785c4feae17afcf78158e5658e763c66caa1e2c45a0c52396931
3
+ metadata.gz: c900c96f8b9dab4d9a58edfbf6c7adf72375d36da97ac1534b9493fecb822908
4
+ data.tar.gz: 4532d7a6abc7260650dea78e78b26100740e8008b8bd365b3bdc1ad9e8a651a7
5
5
  SHA512:
6
- metadata.gz: 746d9f6c1c20e948a469bd053231a44f300a2311cda364676e3c038c4b76e323e994954bda5734d214bf7a3d47dd407641e63f048ea5906a14e48cf1ef97d1db
7
- data.tar.gz: 771bed1431bc754977efa59325cf19243b4ad979dba308a5ee2d887b0358914e14588af60bd55859ed5f8f87e9d344620dc1b5d3f45a8024ea1ab309b0818088
6
+ metadata.gz: 7563f3bd7b190083cca9a4d330a922d88f73eb9847ce8464cc6573150eec57b64c891ce99483d6b2fa5a38bd3bba9249a0bf78b20f4acf22edc21fe62ab55401
7
+ data.tar.gz: 6c54045a98d57861d5a3d151372893d6201a313317eb938ba8606481070435bf9fc65b2cdbb3e1fbfbc35495c8c6ac264145129dda2d85fc6db91513feac6b4f
@@ -62,7 +62,7 @@ module Watchdog
62
62
  end
63
63
  end
64
64
 
65
- if test_results.empty?
65
+ if run[:test_run][:test_results].empty?
66
66
  puts 'Watchdog - No parsed results, an issue might have happened'
67
67
  puts "Watchdog - Raw detox output: #{detox_out}"
68
68
  puts "Watchdog - Raw detox error output: #{detox_err}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Watchdog
4
- VERSION = "1.0.3".freeze
4
+ VERSION = "1.0.4".freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: milou
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Silva