chef-apply 0.6.3 → 0.6.7

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: c3c0e574b583d84f08985d61344c65598b0c7610f1d865f384efc8892cfdc101
4
- data.tar.gz: 78ebe1fcea394135f0d634d4fffe5117c61f82d0ea019962cb1179eb67254c22
3
+ metadata.gz: cc3b546ebf62d419f93571e38929862bbe15cc8d8bc7798ae9c2d241cba866f7
4
+ data.tar.gz: ea642c60686a1f36e3383b73dd58205d569749ee01f2457cd9d737236818bc78
5
5
  SHA512:
6
- metadata.gz: de1291f967fb645e50efc5383688fdaef256dd0829241e35b2b357caac2325853d630684f5a69184a61eb5986701a78a5036bd932f36195741e9d944573c41d0
7
- data.tar.gz: df183fca89151abb786bc49bc9aaac0d980430baba4235b9098452e4c9a0d7e4f6c20d82995689405c9b35b5f155f7589eff9eb4c5cbbc8c381f922dec0e5e3d
6
+ metadata.gz: 9a7e44af40ce24424eeee41da3e7694a1ad5d32a52ba0ebfa42db2ec2c716d2387bfd281ed3faef70e37560df97712e61120f5e3bd02dd67d500996dca7d0e2b
7
+ data.tar.gz: 52c394d2c66bce073082acde1a7d56f68c6d587725859bab6a58996ea968f0cfd5b9b9d9c095a4f6851318094f9ba894435678acae1436018da568a8ce4eb071
data/Gemfile CHANGED
@@ -19,7 +19,7 @@ source "https://rubygems.org"
19
19
  gemspec
20
20
 
21
21
  group :development do
22
- gem "chefstyle", "1.7.4"
22
+ gem "chefstyle", "1.7.5"
23
23
  gem "rake", ">= 10.1.0"
24
24
  gem "rspec", "~> 3.0"
25
25
  gem "simplecov"
data/i18n/en.yml CHANGED
@@ -17,18 +17,11 @@
17
17
 
18
18
  cli:
19
19
  telemetry_enabled: |
20
- Telemetry has been enabled by default for this beta release
21
- of chef-run. The anonymous data we gather is used to
22
- determine how we can impove your chef-run experience.
20
+ Telemetry is enabled by default in chef-run. The anonymous data we gather
21
+ is used to determine how we can impove your chef-run experience.
23
22
 
24
- To disable it, add the following entry to
25
- %1:
26
-
27
- [telemetry]
28
- enabled=false
29
-
30
- For more information about what we data gather and additional opt-out
31
- options, visit https://docs.chef.io/workstation/privacy/
23
+ For more information about what we data gather and opt-out options,
24
+ visit https://docs.chef.io/workstation/privacy/
32
25
 
33
26
  description: |
34
27
  Chef Run is a tool to execute ad-hoc tasks using Chef Infra.
@@ -16,5 +16,5 @@
16
16
  #
17
17
 
18
18
  module ChefApply
19
- VERSION = "0.6.3".freeze
19
+ VERSION = "0.6.7".freeze
20
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-apply
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.7
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: 2021-04-05 00:00:00.000000000 Z
11
+ date: 2021-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-cli