vici 5.8.0 → 6.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/vici.rb +0 -3
- metadata +11 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4e651788ef7e0b51150cbd8077bd84a3eef4deb6ea9b1f280840d17b308956a
|
4
|
+
data.tar.gz: a699b0b81a187ebb3395b461c3060315404d79ed7d85d131e1c1fe09beb3e25e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc0ef25e22963a1e74fb65b6ea81412e47b420a196a48a9060453e504f8af025d464ec8067f97250f02be3df1442f83ad157b2f05df10908423368924ff92447
|
7
|
+
data.tar.gz: 794d1de2f2df1d5e191cc76973813532c15032628be3b64e317d5a49ce507f86937cbc56f01f56ac52e49233decfe58f0e30e1123bdc1a39da8bc36d2837f24f
|
data/lib/vici.rb
CHANGED
@@ -4,10 +4,7 @@
|
|
4
4
|
# interface to issue requests or listen for events.
|
5
5
|
#
|
6
6
|
# Copyright (C) 2019 Tobias Brunner
|
7
|
-
# HSR Hochschule fuer Technik Rapperswil
|
8
|
-
#
|
9
7
|
# Copyright (C) 2014 Martin Willi
|
10
|
-
# Copyright (C) 2014 revosec AG
|
11
8
|
#
|
12
9
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
13
10
|
# of this software and associated documentation files (the "Software"), to deal
|
metadata
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vici
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- strongSwan Project
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: "\n
|
14
|
-
\
|
15
|
-
client side implementation of the VICI protocol, well suited to\n
|
16
|
-
tasks in a
|
13
|
+
description: "\n The strongSwan VICI protocol allows external application to monitor,\n
|
14
|
+
\ configure and control the IKE daemon charon. This Ruby Gem provides a\n native
|
15
|
+
client side implementation of the VICI protocol, well suited to\n script automated
|
16
|
+
tasks in a reliable way.\n "
|
17
17
|
email:
|
18
18
|
- info@strongswan.org
|
19
19
|
executables: []
|
@@ -21,11 +21,11 @@ extensions: []
|
|
21
21
|
extra_rdoc_files: []
|
22
22
|
files:
|
23
23
|
- lib/vici.rb
|
24
|
-
homepage: https://
|
24
|
+
homepage: https://docs.strongswan.org/docs/latest/plugins/vici.html
|
25
25
|
licenses:
|
26
26
|
- MIT
|
27
27
|
metadata: {}
|
28
|
-
post_install_message:
|
28
|
+
post_install_message:
|
29
29
|
rdoc_options: []
|
30
30
|
require_paths:
|
31
31
|
- lib
|
@@ -40,9 +40,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
|
-
|
44
|
-
|
45
|
-
signing_key:
|
43
|
+
rubygems_version: 3.4.20
|
44
|
+
signing_key:
|
46
45
|
specification_version: 4
|
47
46
|
summary: Native Ruby interface for strongSwan VICI
|
48
47
|
test_files: []
|