foodcritic 12.0.0 → 12.0.1
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/CHANGELOG.md +7 -1
- data/lib/foodcritic/rules/fc094.rb +1 -1
- data/lib/foodcritic/rules/fc095.rb +1 -1
- data/lib/foodcritic/rules/fc096.rb +1 -1
- data/lib/foodcritic/rules/fc097.rb +1 -1
- data/lib/foodcritic/rules/fc098.rb +1 -1
- data/lib/foodcritic/rules/fc099.rb +1 -1
- data/lib/foodcritic/rules/fc100.rb +1 -1
- data/lib/foodcritic/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d778c74e1f690101f1d35779fc916bac4b3d4c7f
|
|
4
|
+
data.tar.gz: ed2c20f367d97602978301526662285c449c313c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5778904806b10db9b09c4969a70b849308fc309e8682e81c8f4166c24c364362c4dbcfb5db5d37d9b7d78978de5a9278e70ac06a0f405d71579ec97e749bd5f
|
|
7
|
+
data.tar.gz: a283a490bed87be173e490848a6831c5b34973d93efd95b6b85ddf183601a7188de7925b2b87bba3e3401192932d36a6b97163e859012356a9806f7079affd21
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Foodcritic Changelog:
|
|
2
2
|
|
|
3
|
-
## [12.0.
|
|
3
|
+
## [12.0.1](https://github.com/Foodcritic/foodcritic/tree/v12.0.1) (2017-10-19)
|
|
4
|
+
|
|
5
|
+
**Fixed bugs:**
|
|
6
|
+
|
|
7
|
+
- Fixed the tags for new rules to correctly specify the version of Chef where the breaking change will occur, not the version of Chef were the deprecation warning was introduced
|
|
8
|
+
|
|
9
|
+
## [12.0.0](https://github.com/Foodcritic/foodcritic/tree/v12.0.0) (2017-10-18)
|
|
4
10
|
|
|
5
11
|
**Implemented enhancements:**
|
|
6
12
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
rule "FC097", "Deprecated Chef::Mixin::LanguageIncludeAttribute
|
|
1
|
+
rule "FC097", "Deprecated Chef::Mixin::LanguageIncludeAttribute mixin used" do
|
|
2
2
|
tags %w{chef14 deprecated}
|
|
3
3
|
def lang_include_attrib_mixin(ast)
|
|
4
4
|
# include Chef::Mixin::LanguageIncludeAttribute
|
data/lib/foodcritic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foodcritic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.0.
|
|
4
|
+
version: 12.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Crump
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-10-
|
|
11
|
+
date: 2017-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber-core
|
|
@@ -522,5 +522,5 @@ rubyforge_project:
|
|
|
522
522
|
rubygems_version: 2.6.13
|
|
523
523
|
signing_key:
|
|
524
524
|
specification_version: 4
|
|
525
|
-
summary: foodcritic-12.0.
|
|
525
|
+
summary: foodcritic-12.0.1
|
|
526
526
|
test_files: []
|