onceover 3.12.5 → 3.13.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/factsets/Amazon-2018.03.json +420 -0
- data/factsets/RHEL-6.7.json +415 -0
- data/factsets/RHEL-7.4.json +489 -0
- data/onceover.gemspec +1 -1
- metadata +5 -2
data/onceover.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
6
|
s.name = "onceover"
|
|
7
|
-
s.version = "3.
|
|
7
|
+
s.version = "3.13.0"
|
|
8
8
|
s.authors = ["Dylan Ratcliffe"]
|
|
9
9
|
s.email = ["dylan.ratcliffe@puppet.com"]
|
|
10
10
|
s.homepage = "https://github.com/dylanratcliffe/onceover"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onceover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Ratcliffe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -323,6 +323,7 @@ files:
|
|
|
323
323
|
- bin/onceover
|
|
324
324
|
- factsets/AIX-6.1-powerpc.json
|
|
325
325
|
- factsets/AIX-7.1-powerpc.json
|
|
326
|
+
- factsets/Amazon-2018.03.json
|
|
326
327
|
- factsets/CentOS-5.11-32.json
|
|
327
328
|
- factsets/CentOS-5.11-64.json
|
|
328
329
|
- factsets/CentOS-6.6-32.json
|
|
@@ -332,6 +333,8 @@ files:
|
|
|
332
333
|
- factsets/Debian-6.0.10-64.json
|
|
333
334
|
- factsets/Debian-7.8-32.json
|
|
334
335
|
- factsets/Debian-7.8-64.json
|
|
336
|
+
- factsets/RHEL-6.7.json
|
|
337
|
+
- factsets/RHEL-7.4.json
|
|
335
338
|
- factsets/SLES-11.3-64.json
|
|
336
339
|
- factsets/SLES-12.1-64.json
|
|
337
340
|
- factsets/Ubuntu-12.04-32.json
|