f5-icontrol 0.2.2 → 0.2.3

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: e72d390863e04fc0c84f1774c92c8c1cb4bc662f
4
- data.tar.gz: 718fd83b630310319152660bfc34cbb9ea742388
3
+ metadata.gz: 6eb8a54f54995d658cc9096ff1394345d3ce7457
4
+ data.tar.gz: f46d475017ab3cbfd1bd3e0441e182e9f0fce79a
5
5
  SHA512:
6
- metadata.gz: 4907fe563918cc3084bf35c38e87730ac7548740d5d589cc56db9295b61ae5e7302964f112e4b960b8f2792e46c35a4d207bec84559f6b0035e3d74790bd3c9b
7
- data.tar.gz: 10ba7e8be95924d8bcecc711cff9108e65317cbacf12ea033b22b0fba877c40ccc7dcffb89ff4dfed372eaa21887343eb3eb1a084e3c47d1e0633629f07a53e8
6
+ metadata.gz: 6eb32f8c9832dc6cb76a1dc5445deb8ff55b8282a78d41665d7d6cd8ba23c791eaf3fa340e444a969b3acf9357b07489e24e314b6b4eb7737d4b1712429ac527
7
+ data.tar.gz: e7a27999ccfec01a30e1b9495ac733775d5c071f04732f2474c89c1b37a648314875bbe6bba5c46175203b671fe7b06037d2b38f51c020032822a3da3156bbaa
@@ -4,7 +4,7 @@ module F5
4
4
  module VirtualServer
5
5
  # https://devcentral.f5.com/wiki/iControl.LocalLB__VirtualServer__SourceAddressTranslationType.ashx
6
6
  # A list of source address translation types.
7
- module
7
+ module SourceAddressTranslationType
8
8
  # Translation type unknown (or unsupported by iControl).
9
9
  SRC_TRANS_UNKNOWN = 0
10
10
 
@@ -1,5 +1,5 @@
1
1
  module F5
2
2
  module Icontrol
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: f5-icontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Walberg
@@ -447,7 +447,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
447
447
  version: '0'
448
448
  requirements: []
449
449
  rubyforge_project:
450
- rubygems_version: 2.6.11
450
+ rubygems_version: 2.5.1
451
451
  signing_key:
452
452
  specification_version: 4
453
453
  summary: A gem to manage F5 BigIP devices using the iControl API