rubocop-jekyll 0.1.0 → 0.2.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 +2 -0
  3. data/README.md +15 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 304012622aba6c768cd0c26b39b181176983cbd2
4
- data.tar.gz: 700bf336eaedb0fc2b2acd9b560b7c0af5fc9225
3
+ metadata.gz: 13e0af236eff31fc18bb60f6f41904eb8369afc4
4
+ data.tar.gz: 3bb232b8de08ce64f1e75c49c85c6e9cd455b7df
5
5
  SHA512:
6
- metadata.gz: 1177caa8b482f1f696a631387bbe970ef4569bea8baaf051588c917e3b9219f3eb2a8639bd0f8828480c9f72b5ffe6d962a84586d2f5867af3c712eb120cb5ec
7
- data.tar.gz: 98a66b9786c33afdb19b9c4404692e7de2ca24048d0ed48b93771c296cc6fd2f3b7b62a22043600128b4ed5a9aebdda22c1ca715ef762ad0f558ac43275f94fc
6
+ metadata.gz: 0a92481909fa9de4adf447cec7d200bddd91ec0d96e786b473b0d58b844d590ff68de0b2399f5283c33340ef7d825bd0c43150234a6bf4a0e11416ca5f2729fc
7
+ data.tar.gz: 03f011108f63b0815357905352f0ce912cf2dc78b5346da500b4f2422208249ed4b017222bb8416af607f5003cd69812380ca00c4d40d66ba9d67818953fed8e
data/.rubocop.yml CHANGED
@@ -55,6 +55,8 @@ Metrics/PerceivedComplexity:
55
55
 
56
56
  Naming/FileName:
57
57
  Enabled: false
58
+ Naming/MemoizedInstanceVariableName:
59
+ EnforcedStyleForLeadingUnderscores: optional
58
60
  Naming/UncommunicativeMethodParamName:
59
61
  AllowedNames:
60
62
  - _
data/README.md CHANGED
@@ -16,12 +16,12 @@ or if you prefer Bundler, add it to your `Gemfile` or `gemspec`
16
16
  ```ruby
17
17
  # Gemfile
18
18
 
19
- gem "rubocop-jekyll", "~> 0.1.0"
19
+ gem "rubocop-jekyll", "~> 0.2.0"
20
20
  ```
21
21
  ```ruby
22
22
  # <plugin>.gemspec
23
23
 
24
- spec.add_development_dependency "rubocop-jekyll", "~> 0.1.0"
24
+ spec.add_development_dependency "rubocop-jekyll", "~> 0.2.0"
25
25
  ```
26
26
  and run `bundle install`
27
27
 
@@ -45,3 +45,16 @@ Running `bundle exec rubocop` will now automatically load the `rubocop-jekyll` c
45
45
  ## Customization
46
46
 
47
47
  You can override any settings inherited from the extension by subsequently redefining the concerned parameters.
48
+
49
+
50
+ ## Release Cycle
51
+
52
+ A new release of this gem is manually cut based on the adoption of the latest version of RuboCop by the [Jekyll repository](https://github.com/jekyll/jekyll):
53
+
54
+ 1. RuboCop releases a new version.
55
+ 2. The `master` branch of Jekyll repository is updated to the latest RuboCop version along with any updates to their `.rubocop.yml`.
56
+ 3. The RuboCop version and `.rubocop.yml` at this gem's repository is updated **via a pull request**.
57
+ 4. A new minor release is subsequently cut and shipped.
58
+
59
+ *Note: A patch version of this gem will be released if Jekyll repository updates their `.rubocop.yml` independently of
60
+ a RuboCop version bump.*
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.1.0
4
+ version: 0.2.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-07-15 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.57.2
19
+ version: 0.59.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.57.2
26
+ version: 0.59.0
27
27
  description: A RuboCop extension to enforce common code style in Jekyll and Jekyll
28
28
  plugins
29
29
  email: