testrailtagging 0.3.8.6 → 0.3.8.7

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: 1704bff5ff0563958d35e1fadf2a6fbc6da34865
4
- data.tar.gz: 8d72ac9b1bda1be79d704d9827f574b065979062
3
+ metadata.gz: 78081a854c035de026d452bb450a2e56b8461ff8
4
+ data.tar.gz: 2767f2ac6fb8878197b03f1a60e23bf472dfb9f2
5
5
  SHA512:
6
- metadata.gz: fb26a2d4685020a0407b335624e33df77418afa801d26f928de90198d02f54bdc2a99f063b4128b55a41d89be0bd25a3d874e8c67309f062cdc8749565b98e89
7
- data.tar.gz: 38d54e8f36886e5d89ab126a289795244706211d1d4966085009f02f8bb9fd5c155bf92a20e3447989b09247b8d03c958065a0ca6c8e6cb3494567c6661e2111
6
+ metadata.gz: c4f2697e8da25ff49c3bbfc3c2ca3a4525de163f2eae215d98d0db453127f898c2ec452956b59041fa33f192e3fe55f99a038254be9a48802ee2319dfc5d74b7
7
+ data.tar.gz: 736586b0dcc13c1c4a19aad6ea5acf6ca5dbad4cff6fead01bb79525e0831e762ff279a67c085cba5eff3d724f5f7affc3d0a643fcbd0c44adda5da11e5a64e6
@@ -139,7 +139,8 @@ module TestRailRSpecIntegration
139
139
  result = example.execution_result
140
140
  testrail_ids = example.metadata[test_id_key]
141
141
 
142
- return unless testrail_ids.present?
142
+ return if testrail_ids.empty?
143
+
143
144
  completion_message = ""
144
145
 
145
146
  if (result.status == :failed)
@@ -1,3 +1,3 @@
1
1
  module Testrailtagging
2
- VERSION = "0.3.8.6"
2
+ VERSION = "0.3.8.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testrailtagging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8.6
4
+ version: 0.3.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Johnson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-02-25 00:00:00.000000000 Z
11
+ date: 2019-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler