hammer_cli_foreman_openscap 0.1.12 → 0.1.13
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 +2 -2
- data/lib/hammer_cli_foreman_openscap/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b9fb22de3dcf5c153f3db8f0b43a85ec8b0774418d50bb6fedc48fcc6b93f85
|
|
4
|
+
data.tar.gz: 05fbc7be1a7036bea0b65eb9e87c79edff1b59bc5eedd91f90da412363431d37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8da633b58422dd9b00a48e701df9b28b821ac3d73f64e8f6c48b1b67a01cdfb5ab07f94905dfc5cbadd2982e8dc302c7b789ff7bcdd63a9342970bac2c8f5ae9
|
|
7
|
+
data.tar.gz: e3598b27e8748998ffe668011ad814f36bbd9016e4d0cace44e2c93e0fc210950854273ab8ae801854c08d10fa90d8ab2e3f78d61cc1163c46a454fd4b98e523
|
data/README.md
CHANGED
|
@@ -17,13 +17,13 @@ all depending on your setup.
|
|
|
17
17
|
* rvm
|
|
18
18
|
* foreman
|
|
19
19
|
|
|
20
|
-
###Steps
|
|
20
|
+
### Steps
|
|
21
21
|
|
|
22
22
|
First, cd into the directory where your projects will live. Then clone everything.
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
25
|
git clone https://github.com/theforeman/hammer-cli-foreman.git
|
|
26
|
-
git clone https://github.com/
|
|
26
|
+
git clone https://github.com/theforeman/hammer_cli_foreman_openscap.git
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
Before we bundle, we need to setup our local Gemfile. Edit `Gemfile.local.rb` in your hammer_cli_foreman_openscap directory to point to the local projects instead of using the gems. Enter the following:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_foreman_openscap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Foreman team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hammer_cli_foreman
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '0.19'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: '
|
|
22
|
+
version: '4.0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '0.19'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '
|
|
32
|
+
version: '4.0'
|
|
33
33
|
description:
|
|
34
34
|
email:
|
|
35
35
|
executables: []
|