foodcritic 10.2.0 → 10.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b08ad5cec31244e974aa28a39c76d4e56ab2fdd8
4
- data.tar.gz: 1666eb4b5239344af70ef2a6e755396034af676b
3
+ metadata.gz: b30c2e71bfbe75858e3056f9327e6a3f4582ab7b
4
+ data.tar.gz: 83c818f9f60b8f1d8f0b9069b39db31fdb725648
5
5
  SHA512:
6
- metadata.gz: c8bd0e679350c1114a79dfb5f2eb46ab5d2db6b9560567ae64b539dfc950b957bd5dd0bddb692125114465966db579c7030e9a6cf87ca5b4d0074ffc6ba9b01c
7
- data.tar.gz: 56d65593fa28610db403643e5006f3d451c38dc1c0ea612be8423fe8af8cd8cb2dfd30264338074dda4404260bf7c3f3771b8816fc7ce63c786438bb4e5bc83d
6
+ metadata.gz: cd19bc4ab4d1f8efe9fd6c0ec441e508b3308de4f7f51435494a50ddd6411dcb015185f66a8759432b709d09629862db03fa330ecd5a437d99b19d1f24abfe3e
7
+ data.tar.gz: 34b1a612217c08f6f6b72f3791f3eecf964ed05645c5669b2ed9631d555a200310730c91b7a062647cbbe10eba00460a85db4bbd0ea1da19359648c8a3d1a50c
data/CHANGELOG.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # Foodcritic Changelog:
2
2
 
3
- ## [10.2.0](https://github.com/acrmp/foodcritic/tree/v10.2.0) (2017-03-30)
3
+ ## [10.2.1](https://github.com/acrmp/foodcritic/tree/10.2.1) (2017-03-31)
4
+ [Full Changelog](https://github.com/acrmp/foodcritic/compare/v10.2.0...10.2.1)
4
5
 
6
+ **Implemented enhancements:**
7
+
8
+ - Add supermarket tag to FC067 and FC068 [\#532](https://github.com/acrmp/foodcritic/pull/532) ([tas50](https://github.com/tas50))
9
+
10
+ ## [v10.2.0](https://github.com/acrmp/foodcritic/tree/v10.2.0) (2017-03-30)
5
11
  [Full Changelog](https://github.com/acrmp/foodcritic/compare/v10.1.1...v10.2.0)
6
12
 
7
13
  **Implemented enhancements:**
@@ -1,5 +1,5 @@
1
1
  rule "FC067", "Ensure at least one platform supported in metadata" do
2
- tags %w{metadata}
2
+ tags %w{metadata supermarket}
3
3
  metadata do |ast, filename|
4
4
  [file_match(filename)] unless field(ast, "supports").any?
5
5
  end
@@ -1,5 +1,5 @@
1
1
  rule "FC068", "Ensure license is set in metadata" do
2
- tags %w{metadata}
2
+ tags %w{metadata supermarket}
3
3
  metadata do |ast, filename|
4
4
  [file_match(filename)] unless field(ast, "license").any?
5
5
  end
@@ -1,4 +1,4 @@
1
1
  module FoodCritic
2
2
  # The current version of foodcritic
3
- VERSION = "10.2.0"
3
+ VERSION = "10.2.1"
4
4
  end
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: 10.2.0
4
+ version: 10.2.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-03-30 00:00:00.000000000 Z
11
+ date: 2017-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber-core
@@ -361,5 +361,5 @@ rubyforge_project:
361
361
  rubygems_version: 2.6.11
362
362
  signing_key:
363
363
  specification_version: 4
364
- summary: foodcritic-10.2.0
364
+ summary: foodcritic-10.2.1
365
365
  test_files: []