chef-bin 18.10.17 → 19.2.12

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: fb82e3fac99192e1426dcd303c52f89066fed437876ee3360b2fcec579c9d138
4
- data.tar.gz: 3c19d72e402c3f81d225c6c01b16366d21a8ee0203b2fcb86916d96b8425761d
3
+ metadata.gz: 21ee3e995589d010a6694c25cbd62454e6d21da38a9ae299074146f7301c6684
4
+ data.tar.gz: 4615419a9171e734804e1a7aa8c764d734d2e1d5cb3b4ef724e5278d750c6003
5
5
  SHA512:
6
- metadata.gz: 27f524096a24715fb89ceb9fdde25cffe2d8a5b86e556c2fa0dc3b659caa54963a9a08b7cdb6e22a464007ca73bd510971d3a253a77283aca5dde2274b2d2c24
7
- data.tar.gz: 268e28a9fde1ebd063e4edcdc839de4b58686b74dbf8a451abd2232afea9fbb406c6140729d19572f1ea472f035d588d76b5e8ff3e8d23c19576842875782af2
6
+ metadata.gz: 79260c88d81785c258ea8aa3a094a5325fbbe7904f59f75103740938293a4dfb51599a8499d1dc89585bd938c8dc38cbeb39d51359e5762cc5a3557896b692e7
7
+ data.tar.gz: 3dd8150595255740e2f6c842cdfaccff0da61e82fcd2c661a3c48fe58c05278680d99960a3a2666c47cf979280dce267371491f5764e8c86d9431dba37141fa2
data/bin/chef-apply CHANGED
File without changes
data/bin/chef-client CHANGED
@@ -3,7 +3,7 @@
3
3
  # ./chef-client - Run the chef client
4
4
  #
5
5
  # Author:: AJ Christensen (<aj@chef.io>)
6
- # Copyright:: Copyright 2008-2018, Chef Software Inc.
6
+ # Copyright:: Copyright (c) 2009-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
7
7
  # License:: Apache License, Version 2.0
8
8
  #
9
9
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # ./chef-resource-inspector - Find information about a resource
4
4
  #
5
- # Copyright:: Copyright (c) 2018, Chef Software, Inc
5
+ # Copyright:: Copyright (c) 2009-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
6
6
  # License:: Apache License, Version 2.0
7
7
  #
8
8
  # Licensed under the Apache License, Version 2.0 (the "License");
File without changes
data/bin/chef-shell CHANGED
@@ -3,7 +3,7 @@
3
3
  # ./chef-shell - Run the Chef REPL (Shell)
4
4
  #
5
5
  # Author:: Daniel DeLeo (<dan@kallistec.com>)
6
- # Copyright:: Copyright 2009-2018 Chef Software, Inc.
6
+ # Copyright:: Copyright (c) 2009-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
7
7
  # License:: Apache License, Version 2.0
8
8
  #
9
9
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,7 +22,6 @@ Encoding.default_external = Encoding::UTF_8
22
22
 
23
23
  require "irb"
24
24
  require "irb/completion"
25
- require "irb/ext/save-history"
26
25
 
27
26
  $:.unshift(File.expand_path(File.join(__dir__, "..", "lib")))
28
27
 
data/bin/chef-solo CHANGED
@@ -3,7 +3,7 @@
3
3
  # ./chef-solo - Run the chef client, in stand-alone mode
4
4
  #
5
5
  # Author:: AJ Christensen (<aj@chef.io>)
6
- # Copyright:: Copyright 2008-2018, Chef Software Inc.
6
+ # Copyright:: Copyright (c) 2009-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
7
7
  # License:: Apache License, Version 2.0
8
8
  #
9
9
  # Licensed under the Apache License, Version 2.0 (the "License");
File without changes
@@ -1,4 +1,4 @@
1
- # Copyright:: Copyright (c) Chef Software Inc.
1
+ # Copyright:: Copyright (c) 2009-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
2
2
  # License:: Apache License, Version 2.0
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +21,7 @@
21
21
 
22
22
  module ChefBin
23
23
  CHEFBIN_ROOT = File.expand_path("..", __dir__)
24
- VERSION = "18.10.17".freeze
24
+ VERSION = "19.2.12".freeze
25
25
  end
26
26
 
27
27
  #
data/lib/chef-bin.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright:: Copyright (c) Chef Software Inc.
2
+ # Copyright:: Copyright (c) 2009-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
3
3
  # License:: Apache License, Version 2.0
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 18.10.17
4
+ version: 19.2.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Jacob
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-02-25 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: chef
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 18.10.17
18
+ version: 19.2.12
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 18.10.17
25
+ version: 19.2.12
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: rake
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +37,6 @@ dependencies:
38
37
  - - ">="
39
38
  - !ruby/object:Gem::Version
40
39
  version: '0'
41
- description:
42
40
  email:
43
41
  - adam@chef.io
44
42
  executables:
@@ -69,7 +67,6 @@ homepage: https://github.com/chef/chef
69
67
  licenses:
70
68
  - Apache-2.0
71
69
  metadata: {}
72
- post_install_message:
73
70
  rdoc_options: []
74
71
  require_paths:
75
72
  - lib
@@ -84,8 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
81
  - !ruby/object:Gem::Version
85
82
  version: '0'
86
83
  requirements: []
87
- rubygems_version: 3.3.27
88
- signing_key:
84
+ rubygems_version: 3.6.9
89
85
  specification_version: 4
90
86
  summary: Chef-branded binstubs for chef-client
91
87
  test_files: []