inspec-core-bin 5.22.40 → 6.6.0

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: 29dc52b2b5312f541515038627ef1fcfc8f0b0d7c780dc931da2fdfc0860fc81
4
- data.tar.gz: 7fd98e0af5fae3bfb3bf45acf3125f23bbe0bb5d1175dc6d77f723e111d9a71d
3
+ metadata.gz: 7fbcac1e10a9b56702f10966368565b14ef5341a1f321bba0251781b188c34e1
4
+ data.tar.gz: 106143f42740b1620d697ed1d53e17040d212836a2cd519d612dd60cef762b01
5
5
  SHA512:
6
- metadata.gz: 8b8a56c2e68c842f8a88d672f105a62261c2562952a4b94657981a3d8c6f922cc07592677d67e9bb25a33b0d75ae97a5b92ffa1fcf048fa25113cf0dca1fec44
7
- data.tar.gz: 2aa6c26f2ee12bf4efb14b397673bf22f2919bd945b7bcd0f239c3d9de00a09726d682e1c6a0c98fe8ec2bd613d51b8c58ebaea7eb499029518f8c3eb5a9ce42
6
+ metadata.gz: 693271142b4818198ddcea3d9e4d9cf3fc4b1f6ea2c77dc7de4dbbafa744f71d4fa66ae1aa16910a5cd0c81ef0503faafbe5562c7747cf2b32e75d5c77815458
7
+ data.tar.gz: efc250c3de63ba6bcfc38e62c603754156312edf2e268b6bc46ae4bced6fa02fa9a6683a778fc58765106423db6f4b5de731ad32e5a095b412fb0bf50685c5ab
@@ -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 = "InSpec executable for inspec-core gem. Use of this executable may require accepting a license agreement."
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 = "Apache-2.0"
24
+ spec.license = "LicenseRef-Chef-EULA"
17
25
 
18
26
  spec.require_paths = ["lib"]
19
27
  spec.required_ruby_version = ">= 2.4"
@@ -1,5 +1,5 @@
1
1
  # This file managed by automation - do not edit manually
2
2
  module InspecBin
3
3
  INSPECBIN_ROOT = File.expand_path("..", __dir__)
4
- VERSION = "5.22.40".freeze
4
+ VERSION = "6.6.0".freeze
5
5
  end
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: 5.22.40
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: 2024-01-19 00:00:00.000000000 Z
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: 5.22.40
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: 5.22.40
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: InSpec executable for inspec-core gem. Use of this executable may require
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
- - Apache-2.0
63
+ - LicenseRef-Chef-EULA
59
64
  metadata: {}
60
65
  post_install_message:
61
66
  rdoc_options: []