itms_automation 2.7.5 → 2.7.6

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: 9b64bf92d7eea643ea0cfa8fce4ffa9fcbec40c94c410f55304d6478d3a5c217
4
- data.tar.gz: 366081969d763d1d5035febd1edc5543f43398d7bb8d27fb72eb35eff2c6df64
3
+ metadata.gz: 1d59d0694d3201fa93f0ea8fdbd787400d6f79753fb9759e3c54772d641ae7fd
4
+ data.tar.gz: 8eb5466b6ae94727f5142fb678a8e1a7c545e4c448006669d3e08ace9fcb6338
5
5
  SHA512:
6
- metadata.gz: fb24cfbbeeaf755cbfff7ae58fc31ac4cac98c7d004063499726aa32a087feff4e2e3287e211bcac139c5f4fb429bd66324ab5a5233e5507e3e1ad4c54c4bc48
7
- data.tar.gz: 48cf28006a35fe632d99831677b178ed0cd926d1247fd2ff6ca24c4ca28989e9a14ec60d51f59b366515691620be383f954fe2997c47e18a43f3b12cad0c95ee
6
+ metadata.gz: 9ace8095d996cafd7ecc92fa453263c0bc3c98f07af485c7bc743a65f57d1ad2139951a25af9a1eb004e266d1f37ba118daf747d7a710b945369b6bfeb36172d
7
+ data.tar.gz: 7a95c3ce305418b022778fd1c003c2dc5d6d0f42294bfd6351c96cbc20b67298015e4f1cf505d0a9196b56fa2232aac02e2a0e757a24988ac747591ad1762b7d
@@ -105,7 +105,7 @@ end
105
105
  def assert(var_name, value)
106
106
  if (value == "true" || value == "false")
107
107
  _value = value
108
- else elseif (value == '0' || !!number_or_nil(value)) {
108
+ else elseif (value == '0' || !!number_or_nil(value))
109
109
  _value = value
110
110
  end
111
111
  result = _value
@@ -197,7 +197,7 @@ end
197
197
  def verify(var_name, value)
198
198
  if (value == "true" || value == "false")
199
199
  _value = value
200
- else elseif (value == '0' || !!number_or_nil(value)) {
200
+ else elseif (value == '0' || !!number_or_nil(value))
201
201
  _value = value
202
202
  end
203
203
  result = _value
@@ -1,5 +1,5 @@
1
1
  module ITMS
2
2
  module Automation
3
- VERSION = '2.7.5'
3
+ VERSION = '2.7.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itms_automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.5
4
+ version: 2.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - INFOdation