inspec-core-bin 7.0.38.beta → 7.0.95
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/bin/inspec +2 -0
- data/lib/inspec-bin/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9991f24976b90a95b9b952e845204464df8d32ab12493f83c9696aa3da717a3b
|
4
|
+
data.tar.gz: 9b1cb751d79dfa35f3097e47bdc90602e7433f6b8ccd54338974b8a2a16c461e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfd7a92a690e876092a909073b108a0fd49a172a9fe9b5f2e6a95aca085285835d2b0578d07910310906b01ae95032695f20c42e604b0955dea324cc381347a3
|
7
|
+
data.tar.gz: 188c5f5a930659c3b307e1e40d28f3ac8bd66f0eab43f2b03ef76f7efe30717c4f6ad44489bdf93732a1ce2d25635b0ff8dee90ecfc4649a958c91f55a024786
|
data/bin/inspec
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# Copyright 2015 Dominik Richter
|
3
|
+
# Copyright © 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates.
|
4
|
+
# All Rights Reserved.
|
3
5
|
|
4
6
|
Encoding.default_external = Encoding::UTF_8
|
5
7
|
Encoding.default_internal = Encoding::UTF_8
|
data/lib/inspec-bin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inspec-core-bin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.
|
4
|
+
version: 7.0.95
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 'Chef InSpec Core Engineering '
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-16 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: 7.0.
|
19
|
+
version: 7.0.95
|
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: 7.0.
|
26
|
+
version: 7.0.95
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,11 +73,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
73
|
version: 3.1.0
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
75
|
requirements:
|
76
|
-
- - "
|
76
|
+
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
|
-
version:
|
78
|
+
version: '0'
|
79
79
|
requirements: []
|
80
|
-
rubygems_version: 3.
|
80
|
+
rubygems_version: 3.3.27
|
81
81
|
signing_key:
|
82
82
|
specification_version: 4
|
83
83
|
summary: Infrastructure and compliance testing.
|