vcloud_ipsec-vpn 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 3d7cf22aff44602471f4fb890db08e05823529ca
4
- data.tar.gz: e0641d9bb77c6f2eb75c6c651a1e4e188a93908f
3
+ metadata.gz: 3155da36cbaaa4e0e50852257653ae0e51b342ee
4
+ data.tar.gz: bedf52238fe970591cc6851a3960abc26f3212d2
5
5
  SHA512:
6
- metadata.gz: 3f3c0964a5acb9cb76b6898e5e0ebc6d548abe50ad05165693a63ca9c5a10fff7c69c2c104c74b2c76fb8a9552964bd10180d8978dd7b6e0ee52a01c48662cbc
7
- data.tar.gz: 86699c7e17a2181a2ed0d7771655de0f07637d46a1711ff548d7d47b98c54111208db4d52a7aafd0c7979466c2a48a5a8c7cff0b4b54efc3f897239cee54db7c
6
+ metadata.gz: 591cd915e0e5f273fd864de141f7c0f14d9e8579254add82b995b79e234ee1795097493eec049a97cc9652755efab58d7bfd9dd1cd8134efc9645938d9dac745
7
+ data.tar.gz: c6e80fedc2eca7612243706a281348347a2d111fdc2537bcdf4e81644ea89ab80a72bc90fdd2bb3ef3c3e021615f3d7735a8da0da349788be2f8ec33447e2baa
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in vpnconfig.gemspec
3
+ # Specify your gem's dependencies in vcloud_ipsec-vpn.gemspec
4
4
  gemspec
data/README.md CHANGED
@@ -5,7 +5,7 @@ A command line tool to allow use of a yaml VPN configuration file to push this c
5
5
  Add this line to your application's Gemfile:
6
6
 
7
7
  ```ruby
8
- gem 'vpnconfig'
8
+ gem 'vcloud_ipsec-vpn'
9
9
  ```
10
10
 
11
11
  And then execute:
@@ -14,7 +14,10 @@ And then execute:
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install vpnconfig
17
+ $ gem install vcloud_ipsec-vpn
18
+
19
+ Require it in your ruby code using:
20
+ require 'vpnconfig'
18
21
 
19
22
  ## Usage
20
23
  Run with option --help to show command line help.
File without changes
data/lib/api.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "vpnconfig/version"
1
+ require "vcloud_ipsec-vpn/version"
2
2
 
3
3
  module Vpnconfig
4
4
  class Api
@@ -1,4 +1,4 @@
1
- require "vpnconfig/version"
1
+ require "vcloud_ipsec-vpn/version"
2
2
 
3
3
  module Vpnconfig
4
4
  class Generator
@@ -1,4 +1,4 @@
1
- require "vpnconfig/version"
1
+ require "vcloud_ipsec-vpn/version"
2
2
 
3
3
  module Vpnconfig
4
4
  class Login
@@ -1,4 +1,4 @@
1
- require "vpnconfig/version"
1
+ require "vcloud_ipsec-vpn/version"
2
2
  require 'kwalify'
3
3
 
4
4
  module Vpnconfig
@@ -1,3 +1,3 @@
1
1
  module Vpnconfig
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'vpnconfig/version'
4
+ require 'vcloud_ipsec-vpn/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "vcloud_ipsec-vpn"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vcloud_ipsec-vpn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Gent
@@ -171,7 +171,7 @@ description: A command line tool to allow use of a yaml configuration file to co
171
171
  email:
172
172
  - tim.gent@gmail.com
173
173
  executables:
174
- - vpnconfig
174
+ - vcloud_ipsec-vpn
175
175
  extensions: []
176
176
  extra_rdoc_files: []
177
177
  files:
@@ -181,14 +181,14 @@ files:
181
181
  - README.md
182
182
  - README.rdoc
183
183
  - Rakefile
184
- - bin/vpnconfig
184
+ - bin/vcloud_ipsec-vpn
185
185
  - lib/api.rb
186
186
  - lib/generator.rb
187
187
  - lib/login.rb
188
188
  - lib/validator.rb
189
+ - lib/vcloud_ipsec-vpn/version.rb
189
190
  - lib/vpn-configuration-schema.yaml
190
- - lib/vpnconfig/version.rb
191
- - vpnconfig.gemspec
191
+ - vcloud_ipsec-vpn.gemspec
192
192
  homepage: https://github.com/UKHomeOffice/vcloud_ipec-vpn
193
193
  licenses:
194
194
  - apache