inspec-bin 5.22.72 → 6.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f60643f4eb52d9c2d00faabf0bf7cbc1dcde6899ee11716d7b4c9912395cf3ef
4
- data.tar.gz: 43d4e0ed50f6560bf04ad2c14d2752d2469be9b8e36fa0adb2df1056bfc6a652
3
+ metadata.gz: 889d84e8617ff612556b19d41058ed1127f64c5922e8ebdbacde188350e0ede1
4
+ data.tar.gz: f580c9224dadf037de4efd61a4d03af668a23e5f9febf64d83c6c65b699df71b
5
5
  SHA512:
6
- metadata.gz: 3e9bd0e4ccde88e2aad24a63e41a5d3e2b4b06e7692211e8d016714812892138f3650945c88afce5f66b9d3378ed4b3714092a62d4a637bdca6a187de0f4b4ad
7
- data.tar.gz: d9b64fcdb99d6f74ff0a67ac1dc6e54fd77988565ca3206dc84408441e1e80be155ed6e40ef30acdfa829d39dc50d184fc032f689bee2e5d2e9855d0ca22f8f5
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 = "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
- # We want to support ruby 3.0 as Chef is using ruby to support AIX and we want to make sure InSpec works with it. (Ref: https://github.com/chef/chef/pull/13207)
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"
@@ -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 = "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
- # We want to support ruby 3.0 as Chef is using ruby to support AIX and we want to make sure InSpec works with it. (Ref: https://github.com/chef/chef/pull/13207)
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"
@@ -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.72".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.72
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: 2025-03-03 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.72
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.72
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: []
@@ -66,14 +71,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
71
  requirements:
67
72
  - - ">="
68
73
  - !ruby/object:Gem::Version
69
- version: 3.0.3
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.2.3
81
+ rubygems_version: 3.1.4
77
82
  signing_key:
78
83
  specification_version: 4
79
84
  summary: Infrastructure and compliance testing.