rubocop-jekyll 0.9.0 → 0.10.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 +5 -2
  3. data/README.md +3 -3
  4. metadata +22 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2005887ed6ab69c3b127f57c7eb060e7fbe1f08d61fd1a723cd718c03905c56b
4
- data.tar.gz: 63f7c64c8d8d1f38db365524553ee7bad829a63d985fcf754b3395363a7d89a9
3
+ metadata.gz: b0b9099bc898c0a613317b5a4d065f65b262168e8abc75f07905a99cf6dae25b
4
+ data.tar.gz: 16e82629a1e7028546da2ebae25e3ef3b3ab4e51df094e0c68f74b7ff05d6ff2
5
5
  SHA512:
6
- metadata.gz: f73db52af7aa92bbf642ac2d4dc4be30513657e5455ba6e01fad4f2c9b053811671ecdc65db0fea17955d3f45c64f641ea8c8e49fb174987da8427498df84184
7
- data.tar.gz: d857ce9e0928925670fb1ac3570be5d75f313ed95d42196f9b14778a2cbaffa5ff0aec9e38d73a6fa0f209632ca2d7275c872aee6b16e155e6f66601bc24955a
6
+ metadata.gz: f42c38be17bfdc272a1379fbe842267d73a147250efc25d24fb470aabd4d8a23fad1ccc6f83a27b12d0757b7f3daa79fe2eb69ee35a3fb43cf473717a9b1ea2c
7
+ data.tar.gz: 136624baca7362f15b8c837d01ed442aeb525fc3602ecf7a967f79481a70ecbdbed51d53e1f0c2c8a977fd1e292da9fdeb6494f981dd38a9702b276c9b3d688e
@@ -1,3 +1,6 @@
1
+ require:
2
+ - rubocop-performance
3
+
1
4
  AllCops:
2
5
  TargetRubyVersion: 2.3
3
6
  Exclude:
@@ -13,9 +16,9 @@ Layout/AlignHash:
13
16
  EnforcedHashRocketStyle: table
14
17
  Layout/IndentationWidth:
15
18
  Severity: error
16
- Layout/IndentArray:
19
+ Layout/IndentFirstArrayElement:
17
20
  EnforcedStyle: consistent
18
- Layout/IndentHash:
21
+ Layout/IndentFirstHashElement:
19
22
  EnforcedStyle: consistent
20
23
  Layout/MultilineMethodCallIndentation:
21
24
  EnforcedStyle: indented
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.66.x-green.svg)][rubocop-releases]
7
+ [![RuboCop Support](https://img.shields.io/badge/Rubocop%20Support-0.68.0%20--%200.71.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.9.0"
26
+ gem "rubocop-jekyll", "~> 0.10.0"
27
27
  ```
28
28
  ```ruby
29
29
  # <plugin>.gemspec
30
30
 
31
- spec.add_development_dependency "rubocop-jekyll", "~> 0.9.0"
31
+ spec.add_development_dependency "rubocop-jekyll", "~> 0.10.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.9.0
4
+ version: 0.10.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-03-18 00:00:00.000000000 Z
11
+ date: 2019-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,20 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.57.2
19
+ version: 0.68.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: 0.67.0
22
+ version: 0.72.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.57.2
29
+ version: 0.68.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.67.0
32
+ version: 0.72.0
33
+ - !ruby/object:Gem::Dependency
34
+ name: rubocop-performance
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '1.2'
40
+ type: :runtime
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '1.2'
33
47
  description: A RuboCop extension to enforce common code style in Jekyll and Jekyll
34
48
  plugins
35
49
  email:
@@ -44,7 +58,7 @@ files:
44
58
  - lib/rubocop-jekyll.rb
45
59
  - lib/rubocop/cop/jekyll/no_p_allowed.rb
46
60
  - lib/rubocop/cop/jekyll/no_puts_allowed.rb
47
- homepage: https://github.com/ashmaroli/rubocop-jekyll
61
+ homepage: https://github.com/jekyll/rubocop-jekyll
48
62
  licenses:
49
63
  - MIT
50
64
  metadata: {}
@@ -63,8 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
77
  - !ruby/object:Gem::Version
64
78
  version: '0'
65
79
  requirements: []
66
- rubyforge_project:
67
- rubygems_version: 2.7.9
80
+ rubygems_version: 3.0.4
68
81
  signing_key:
69
82
  specification_version: 4
70
83
  summary: Code style check for Jekyll and Jekyll plugins