rubocop-jekyll 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d34843d68dfc57f76608b9ad1e192ac66fa17485ba10294daccd6abc9d06c00
4
- data.tar.gz: b9dd99ad9da962aeec52060780834134c35f1e985867236eefc96e9f5afc4767
3
+ metadata.gz: a081999531a737d00a6e53b262ac25192d847b03e2e120cfb7f88cece9f435a4
4
+ data.tar.gz: 30c185e7fd6cf1e94438767d78dc88086a9af22200b9514e0fbf9e76193fd694
5
5
  SHA512:
6
- metadata.gz: 6669adae873fd687c79922fdf09dda7747b9b73ec51df2bf92f64a8f84a99fc4bb12605c193ee302b9b46daf2800dc02b8b94868135e6aa3aa77876978900797
7
- data.tar.gz: 0423f6d8142d2d8832eaa808c070b1a29292d6945ebb6c487ae070cc8434b3f597e0701462a4faf86d4c1d4b6f4b5ed325301ca58fd9187b3fffb9939ca1e3dd
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.63.x-green.svg)][rubocop-releases]
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.6.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.6.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.6.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-01-23 00:00:00.000000000 Z
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.64.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.64.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
- rubygems_version: 3.0.2
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