chef_deprecations 0.1.1 → 0.1.2
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/foodcritic +1 -1
- data/bin/stove +1 -1
- data/lib/chef_deprecations/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2965647a5e69173a66033b84df5b536828e52d9cc1cd71ae6b784c2023e3bd4b
|
|
4
|
+
data.tar.gz: 86ce1ab4f9cba0fea428241e59d89c20e2275414e735c178d294c62207c6d2c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b799f3a929c221243bb0cc45511ac1f8a7476b2426c15c0fb9ff084b65f107c1f41c40ed3c43244511d4e04d918d7c3a667c1f51eed430cb9f32233d290eb86
|
|
7
|
+
data.tar.gz: d8caff807211e3109902ac4c48a573a03ed94e6fc897532852eb35db422af1bcb2a36a5b22933253efb25cedcb87465e82bd79e0b1d959246b08a1b488b9ec49
|
data/bin/foodcritic
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
|
-
puts "Foodcritic has been deprecated. Use cookstyle instead, which provides over 200 Chef Infra cops with autocorrection!"
|
|
3
|
+
puts "Foodcritic has been deprecated. Use cookstyle instead, which provides over 200 Chef Infra cops with autocorrection! For more details see https://blog.chef.io/goodbye-foodcritic/"
|
|
4
4
|
exit 1
|
data/bin/stove
CHANGED