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.
- checksums.yaml +4 -4
- data/.rubocop.yml +0 -3
- data/README.md +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2005887ed6ab69c3b127f57c7eb060e7fbe1f08d61fd1a723cd718c03905c56b
|
4
|
+
data.tar.gz: 63f7c64c8d8d1f38db365524553ee7bad829a63d985fcf754b3395363a7d89a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f73db52af7aa92bbf642ac2d4dc4be30513657e5455ba6e01fad4f2c9b053811671ecdc65db0fea17955d3f45c64f641ea8c8e49fb174987da8427498df84184
|
7
|
+
data.tar.gz: d857ce9e0928925670fb1ac3570be5d75f313ed95d42196f9b14778a2cbaffa5ff0aec9e38d73a6fa0f209632ca2d7275c872aee6b16e155e6f66601bc24955a
|
data/.rubocop.yml
CHANGED
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.
|
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.
|
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.
|
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.
|
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-
|
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.
|
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.
|
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.
|
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
|