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 +4 -4
- data/lib/pritunl_api_client/version.rb +1 -1
- data/pritunl_api_client.gemspec +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3534d42cc32ee0ed36d274fe44bbcfd6f52dc3b1
|
|
4
|
+
data.tar.gz: ba4d158c8eb83dadb67efd9d1528ab036259044b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83ccc8f360c7934d73a30e834aa485bd2d4608b84b42a436dbd0731a08f41573e280f3c0665aba1ae3a4e18f0fff0d2d3cd9e6ba6f513107d2ec280e56ee199f
|
|
7
|
+
data.tar.gz: 124eeac5e68aa17483f1f84df78adadfde48eb45ecaf73c3821a958f615b29fa31148aa70c332e9250dbb407bc322a597246ce5fb9aa2e0fe3da326e4b0c654f
|
data/pritunl_api_client.gemspec
CHANGED
|
@@ -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 =
|
|
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.
|
|
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:
|