inspec-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: ec2547e41498e4463ece5f0cc621c7e73fb83b5e390aebd78356c21e0fec0039
4
- data.tar.gz: 5b0e9ab5b43062822a668766396e0b26f55de63c7f88b5bf47f4093fd4b1cfb6
3
+ metadata.gz: 889d84e8617ff612556b19d41058ed1127f64c5922e8ebdbacde188350e0ede1
4
+ data.tar.gz: f580c9224dadf037de4efd61a4d03af668a23e5f9febf64d83c6c65b699df71b
5
5
  SHA512:
6
- metadata.gz: 21f118871d8c5f59985b1b73f1858f3f8c23e3e8cb35e2463c4b6a9149ae145db6a4af574fd4bda77a66aa8352afbbc199c43c724178386713a33cb5f3ad085e
7
- data.tar.gz: b5d849164ea7c49e126c1b70473d05497d8796b8fc715f901908ab637f548236f3f2f0ba059709d8e86055a7e575fda9fd4c09293ee5040f17663a8cafcd4b20
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.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-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
@@ -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 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: []