itriagetestrail 1.0.15 → 1.0.16

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: 9137e6bf14971fd6aa2e54b814cd2b4e8ae8076e
4
- data.tar.gz: 1b07b2b76b5fcc2ac8b058f092ce6b33fd846636
3
+ metadata.gz: 1511adcd82dfbf909e7692444682b60fd16e82cb
4
+ data.tar.gz: e4b2230ce1c87221b2846e8bdbde6090979bf821
5
5
  SHA512:
6
- metadata.gz: f9ac7593d983b02f3039fe3960c9ac90b4047acd9ad88c1b8fc8b2d9ef346f9ef03d9226be6380e9b178fdd38d3771afd12878dafe6f1fc65ea0dc708452308f
7
- data.tar.gz: fa719cb08f9cc34709b15f004db3da7421e574754287d9fa877c20ad6cf6790572d4492325fe6996b096dc448fef3021c02574bb171a0918376027607e1aad56
6
+ metadata.gz: bc75aab912de3312f88647d73446bb51fd45ed7b48c2fc57f4526594e32529e831d64e983dc6b66964562d43a79e44027f75db0a782818af8311241843ed02ce
7
+ data.tar.gz: 699d975ad07c785707a636b213f1a5ae517847898aa08884bd6a257385a939f812069e33d5c8ebd0b8d1a6236f55cbe871ba7276d82c514f548bd4e5809cb35a
@@ -70,7 +70,7 @@ module Itriagetestrail
70
70
  # TODO: Determine if there is a change, if so then we send a post
71
71
  testrail_case_tag_ids = @test_cases.select { |item| item['id'] == case_id }[0]['custom_tags']
72
72
 
73
- if testrail_case_tag_ids == scenario_tag_ids
73
+ unless testrail_case_tag_ids == scenario_tag_ids
74
74
  # Now that we have the case id, lets update tags
75
75
  @client.send_post("update_case/#{case_id}", { 'custom_tags': scenario_tag_ids})
76
76
  end
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '1.0.15'.freeze
2
+ VERSION = '1.0.16'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.15
4
+ version: 1.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069