miq_utilities 0.3.4 → 0.3.4.1

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: b3f2d1a1b146b4cf71f95ade98ece4488837738f128ab48885946752e29faf7d
4
- data.tar.gz: a8154914affc80c25c15fb0b34f01109a8d8b92248bcb701307686a9885f5ae6
3
+ metadata.gz: 98152f28a38ba19adae92e2befd63de96a758c164a62c2de31a31a6b4d943698
4
+ data.tar.gz: cd085afdcccc59cf77b372075acd7ec9aebfc503bbffb15189ae59a4dc22788d
5
5
  SHA512:
6
- metadata.gz: 5d35b14c6d21a8f3dfe939d6e8ca8e3a49f25642688b5d556412bc8b2df450897a8d36449978d383e10ece01ff81df36a8a9d3d3678d1f9003e65e113dcbd33f
7
- data.tar.gz: 72af1ebcf10c742c729a124019941b0afc51f7af4495170d6f5f7fa799e5b910440d243e55df3cc30f83b1042d76ebf51dbbda96c1f890e07ac081fbae07474c
6
+ metadata.gz: 5dc438ecf34f8c62f4c4cf41f9a7406749fb7eb9c430a2f2661e06ea460eca15e14d07c0440dad7c7267a1da8fbb3a8e53313d4df4f8f18d5c32b2439a4a31c2
7
+ data.tar.gz: e83259e23ca26bb7c699827fdd23b100fb924f8e9ce21d2461b4055e7e80a21e87d5920ba13b837b7dafff44fae8898312705c18fb57e054d6dae448e84ee041
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "https://rubygems.org"
1
+ source "http://nexus.prlb.io/repository/rubygems-group/"
2
2
 
3
3
  git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
4
 
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- miq_utilities (0.3.3)
4
+ miq_utilities (0.3.4)
5
5
 
6
6
  GEM
7
- remote: https://rubygems.org/
7
+ remote: http://nexus.prlb.io/repository/rubygems-group/
8
8
  specs:
9
9
  builder (3.2.3)
10
10
  domain_name (0.5.20180417)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiqUtilities
4
- VERSION = '0.3.4'
4
+ VERSION = '0.3.4.1'
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.3.4
4
+ version: 0.3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron McCatty