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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +0 -3
  3. data/README.md +9 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c286986b520dc391c803ad9349d03aa4b04cf69
4
- data.tar.gz: 6c6024dcde3051c24d42bff77e230a9c92b4a3ac
3
+ metadata.gz: de2c63a81186d22fe211ac18fe9c810150ccc469
4
+ data.tar.gz: e52f90dfeffdae5d4a2b57793f0def7fe386b35a
5
5
  SHA512:
6
- metadata.gz: c211436dacf673a9272351c0549dd6eba0f5002c35a3a7d22305a5c02bdba510bbe7cd13ec2da18ccef2c358ce6441c5e130c4082357c77f40197ecc8028acf2
7
- data.tar.gz: 0f252efb77a573ab0aeaa2037966ec5611141260c77a9b0ec993c0edc2f9e5b57f404c27b8e1891c43dda3bc038c8da5abe865592781cb9d3f924318a763f906
6
+ metadata.gz: 726eb3c40082c752fa7a094f20a85921b7f9d0619be779841283483f18dd7377a97a013d1144c2f731441f11ff003a37cbc703e79c1618851b443871f718c087
7
+ data.tar.gz: 4a36e13297e45d55eb3689001377a8464514af44b03222d8e59467f97802d27ccc63aec454ed36b1c69f1efb1d45871c928a0d3c9a7fcae547e7eed61669e37b
data/.rubocop.yml CHANGED
@@ -1,8 +1,5 @@
1
1
  AllCops:
2
2
  TargetRubyVersion: 2.3
3
- Include:
4
- - lib/**/*.rb
5
- - test/**/*.rb
6
3
  Exclude:
7
4
  - bin/**/*
8
5
  - exe/**/*
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.2.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.2.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.3.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-10-26 00:00:00.000000000 Z
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.61.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.61.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: