miq_utilities 0.2.8 → 0.2.9

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: f69b2aecab6ae7d25b391d9244cd67fd62612b7be714dfe27c2e20358c50f483
4
- data.tar.gz: ff8ce2ff4a17f63855f97c6d9571ff0b21bf7f87a298294df866d82237dd2df0
3
+ metadata.gz: ac182550e609cee1ab1258fdd95c96d8d5aa54c282a9cbde56c694dca72fee67
4
+ data.tar.gz: 94b5ca81157dbefcf75bfce7e703719faf579fdfd2b29578211bc367955aa8a7
5
5
  SHA512:
6
- metadata.gz: 86eeb522972b75989b5a3a3ea5bb17335901aa9ef29c4335e91b96b6645e49fc953aacbdc5604e4dc801cff5fcbf2a2cf7b30f0e18c3a6dbeab1d012fd38828f
7
- data.tar.gz: 0cbb9dfacd7b597e3b407aa1f38fcc7de44a05328fb5f0212fa49d7083829c820c42bbb841466da9e9bd3d10245882a9b6b845a2464a37ada428858d76fb78cf
6
+ metadata.gz: 3db03084f61c10f8f4026f083a087b80eda5224ab741b27bfe4fee6c3f04b68af7e68b1eb0fd3e97e8a9b61a9cf5d9d0add8c4673ef585a9c6126110c53357bf
7
+ data.tar.gz: 38806fd0f9859922ef8a67d59724036a77a20db6d206474333254d3e9d6a36bbfa358334f1b11cf63cf4b04213dc6c49a309c38b3e948c8440ee22535778a57b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- miq_utilities (0.2.6)
4
+ miq_utilities (0.2.8)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -94,7 +94,7 @@ class NotificationClass
94
94
  vm = $evm.root['vm']
95
95
  prov = $evm.root['miq_provision']
96
96
  subject ||= vm unless vm.nil?
97
- subject ||= prov.miq_request unless prov.miq_request.nil?
97
+ subject ||= prov.miq_request unless prov.nil?
98
98
  prov.message = message unless prov.nil?
99
99
  end
100
100
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiqUtilities
4
- VERSION = '0.2.8'
4
+ VERSION = '0.2.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miq_utilities
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron McCatty