chef-cli 1.0.16 → 2.0.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 +4 -4
- data/bin/{chef → chef-cli} +0 -0
- data/chef-cli.gemspec +1 -1
- data/lib/chef-cli/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a332f5ef78a94ff791b922851caaa215aa6e405d0527c86bfce99700b8e24ac6
|
|
4
|
+
data.tar.gz: 691ba55cbd141be7d1fa47008ca2683ba3d9be29993ea0a9f04a87b598aeb4fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9371a1c03deded16d223414d60688cb1dfeabbd40491b41bcc821e8d99b83ef716ad405b19121a25568df0a7bafd3f552500626e004ed8385603d11f2972618c
|
|
7
|
+
data.tar.gz: '092c102be465ef8212c25fcd6df21ec372e6e743c389422308e43ce877c2a1c08c8a3d1205a7013f6d17c2aafc2240bc116f13c72b7fdb761c99f49ebe017537'
|
data/bin/{chef → chef-cli}
RENAMED
|
File without changes
|
data/chef-cli.gemspec
CHANGED
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |gem|
|
|
|
35
35
|
Dir.glob("Gemfile*") + # Includes Gemfile and locks
|
|
36
36
|
Dir.glob("*.gemspec") +
|
|
37
37
|
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
|
|
38
|
-
gem.executables = %w{ chef }
|
|
38
|
+
gem.executables = %w{ chef-cli }
|
|
39
39
|
gem.test_files = gem.files.grep(%r{^spec/})
|
|
40
40
|
gem.require_paths = ["lib"]
|
|
41
41
|
|
data/lib/chef-cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chef Software, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-cli
|
|
@@ -204,14 +204,14 @@ description: A streamlined development and deployment workflow for Chef platform
|
|
|
204
204
|
email:
|
|
205
205
|
- info@chef.io
|
|
206
206
|
executables:
|
|
207
|
-
- chef
|
|
207
|
+
- chef-cli
|
|
208
208
|
extensions: []
|
|
209
209
|
extra_rdoc_files: []
|
|
210
210
|
files:
|
|
211
211
|
- Gemfile
|
|
212
212
|
- LICENSE
|
|
213
213
|
- Rakefile
|
|
214
|
-
- bin/chef
|
|
214
|
+
- bin/chef-cli
|
|
215
215
|
- chef-cli.gemspec
|
|
216
216
|
- lib/chef-cli.rb
|
|
217
217
|
- lib/chef-cli/authenticated_http.rb
|