rubocop-jekyll 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +0 -3
  3. data/README.md +3 -3
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a674ce8ae15638c46e8eaebb886ffd994a820daed7de9209d7e0a6d36a816aa
4
- data.tar.gz: bc39896629769326d4bd206ba8af07939933eb7c203c26ac3c7aedd85e0067e8
3
+ metadata.gz: 2005887ed6ab69c3b127f57c7eb060e7fbe1f08d61fd1a723cd718c03905c56b
4
+ data.tar.gz: 63f7c64c8d8d1f38db365524553ee7bad829a63d985fcf754b3395363a7d89a9
5
5
  SHA512:
6
- metadata.gz: e812263a17d4c0080e44d3ba38988f33ddbe5309ba30ad891f9cced12a58c4aad8009d2825b055f33ec011a3a59dfdbe1064fb844bef4da650301fa1a9b3c925
7
- data.tar.gz: 7b26a95593107454085c92bef0f287d45d5ee6ef7b4b375ae223cc1452b871e3282a4a8b73a97ad10b416c88e08f068db0611cc9fdc4fa4cc7ec7fab8dac05ad
6
+ metadata.gz: f73db52af7aa92bbf642ac2d4dc4be30513657e5455ba6e01fad4f2c9b053811671ecdc65db0fea17955d3f45c64f641ea8c8e49fb174987da8427498df84184
7
+ data.tar.gz: d857ce9e0928925670fb1ac3570be5d75f313ed95d42196f9b14778a2cbaffa5ff0aec9e38d73a6fa0f209632ca2d7275c872aee6b16e155e6f66601bc24955a
@@ -57,9 +57,6 @@ Naming/FileName:
57
57
  Enabled: false
58
58
  Naming/MemoizedInstanceVariableName:
59
59
  EnforcedStyleForLeadingUnderscores: optional
60
- Naming/UncommunicativeMethodParamName:
61
- AllowedNames:
62
- - _
63
60
 
64
61
 
65
62
  Style/AccessModifierDeclarations:
data/README.md CHANGED
@@ -4,7 +4,7 @@ A RuboCop extension to enforce common code style in Jekyll and Jekyll plugins.
4
4
 
5
5
 
6
6
  [![Gem Version](https://img.shields.io/gem/v/rubocop-jekyll.svg?label=Latest%20Release)][rubygems]
7
- [![RuboCop Support](https://img.shields.io/badge/Rubocop%20Support-0.57.2%20--%200.65.x-green.svg)][rubocop-releases]
7
+ [![RuboCop Support](https://img.shields.io/badge/Rubocop%20Support-0.57.2%20--%200.66.x-green.svg)][rubocop-releases]
8
8
 
9
9
  [rubygems]: https://rubygems.org/gems/rubocop-jekyll
10
10
  [rubocop-releases]: https://github.com/rubocop-hq/rubocop/releases
@@ -23,12 +23,12 @@ or if you prefer Bundler, add it to your `Gemfile` or `gemspec`
23
23
  ```ruby
24
24
  # Gemfile
25
25
 
26
- gem "rubocop-jekyll", "~> 0.8.0"
26
+ gem "rubocop-jekyll", "~> 0.9.0"
27
27
  ```
28
28
  ```ruby
29
29
  # <plugin>.gemspec
30
30
 
31
- spec.add_development_dependency "rubocop-jekyll", "~> 0.8.0"
31
+ spec.add_development_dependency "rubocop-jekyll", "~> 0.9.0"
32
32
  ```
33
33
  and run `bundle install`
34
34
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashwin Maroli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-20 00:00:00.000000000 Z
11
+ date: 2019-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: 0.57.2
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 0.66.0
22
+ version: 0.67.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: 0.57.2
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.66.0
32
+ version: 0.67.0
33
33
  description: A RuboCop extension to enforce common code style in Jekyll and Jekyll
34
34
  plugins
35
35
  email:
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  version: '0'
65
65
  requirements: []
66
66
  rubyforge_project:
67
- rubygems_version: 2.7.5
67
+ rubygems_version: 2.7.9
68
68
  signing_key:
69
69
  specification_version: 4
70
70
  summary: Code style check for Jekyll and Jekyll plugins