inspec-core-bin 5.22.58 → 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: 44e254a9e38b699a26c88ab2661d6c90db51794576da97f1e74e1c17991fc9f1
4
- data.tar.gz: f87c21103a4f44986ca054b8067164ac3738744b380b6305573fb42e1fd4e7c3
3
+ metadata.gz: 7fbcac1e10a9b56702f10966368565b14ef5341a1f321bba0251781b188c34e1
4
+ data.tar.gz: 106143f42740b1620d697ed1d53e17040d212836a2cd519d612dd60cef762b01
5
5
  SHA512:
6
- metadata.gz: a3eef089479708a4a9ad1ffe218b5f149ec53d1664a1c506817065d357e7cc8a5e0dc8469ac5536311d0d58771237d89426e1ad66ecbe0855713100e2ee1a423
7
- data.tar.gz: 216fcd99bf938c4779fecc2f4a2d7bfbf38696c31f55c9626e69cd60e7c3d539f1b12bb9554f19e1edf63aa01252ecbcb89866b900a831ae0ef2574c0124f974
6
+ metadata.gz: 693271142b4818198ddcea3d9e4d9cf3fc4b1f6ea2c77dc7de4dbbafa744f71d4fa66ae1aa16910a5cd0c81ef0503faafbe5562c7747cf2b32e75d5c77815458
7
+ data.tar.gz: efc250c3de63ba6bcfc38e62c603754156312edf2e268b6bc46ae4bced6fa02fa9a6683a778fc58765106423db6f4b5de731ad32e5a095b412fb0bf50685c5ab
@@ -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.58".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.58
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-08-27 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.58
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.58
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: []
@@ -65,14 +70,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
70
  requirements:
66
71
  - - ">="
67
72
  - !ruby/object:Gem::Version
68
- version: 3.0.3
73
+ version: '2.4'
69
74
  required_rubygems_version: !ruby/object:Gem::Requirement
70
75
  requirements:
71
76
  - - ">="
72
77
  - !ruby/object:Gem::Version
73
78
  version: '0'
74
79
  requirements: []
75
- rubygems_version: 3.2.3
80
+ rubygems_version: 3.1.4
76
81
  signing_key:
77
82
  specification_version: 4
78
83
  summary: Infrastructure and compliance testing.