rubocop-jekyll 0.5.1 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +3 -3
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 8d34843d68dfc57f76608b9ad1e192ac66fa17485ba10294daccd6abc9d06c00
|
4
|
+
data.tar.gz: b9dd99ad9da962aeec52060780834134c35f1e985867236eefc96e9f5afc4767
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6669adae873fd687c79922fdf09dda7747b9b73ec51df2bf92f64a8f84a99fc4bb12605c193ee302b9b46daf2800dc02b8b94868135e6aa3aa77876978900797
|
7
|
+
data.tar.gz: 0423f6d8142d2d8832eaa808c070b1a29292d6945ebb6c487ae070cc8434b3f597e0701462a4faf86d4c1d4b6f4b5ed325301ca58fd9187b3fffb9939ca1e3dd
|
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.63.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.6.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.6.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.6.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-01-
|
11
|
+
date: 2019-01-23 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.64.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.64.0
|
33
33
|
description: A RuboCop extension to enforce common code style in Jekyll and Jekyll
|
34
34
|
plugins
|
35
35
|
email:
|
@@ -63,8 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
|
-
|
67
|
-
rubygems_version: 2.6.14
|
66
|
+
rubygems_version: 3.0.2
|
68
67
|
signing_key:
|
69
68
|
specification_version: 4
|
70
69
|
summary: Code style check for Jekyll and Jekyll plugins
|