inspec-bin 5.22.58 → 6.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/inspec-bin.gemspec +11 -5
- data/inspec-core-bin.gemspec +11 -5
- data/lib/inspec-bin/version.rb +1 -1
- metadata +14 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 889d84e8617ff612556b19d41058ed1127f64c5922e8ebdbacde188350e0ede1
|
4
|
+
data.tar.gz: f580c9224dadf037de4efd61a4d03af668a23e5f9febf64d83c6c65b699df71b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9290817d5f7887ab5f017081a66f5dca5ce4a115f2d99a6d644c18f9bff65881f954d1bec6c1bb109fed135756e38cb92320042c792346f5da28e5a0ecbc55ef
|
7
|
+
data.tar.gz: 2d8bc5a7caf5479d4af2e429de1b10231e7964b61238e54a3a596354755b97d1ec14eb0561be4eb8f311820cc152c20eb16e0bdfd5bd4b79364e40fe1f8712c3
|
data/inspec-bin.gemspec
CHANGED
@@ -8,14 +8,20 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Chef InSpec Core Engineering "]
|
9
9
|
spec.email = ["inspec@chef.io"]
|
10
10
|
spec.summary = "Infrastructure and compliance testing."
|
11
|
-
spec.description =
|
11
|
+
spec.description = <<-EOT
|
12
|
+
InSpec executable for inspec gem. Use of this executable may require accepting a license agreement."
|
13
|
+
|
14
|
+
Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern.
|
15
|
+
|
16
|
+
Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included.
|
17
|
+
|
18
|
+
EOT
|
19
|
+
|
12
20
|
spec.homepage = "https://github.com/inspec/inspec/tree/main/inspec-bin"
|
13
|
-
spec.license = "
|
21
|
+
spec.license = "LicenseRef-Chef-EULA"
|
14
22
|
|
15
23
|
spec.require_paths = ["lib"]
|
16
|
-
|
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"
|
24
|
+
spec.required_ruby_version = ">= 2.4"
|
19
25
|
|
20
26
|
spec.add_dependency "inspec", "= #{InspecBin::VERSION}"
|
21
27
|
spec.add_development_dependency "rake"
|
data/inspec-core-bin.gemspec
CHANGED
@@ -11,14 +11,20 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.authors = ["Chef InSpec Core Engineering "]
|
12
12
|
spec.email = ["inspec@chef.io"]
|
13
13
|
spec.summary = "Infrastructure and compliance testing."
|
14
|
-
spec.description =
|
14
|
+
spec.description = <<-EOT
|
15
|
+
InSpec executable for inspec-core gem. Use of this executable may require accepting a license agreement.
|
16
|
+
|
17
|
+
Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern.
|
18
|
+
|
19
|
+
Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included.
|
20
|
+
|
21
|
+
EOT
|
22
|
+
|
15
23
|
spec.homepage = "https://github.com/inspec/inspec/tree/main/inspec-bin"
|
16
|
-
spec.license = "
|
24
|
+
spec.license = "LicenseRef-Chef-EULA"
|
17
25
|
|
18
26
|
spec.require_paths = ["lib"]
|
19
|
-
|
20
|
-
# TODO: Once we have Chef working fully with ruby 3.1 we can drop ruby 3.0
|
21
|
-
spec.required_ruby_version = ">= 3.0.3"
|
27
|
+
spec.required_ruby_version = ">= 2.4"
|
22
28
|
|
23
29
|
spec.add_dependency "inspec-core", "= #{InspecBin::VERSION}"
|
24
30
|
spec.add_development_dependency "rake"
|
data/lib/inspec-bin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: inspec-bin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 6.6.0
|
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:
|
11
|
+
date: 2023-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: inspec
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 6.6.0
|
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:
|
26
|
+
version: 6.6.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -38,8 +38,13 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
42
|
-
accepting a license agreement.
|
41
|
+
description: |+
|
42
|
+
InSpec executable for inspec gem. Use of this executable may require accepting a license agreement."
|
43
|
+
|
44
|
+
Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern.
|
45
|
+
|
46
|
+
Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included.
|
47
|
+
|
43
48
|
email:
|
44
49
|
- inspec@chef.io
|
45
50
|
executables:
|
@@ -56,7 +61,7 @@ files:
|
|
56
61
|
- lib/inspec-bin/version.rb
|
57
62
|
homepage: https://github.com/inspec/inspec/tree/main/inspec-bin
|
58
63
|
licenses:
|
59
|
-
-
|
64
|
+
- LicenseRef-Chef-EULA
|
60
65
|
metadata: {}
|
61
66
|
post_install_message:
|
62
67
|
rdoc_options: []
|
@@ -66,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
71
|
requirements:
|
67
72
|
- - ">="
|
68
73
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
74
|
+
version: '2.4'
|
70
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
76
|
requirements:
|
72
77
|
- - ">="
|
73
78
|
- !ruby/object:Gem::Version
|
74
79
|
version: '0'
|
75
80
|
requirements: []
|
76
|
-
rubygems_version: 3.
|
81
|
+
rubygems_version: 3.1.4
|
77
82
|
signing_key:
|
78
83
|
specification_version: 4
|
79
84
|
summary: Infrastructure and compliance testing.
|