rubocop-jekyll 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a081999531a737d00a6e53b262ac25192d847b03e2e120cfb7f88cece9f435a4
|
4
|
+
data.tar.gz: 30c185e7fd6cf1e94438767d78dc88086a9af22200b9514e0fbf9e76193fd694
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12af7fa501fefe0f97c8e673b65e0e6c7c60c9eb98833f1567054b7f898c1395981ef51f475082baa6e501599c3b7306419f1f083480e40c7d5f0d1f732416ee
|
7
|
+
data.tar.gz: 64180ba33db421ce64719a038728bf9ec9276f90d2713bc1de186c161d3d689a781cf7f888d8ea5afaf6e7ca8a8447558d9101122d959312ed9a3794c04e270a
|
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.64.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.7.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.7.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.7.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-02-10 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.65.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.65.0
|
33
33
|
description: A RuboCop extension to enforce common code style in Jekyll and Jekyll
|
34
34
|
plugins
|
35
35
|
email:
|
@@ -63,7 +63,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
- !ruby/object:Gem::Version
|
64
64
|
version: '0'
|
65
65
|
requirements: []
|
66
|
-
|
66
|
+
rubyforge_project:
|
67
|
+
rubygems_version: 2.7.5
|
67
68
|
signing_key:
|
68
69
|
specification_version: 4
|
69
70
|
summary: Code style check for Jekyll and Jekyll plugins
|