ios_config 1.3.4 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c4fd6dbd28429a9e1b572c8c173c7c6772f4d24e
4
- data.tar.gz: e45a90bada36d9bde551bf5ef3b3c5b358d709a9
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ M2Y5MmRlZDUwYjNkNGY4NjUwMWU1ZDQyMTFkM2E1MDAxNWJhN2JlNA==
5
+ data.tar.gz: !binary |-
6
+ NDFjYWI2ZTA2OGFkYThkMjI4NjU2NDJjNjNmNTc4YWNkMWFjZmE3NQ==
5
7
  SHA512:
6
- metadata.gz: 8f6210a45d927fa3dadfab05a736c8a5f72bb9fbc74e9abefc73eac9e9ed10a0fe73fc85e96e7ec1a4b2036761858f767f0d64eb9d991fa4d318410e2121d8e3
7
- data.tar.gz: d34c19c08e58db0d326bf19b2b2ee96448fe142b099e0eb195e88ec2766aaabeac9fa2889ad0ef8f54a129b6b604e275a7620bc2aea01a853ca627a3f0ec5f27
8
+ metadata.gz: !binary |-
9
+ MGQ3NjY1YTM5N2NjYmUyNzg4OWFhMThkMTgzNTAxN2U2Y2E1MTMwZjk4OGQx
10
+ MThjM2VjZTVkZDlmZTIxYzAyMzQyNmVmMTRjNmQwYjgzNzUzNDE5M2Y0NTE3
11
+ MjllMGZkN2EyYjM4YzZkMDIzMzAyM2QwZjUyMDg5ZTZjM2QyYWI=
12
+ data.tar.gz: !binary |-
13
+ YjExYWQ1NGFhNmY4NWI0ZDc1YjlhNTJhNzE4ZDRhYmNmM2MzMjhlOWVhODVj
14
+ NjhlMGZiMzMzMTVjYzc0YmY1NWE3NjdmYjgxMWFmZTZlYjM4MDlhMmUyNDAz
15
+ MDg5N2NkMGY1MTI1OTA5MzVjYjc0ZDMyZGRkZmE0M2IxN2UxNTA=
@@ -5,7 +5,7 @@ module IOSConfig
5
5
  attr_accessor :authentication_method, # :shared_secret, :certificate
6
6
  :authentication_type, # :password, :rsa_securid
7
7
  :certificate_uuid, # Certificate UUID. Only used with ipsec and authentication method :certificate
8
- :connection_type, # :l2tp, :pptp, :ipsec, :anyconnect, :juniper_ssl, :f5_ssl, :sonicwall_modile_connect, :aruba_via
8
+ :connection_type, # :l2tp, :pptp, :ipsec, :anyconnect, :juniper_ssl, :f5_ssl, :sonicwall_modile_connect, :aruba_via, :netmotion_mobility
9
9
  :encryption_level, # :none, :manual, :auto
10
10
  :group_name,
11
11
  :connection_name,
@@ -108,6 +108,13 @@ module IOSConfig
108
108
  p['VPNType'] = 'VPN'
109
109
  p['VPNSubType'] = 'com.arubanetworks.aruba-via.vpnplugin'
110
110
  p['VendorConfig'] = {}
111
+
112
+ when :netmotion_mobility
113
+ p['VPNType'] = 'VPN'
114
+ p['VPNSubType'] = 'com.netmotionwireless.Mobility.vpnplugin'
115
+ p['VendorConfig'] = { 'validateServer' => false }
116
+ p['VPN'] = generate_vpn_config
117
+
111
118
  end
112
119
 
113
120
  # Send All Traffic
@@ -1,3 +1,3 @@
1
1
  module IOSConfig
2
- VERSION = "1.3.4"
2
+ VERSION = "1.3.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Boyko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-12 00:00:00.000000000 Z
11
+ date: 2014-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: CFPropertyList
@@ -56,14 +56,14 @@ dependencies:
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - '>='
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - '>='
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
@@ -119,17 +119,17 @@ require_paths:
119
119
  - lib
120
120
  required_ruby_version: !ruby/object:Gem::Requirement
121
121
  requirements:
122
- - - '>='
122
+ - - ! '>='
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  required_rubygems_version: !ruby/object:Gem::Requirement
126
126
  requirements:
127
- - - '>='
127
+ - - ! '>='
128
128
  - !ruby/object:Gem::Version
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.0.14
132
+ rubygems_version: 2.1.11
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: This gen provides an easy way to generate profiles and configuration payloads