pritunl_api_client 1.0.0 → 1.0.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: 57de66a4a4b74e8312eeacb682b1ce8060736965
4
- data.tar.gz: 10234f4f8f1bb0ba189516c3c0dec406d9ec5df5
3
+ metadata.gz: 3534d42cc32ee0ed36d274fe44bbcfd6f52dc3b1
4
+ data.tar.gz: ba4d158c8eb83dadb67efd9d1528ab036259044b
5
5
  SHA512:
6
- metadata.gz: 5cf7ad74463442d38984f0c1bd1a4a3bf43f06edaa57a4b0631539a843cf44b40171206ef162f1cced53a9cd9a1fcec52a3095d1c427272e23ba02d21cc04525
7
- data.tar.gz: 37b243f542fc76c9da1f5ed4e227ea5c78ef6091eb0220cbb47ea091493286c3492fcc42da6aab76ce6d4986b8992ce137860ca26d104eb618244e5542cd68f3
6
+ metadata.gz: 83ccc8f360c7934d73a30e834aa485bd2d4608b84b42a436dbd0731a08f41573e280f3c0665aba1ae3a4e18f0fff0d2d3cd9e6ba6f513107d2ec280e56ee199f
7
+ data.tar.gz: 124eeac5e68aa17483f1f84df78adadfde48eb45ecaf73c3821a958f615b29fa31148aa70c332e9250dbb407bc322a597246ce5fb9aa2e0fe3da326e4b0c654f
@@ -1,3 +1,3 @@
1
1
  module PritunlApiClient
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['eterry1388@aol.com']
11
11
 
12
12
  spec.summary = 'Pritunl Ruby API Client'
13
- spec.description = 'API client for Pritunl written in Ruby'
13
+ spec.description = "API client for Pritunl written in Ruby. Pritunl is a distributed enterprise vpn server built using the OpenVPN protocol. See the official Pritunl API documentation here: https://pritunl.com/api.html. I am not affiliated with Pritunl at all, but couldn't find a Ruby client for their API. So I scratched my own itch and created it myself."
14
14
  spec.homepage = 'http://eterry1388.github.io/pritunl_api_client'
15
15
  spec.license = 'MIT'
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pritunl_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Terry
@@ -66,7 +66,11 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.3'
69
- description: API client for Pritunl written in Ruby
69
+ description: 'API client for Pritunl written in Ruby. Pritunl is a distributed enterprise
70
+ vpn server built using the OpenVPN protocol. See the official Pritunl API documentation
71
+ here: https://pritunl.com/api.html. I am not affiliated with Pritunl at all, but
72
+ couldn''t find a Ruby client for their API. So I scratched my own itch and created
73
+ it myself.'
70
74
  email:
71
75
  - eterry1388@aol.com
72
76
  executables: