smart_proxy_dhcp_infoblox 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '085837132cc0862c9f3ffc24e0e2730f8e3adbb3'
4
- data.tar.gz: 0f4eba506ee80571addcd1d4a567ba71642870e3
3
+ metadata.gz: d3ff6b849368389cef25d7fbcc8b3f4072f29451
4
+ data.tar.gz: 11cb8b354e2917816c4bd4ca957d93f664ee2309
5
5
  SHA512:
6
- metadata.gz: 42aa2e6637a6e1aaef0379d205e7f59df1e1a9aa477afc0e0b51ef723ed2b4a36560daa784f3b82d303d97e4c96acd010626ca5495f806615e244503973357c1
7
- data.tar.gz: 6ee6869da932c9f8ef89a4996d10644cb68ed47c06ff7891e168c6c2d1cfc9948e7fb0e004b94da78e501c3286e3b867e93c7bf277946857bc8ee9b0b5c12742
6
+ metadata.gz: 985763eae34749aa8f78529476bee93b1ae55008d5f814184785b6365be50d00311e2bb16e214cd29977ea34c7517cb0a416d5d2cbc510f56916c396d62586b9
7
+ data.tar.gz: f7c85f678518194b307880a62eba5a0305a56467f784ada42822f398315df744fe300aaa8d50f5cfd53cdfa71ceebed1cf296c52689ed551d897fa201867cbe0
@@ -1,7 +1,7 @@
1
1
  module Proxy
2
2
  module DHCP
3
3
  module Infoblox
4
- VERSION = '0.0.6'
4
+ VERSION = '0.0.7'
5
5
  end
6
6
  end
7
7
  end
@@ -32,7 +32,7 @@ module ::Proxy::DHCP::Infoblox
32
32
  end
33
33
 
34
34
  def find_hosts(condition, max_results = 1)
35
- return @memoized_hosts if (!@memoized_host.empty? && @memoized_condition == condition)
35
+ return @memoized_hosts if (!@memoized_hosts.empty? && @memoized_condition == condition)
36
36
  @memoized_condition = condition
37
37
  @memoized_hosts = ::Infoblox::Fixedaddress.find(@connection, condition.merge('_max_results' => max_results))
38
38
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_proxy_dhcp_infoblox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Klaas Demter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-12 00:00:00.000000000 Z
11
+ date: 2017-09-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Infoblox DHCP provider plugin for Foreman's smart proxy
14
14
  email:
@@ -51,17 +51,17 @@ require_paths:
51
51
  - lib
52
52
  required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - ">="
54
+ - - '>='
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.6.12
64
+ rubygems_version: 2.4.8
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Infoblox DHCP provider plugin for Foreman's smart proxy