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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d6f127f09043d4e6424cf05e47d5c7f6538b4ff3c15099b2daa555d4d4454da
4
- data.tar.gz: 27b913a860dbbaeb2cb05a73b5daa66d18b961082bf04ed19671985e53e99054
3
+ metadata.gz: 30806f3c736a3675ef875178cfee740e26c3cc65596d80c308290120c6d31046
4
+ data.tar.gz: d136da96147bc95fbd12e9be0bd1e397c4e3e9052f23f78e9bcb3f1ae1990e0d
5
5
  SHA512:
6
- metadata.gz: dd81f00930e7107f152e5420f62d7b5cc98e887ad03198025a70e687270b32ed946ea1a2d265151a0dbb7931fa5008186497623578ff2e449041db4e6c6256fb
7
- data.tar.gz: 9d75764c38a2d9d18ec8ba54a5eaf5a82efd6bfb6c9bdb98ba5b5a534421191826186eb686bd6e9be18e1e202815a48afaf4b0f19942c84ab9bd5175aab3e613
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
+ [![License](https://img.shields.io/github/license/overlookinfra/smart_proxy_openbolt.svg)](https://github.com/overlookinfra/smart_proxy_openbolt/blob/master/LICENSE)
4
+ [![Test](https://github.com/overlookinfra/smart_proxy_openbolt/actions/workflows/main.yml/badge.svg)](https://github.com/overlookinfra/smart_proxy_openbolt/actions/workflows/main.yml)
5
+ [![Release](https://github.com/overlookinfra/smart_proxy_openbolt/actions/workflows/release.yml/badge.svg)](https://github.com/overlookinfra/smart_proxy_openbolt/actions/workflows/release.yml)
6
+ [![RubyGem Version](https://img.shields.io/gem/v/smart_proxy_openbolt.svg)](https://rubygems.org/gems/smart_proxy_openbolt)
7
+ [![RubyGem Downloads](https://img.shields.io/gem/dt/smart_proxy_openbolt.svg)](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
@@ -1,5 +1,5 @@
1
1
  module Proxy
2
2
  module OpenBolt
3
- VERSION = '0.0.1'
3
+ VERSION = '0.1.0'
4
4
  end
5
5
  end
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.1
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.3.5
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.3.5
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: []