miq_utilities 0.2.4 → 0.2.5

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: 85f2ae04d311c596c5309f1f79bf31a8b407b02e754dc756dabb016c557b4572
4
- data.tar.gz: 498e1d8d0c3ad8dfa112791d937d99aad1a259e2ce411ba15b00e5823522553c
3
+ metadata.gz: 8134e1c8c467577459b2a532cf6f24bbfc3e9f1085c98efdf6911add15e84663
4
+ data.tar.gz: 2123da2a232e9aaff196f98f34daffd9a5cf36027e64b3bd3095513174d51018
5
5
  SHA512:
6
- metadata.gz: 1a239b30ffc757799835233191fd57c9533838a9a637c0a0a8d9f6d0f2ca804e55132b53ce6496efecb250ec60d52cfaa1b9d5250a3dae8da52b88085dc03594
7
- data.tar.gz: d95c06245eddba23773ac1164e701c0b5efd3a1975113a973a657ae71f1b222cf43bfc7440b37cfdc138c394186575a68bc2402dd2c64b153c48862780acd3fd
6
+ metadata.gz: 2821431a018ed1447e953ada89d8986b0b5225be147139526c6bd57c93df8f1cda85bd5688ccfa7e7307e5a92e9cfce6a9d8689de1dcb67d7e0753ff5b05c84a
7
+ data.tar.gz: 1fc1fa6eeecce13bd03f26e479fe6bb2c70f6f1974ce8340a6cdf18492b79dc8925c21b4246c4cb38c4d30558e4fdb965e482fbf878dae42113d641e392185db
@@ -77,7 +77,7 @@ class InfobloxClass
77
77
  inurl
78
78
  end
79
79
 
80
- def call_infoblox(action, resource, ibobj, body_type = :json, body = nil, servername = nil, username = nil, password = nil, baseurl = 'https://[SERVERNAME]/wapi/v2.3.1/')
80
+ def call_infoblox(action:, resource:, ibobj:, body_type: :json, body: nil, servername: nil, username: nil, password: nil, baseurl: 'https://[SERVERNAME]/wapi/v2.3.1/')
81
81
  @logger = LoggingClass.new('Infoblox')
82
82
 
83
83
  servername ||= $evm.object['InfobloxServername']
@@ -26,7 +26,7 @@ require_relative 'logging.rb'
26
26
  # Wrapper class to interact with sql server
27
27
  class SqlClass
28
28
  # Initialize Class
29
- def initialize(user, password, host, database, azure, port = nil)
29
+ def initialize(user:, password:, host:, database:, azure:, port: nil)
30
30
  # Logging
31
31
  @logger = LoggingClass.new('SQL')
32
32
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MiqUtilities
4
- VERSION = '0.2.4'
4
+ VERSION = '0.2.5'
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron McCatty