inspec 5.17.4 → 5.18.14
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51cf4bd7a547e24cd74b8d662be231ac791a2fd224db4b63248d38da6f25c70b
|
4
|
+
data.tar.gz: 1b688b31687b21db89f765867ff9891a0b41055310d607a041f13a4c2f016cc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dccac3163e29f4f23db76c264994053abbea6b5d8bf121dad4e7424ccfb97eec2a783ad67a0d5755c0c3f4f6f25f5a98d11ba55a1e5738bab181bd6ddcb3d21d
|
7
|
+
data.tar.gz: 965bd7bb1b92e0ef13a429f3a558ee059340dc4b499d2e98cbc28db7c562d460cfc4de126e0efce6ee2196aa941fd434a1c8e119f5726c32a7b386cec7e01139
|
data/Gemfile
CHANGED
data/inspec.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
|
25
25
|
spec.add_dependency "inspec-core", "= #{Inspec::VERSION}"
|
26
26
|
|
27
|
-
spec.add_dependency "train", "~> 3.
|
27
|
+
spec.add_dependency "train", "~> 3.10"
|
28
28
|
|
29
29
|
# cookstyle support for inspec check
|
30
30
|
# Added here not because they are compiled, but to keep chef-client lightweight
|
data/lib/plugins/{inspec-artifact/inspec-artifact.gemspec → inspec-sign/inspec-sign.gemspec}
RENAMED
@@ -2,8 +2,8 @@
|
|
2
2
|
# These specs are used in plugin list and search command
|
3
3
|
|
4
4
|
Gem::Specification.new do |spec|
|
5
|
-
spec.name = "inspec-
|
5
|
+
spec.name = "inspec-sign"
|
6
6
|
spec.summary = ""
|
7
7
|
spec.description = "Plugin to generate asymmetrical keys that you can use to encrypt profiles"
|
8
8
|
spec.license = "Apache-2.0"
|
9
|
-
end
|
9
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inspec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.18.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chef InSpec Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inspec-core
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.
|
19
|
+
version: 5.18.14
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 5.
|
26
|
+
version: 5.18.14
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: train
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '3.
|
33
|
+
version: '3.10'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '3.
|
40
|
+
version: '3.10'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: cookstyle
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -168,7 +168,6 @@ extra_rdoc_files: []
|
|
168
168
|
files:
|
169
169
|
- Gemfile
|
170
170
|
- inspec.gemspec
|
171
|
-
- lib/plugins/inspec-artifact/inspec-artifact.gemspec
|
172
171
|
- lib/plugins/inspec-compliance/inspec-compliance.gemspec
|
173
172
|
- lib/plugins/inspec-habitat/inspec-habitat.gemspec
|
174
173
|
- lib/plugins/inspec-init/inspec-init.gemspec
|
@@ -189,6 +188,7 @@ files:
|
|
189
188
|
- lib/plugins/inspec-reporter-html2/inspec-reporter-html2.gemspec
|
190
189
|
- lib/plugins/inspec-reporter-json-min/inspec-reporter-json-min.gemspec
|
191
190
|
- lib/plugins/inspec-reporter-junit/inspec-reporter-junit.gemspec
|
191
|
+
- lib/plugins/inspec-sign/inspec-sign.gemspec
|
192
192
|
- lib/plugins/inspec-streaming-reporter-progress-bar/inspec-streaming-reporter-progress-bar.gemspec
|
193
193
|
homepage: https://github.com/inspec/inspec
|
194
194
|
licenses:
|