inspec-core-bin 5.22.36 → 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-core-bin.gemspec +10 -2
- data/lib/inspec-bin/version.rb +1 -1
- metadata +12 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7fbcac1e10a9b56702f10966368565b14ef5341a1f321bba0251781b188c34e1
|
4
|
+
data.tar.gz: 106143f42740b1620d697ed1d53e17040d212836a2cd519d612dd60cef762b01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 693271142b4818198ddcea3d9e4d9cf3fc4b1f6ea2c77dc7de4dbbafa744f71d4fa66ae1aa16910a5cd0c81ef0503faafbe5562c7747cf2b32e75d5c77815458
|
7
|
+
data.tar.gz: efc250c3de63ba6bcfc38e62c603754156312edf2e268b6bc46ae4bced6fa02fa9a6683a778fc58765106423db6f4b5de731ad32e5a095b412fb0bf50685c5ab
|
data/inspec-core-bin.gemspec
CHANGED
@@ -11,9 +11,17 @@ 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
27
|
spec.required_ruby_version = ">= 2.4"
|
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:
|
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: 2023-11-
|
11
|
+
date: 2023-11-09 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:
|
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-core 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:
|
@@ -55,7 +60,7 @@ files:
|
|
55
60
|
- lib/inspec-bin/version.rb
|
56
61
|
homepage: https://github.com/inspec/inspec/tree/main/inspec-bin
|
57
62
|
licenses:
|
58
|
-
-
|
63
|
+
- LicenseRef-Chef-EULA
|
59
64
|
metadata: {}
|
60
65
|
post_install_message:
|
61
66
|
rdoc_options: []
|