miq_utilities 0.2.5 → 0.2.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: 8134e1c8c467577459b2a532cf6f24bbfc3e9f1085c98efdf6911add15e84663
4
- data.tar.gz: 2123da2a232e9aaff196f98f34daffd9a5cf36027e64b3bd3095513174d51018
3
+ metadata.gz: 17cff05860ca7a5ced4a3a8a93f42670e5be27dcd0760c5be99317771ae4a97e
4
+ data.tar.gz: a3589fcb8ccce826ab3130a92cc70ec69a5bba8ce2a553b6dc536df73afc4a82
5
5
  SHA512:
6
- metadata.gz: 2821431a018ed1447e953ada89d8986b0b5225be147139526c6bd57c93df8f1cda85bd5688ccfa7e7307e5a92e9cfce6a9d8689de1dcb67d7e0753ff5b05c84a
7
- data.tar.gz: 1fc1fa6eeecce13bd03f26e479fe6bb2c70f6f1974ce8340a6cdf18492b79dc8925c21b4246c4cb38c4d30558e4fdb965e482fbf878dae42113d641e392185db
6
+ metadata.gz: a4df78d3792a421d315bd24af4d2cb77ae296f6c7315d8a8f3107add85eeb9537d543cd0b59275adb5fdb7c99b107fb1b7901cf5354f9ddb899c3011e5de972a
7
+ data.tar.gz: fd82ff0b6ffcffb93a42d24738545b21967ae12941fa252637f856a0632b422425ddbba39e92c368831095d0c291cb993b7529bf227b1fc60568baa35220894d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- miq_utilities (0.2.3)
4
+ miq_utilities (0.2.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiqUtilities
4
- VERSION = '0.2.5'
4
+ VERSION = '0.2.6'
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.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron McCatty