infoblox 0.2.17 → 0.2.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/infoblox.rb +2 -2
- data/lib/infoblox/resource/fixedaddress.rb +8 -0
- data/lib/infoblox/version.rb +1 -1
- data/spec/resource_spec.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f41953b29600256bd6e3df5bb164888cf4c0318b
|
4
|
+
data.tar.gz: 2c5b677294f5c3da0cdf560c1982533694b4d2ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f6dc1c7c73a1a6cca82a07e961248e606bf2e0397a9b0e438006a21832dd05c72b60ffb611116f1a2a52dde69d77e2717baccfa4a6be7d277b0935b8d86fb74
|
7
|
+
data.tar.gz: bbb0145361e01576f3ab226a4db8a796a95a32dc77ba3f9e7c00ba7ee87b82b0d533d8ec9ec919589eeea8d4688a80d8c94f199e5cb40fe13f6d70aee49841b6
|
data/lib/infoblox.rb
CHANGED
data/lib/infoblox/version.rb
CHANGED
data/spec/resource_spec.rb
CHANGED
@@ -71,7 +71,7 @@ describe Infoblox::Resource, "#add_ipv4addr" do
|
|
71
71
|
|
72
72
|
it 'should map wapi objects to classes' do
|
73
73
|
@expected = {}
|
74
|
-
ObjectSpace.each_object(Class) do |p|
|
74
|
+
ObjectSpace.each_object(Class) do |p|
|
75
75
|
if p < Infoblox::Resource
|
76
76
|
@expected[p.wapi_object] = p
|
77
77
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infoblox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Billy Reisinger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -114,6 +114,7 @@ files:
|
|
114
114
|
- lib/infoblox/resource.rb
|
115
115
|
- lib/infoblox/resource/arecord.rb
|
116
116
|
- lib/infoblox/resource/cname.rb
|
117
|
+
- lib/infoblox/resource/fixedaddress.rb
|
117
118
|
- lib/infoblox/resource/host.rb
|
118
119
|
- lib/infoblox/resource/host_ipv4addr.rb
|
119
120
|
- lib/infoblox/resource/ipv4address.rb
|
@@ -151,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
152
|
version: '0'
|
152
153
|
requirements: []
|
153
154
|
rubyforge_project:
|
154
|
-
rubygems_version: 2.
|
155
|
+
rubygems_version: 2.4.3
|
155
156
|
signing_key:
|
156
157
|
specification_version: 4
|
157
158
|
summary: This gem is a Ruby interface to the Infoblox WAPI. Using the gem, you can
|