inspec-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ef7f03acffd7b0b200838d334d0b9b2d8aeb6349eb1f91aa57a4f2e73669780
4
- data.tar.gz: 870810ef1055e8871ab9bc99b4fd0c79cdc623b6504a26396570b371d948edb2
3
+ metadata.gz: 889d84e8617ff612556b19d41058ed1127f64c5922e8ebdbacde188350e0ede1
4
+ data.tar.gz: f580c9224dadf037de4efd61a4d03af668a23e5f9febf64d83c6c65b699df71b
5
5
  SHA512:
6
- metadata.gz: 621c0d8459c80cb7e52d3c0e7aa2436c763240e2a3eb0d662b055798f6ed50f23438e1c25a36afbdc88c0c7aafae85fcc178d209ed39096a4b2d973613a1c200
7
- data.tar.gz: ad29f6c23dee824c9697de572724b06840176ecc5e5cf46b320d6ac82ea543081da36fafe85bc40bbfdc34a7ebbca9ff6903ecd38fe3addf0feaa3e1cb3cba07
6
+ metadata.gz: 9290817d5f7887ab5f017081a66f5dca5ce4a115f2d99a6d644c18f9bff65881f954d1bec6c1bb109fed135756e38cb92320042c792346f5da28e5a0ecbc55ef
7
+ data.tar.gz: 2d8bc5a7caf5479d4af2e429de1b10231e7964b61238e54a3a596354755b97d1ec14eb0561be4eb8f311820cc152c20eb16e0bdfd5bd4b79364e40fe1f8712c3
data/inspec-bin.gemspec CHANGED
@@ -8,9 +8,17 @@ 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 = "InSpec executable for inspec gem. Use of this executable may require accepting a license agreement."
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 = "Apache-2.0"
21
+ spec.license = "LicenseRef-Chef-EULA"
14
22
 
15
23
  spec.require_paths = ["lib"]
16
24
  spec.required_ruby_version = ">= 2.4"
@@ -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.36".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-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.22.36
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-14 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
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 5.22.36
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.36
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 gem. Use of this executable may require
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
- - Apache-2.0
64
+ - LicenseRef-Chef-EULA
60
65
  metadata: {}
61
66
  post_install_message:
62
67
  rdoc_options: []