rubocop-jekyll 0.3.0 → 0.4.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 +9 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: de2c63a81186d22fe211ac18fe9c810150ccc469
|
4
|
+
data.tar.gz: e52f90dfeffdae5d4a2b57793f0def7fe386b35a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 726eb3c40082c752fa7a094f20a85921b7f9d0619be779841283483f18dd7377a97a013d1144c2f731441f11ff003a37cbc703e79c1618851b443871f718c087
|
7
|
+
data.tar.gz: 4a36e13297e45d55eb3689001377a8464514af44b03222d8e59467f97802d27ccc63aec454ed36b1c69f1efb1d45871c928a0d3c9a7fcae547e7eed61669e37b
|
data/.rubocop.yml
CHANGED
data/README.md
CHANGED
@@ -3,6 +3,13 @@
|
|
3
3
|
A RuboCop extension to enforce common code style in Jekyll and Jekyll plugins.
|
4
4
|
|
5
5
|
|
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.61.x-green.svg)][rubocop-releases]
|
8
|
+
|
9
|
+
[rubygems]: https://rubygems.org/gems/rubocop-jekyll
|
10
|
+
[rubocop-releases]: https://github.com/rubocop-hq/rubocop/releases
|
11
|
+
|
12
|
+
|
6
13
|
## Installation
|
7
14
|
|
8
15
|
Just install the `rubocop-jekyll` gem
|
@@ -16,12 +23,12 @@ or if you prefer Bundler, add it to your `Gemfile` or `gemspec`
|
|
16
23
|
```ruby
|
17
24
|
# Gemfile
|
18
25
|
|
19
|
-
gem "rubocop-jekyll", "~> 0.
|
26
|
+
gem "rubocop-jekyll", "~> 0.4.0"
|
20
27
|
```
|
21
28
|
```ruby
|
22
29
|
# <plugin>.gemspec
|
23
30
|
|
24
|
-
spec.add_development_dependency "rubocop-jekyll", "~> 0.
|
31
|
+
spec.add_development_dependency "rubocop-jekyll", "~> 0.4.0"
|
25
32
|
```
|
26
33
|
and run `bundle install`
|
27
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.4.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: 2018-
|
11
|
+
date: 2018-12-06 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.62.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.62.0
|
33
33
|
description: A RuboCop extension to enforce common code style in Jekyll and Jekyll
|
34
34
|
plugins
|
35
35
|
email:
|