smart_proxy_openbolt 0.0.1 → 0.1.0
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/README.md +6 -0
- data/lib/smart_proxy_openbolt/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 30806f3c736a3675ef875178cfee740e26c3cc65596d80c308290120c6d31046
|
|
4
|
+
data.tar.gz: d136da96147bc95fbd12e9be0bd1e397c4e3e9052f23f78e9bcb3f1ae1990e0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 393de1b4e7973dcaa57d6555f5bcedb10e5d37e512f90171ff1f8ff5a8b88ffcd95e2196ef4715d4d0ec81aa9a3ecceb5909a1f99ac72a252846b1034f868aec
|
|
7
|
+
data.tar.gz: 204002d51fd69fdc8958ad43b46af9983cb865788c7ce1398f62d0ce4d6f0a552a669d43ad415027ab2ccf999dfcbfd7ab76236a8777d7d69c75f5c83caccdad
|
data/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Smart Proxy - OpenBolt
|
|
2
2
|
|
|
3
|
+
[](https://github.com/overlookinfra/smart_proxy_openbolt/blob/master/LICENSE)
|
|
4
|
+
[](https://github.com/overlookinfra/smart_proxy_openbolt/actions/workflows/main.yml)
|
|
5
|
+
[](https://github.com/overlookinfra/smart_proxy_openbolt/actions/workflows/release.yml)
|
|
6
|
+
[](https://rubygems.org/gems/smart_proxy_openbolt)
|
|
7
|
+
[](https://rubygems.org/gems/smart_proxy_openbolt)
|
|
8
|
+
|
|
3
9
|
This plug-in adds support for OpenBolt to Foreman's Smart Proxy.
|
|
4
10
|
|
|
5
11
|
# Things to be aware of
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smart_proxy_openbolt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Overlook InfraTech
|
|
@@ -13,22 +13,22 @@ dependencies:
|
|
|
13
13
|
name: concurrent-ruby
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "~>"
|
|
17
|
-
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.3'
|
|
19
16
|
- - ">="
|
|
20
17
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.
|
|
18
|
+
version: 1.1.10
|
|
19
|
+
- - "<"
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '2'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
|
-
- - "~>"
|
|
27
|
-
- !ruby/object:Gem::Version
|
|
28
|
-
version: '1.3'
|
|
29
26
|
- - ">="
|
|
30
27
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 1.
|
|
28
|
+
version: 1.1.10
|
|
29
|
+
- - "<"
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '2'
|
|
32
32
|
description: Uses the OpenBolt CLI tool to run tasks and plans in Foreman
|
|
33
33
|
email: contact@overlookinfratech.com
|
|
34
34
|
executables: []
|