inspec 5.22.55 → 5.22.58
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/inspec.gemspec +3 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73fbbb8251d49ced5a396bda9acf85bc48dc866946a040cfe15018c7823e863b
|
|
4
|
+
data.tar.gz: a1359804c083dbaa38153f8ce21f2b5e30077920bf7410a43c6437a9c7374b74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 188430b5aad6abaef10c0d582cf9c49b3291b559b91087c4823dc177ab2844218c9ec8f407f9e9ac9ce4f28619b200cf24c7a42072b09f1cd3c0eb72cec0ef24
|
|
7
|
+
data.tar.gz: 6eaea12bd2eb4c22841096af02def06758ac0f8baea9595d5e9a51332feff5b06c97d79e079c6be2fb9250e5277db27bb156fb168059465eee25a29857f7f722
|
data/inspec.gemspec
CHANGED
|
@@ -13,7 +13,9 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.license = "Apache-2.0"
|
|
14
14
|
spec.require_paths = ["lib"]
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
# We want to support ruby 3.0 as Chef is using ruby to support AIX and we want to make sure InSpec works with it. (Ref: https://github.com/chef/chef/pull/13207)
|
|
17
|
+
# TODO: Once we have Chef working fully with ruby 3.1 we can drop ruby 3.0
|
|
18
|
+
spec.required_ruby_version = ">= 3.0.3"
|
|
17
19
|
|
|
18
20
|
# ONLY the aws/azure/gcp files. The rest will come in from inspec-core
|
|
19
21
|
# the gemspec is necessary for appbundler so don't remove it
|
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.22.
|
|
4
|
+
version: 5.22.58
|
|
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: 2024-
|
|
11
|
+
date: 2024-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: inspec-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 5.22.
|
|
19
|
+
version: 5.22.58
|
|
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.22.
|
|
26
|
+
version: 5.22.58
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: train
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
202
202
|
requirements:
|
|
203
203
|
- - ">="
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
|
-
version:
|
|
205
|
+
version: 3.0.3
|
|
206
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
207
|
requirements:
|
|
208
208
|
- - ">="
|