foodcritic 10.2.0 → 10.2.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/fc067.rb +1 -1
- data/lib/foodcritic/rules/fc068.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: b30c2e71bfbe75858e3056f9327e6a3f4582ab7b
|
|
4
|
+
data.tar.gz: 83c818f9f60b8f1d8f0b9069b39db31fdb725648
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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:**
|
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: 10.2.
|
|
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-
|
|
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.
|
|
364
|
+
summary: foodcritic-10.2.1
|
|
365
365
|
test_files: []
|