rubocop-pixelforce 0.4 → 0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c39237d29ba2cb32b80ca7537a40b943a217099d499cbf65dfe40da2e07e3483
4
- data.tar.gz: d7d8fd1807d26e2581b871c46cdde1672058300d2bbb206ab46b4f184b1adf1d
3
+ metadata.gz: 586ff7669f194aedabcbb6cf5797ec38afafd27debe21feefbbf6e87384c6bd2
4
+ data.tar.gz: ac7c2783c5378c5b6212ea53a3c69af5e772929228d51be7ab4ec281c2958832
5
5
  SHA512:
6
- metadata.gz: d17544bd7582c2031329d6969ee1631ea973be725b0ba7c5b05f4c8875684ce0a8b07601204519bb499c0d976857489d323c268485340322a7883015c0faea33
7
- data.tar.gz: 2e93ca8bb8f766cd4ba52adc19ffea77de99cc65274102e06d7f33b4c5b890b315045145dee5a2b8ebaef112bd4a53931aec4c47e00330af8abace65a63cfcc7
6
+ metadata.gz: 0e0409870cc5577f3b9cc6fa1376a959b4cc2bb7237f5b068c410738e9dd10925cc800c7ad1643a590995e60bee4185f58329107730b74f96ab51e47726a6173
7
+ data.tar.gz: 97702fc6f782323034b7683630f4aedfdcdb7a37f923b3eb492c97de31e54fdbddcc9716ab7a161268e4177f7b4584d9b7df33526eeb205f8d4141f98417b575
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-pixelforce (0.4)
4
+ rubocop-pixelforce (0.5)
5
5
  rubocop (~> 0.76)
6
6
  rubocop-performance
7
7
  rubocop-rails
data/default.yml CHANGED
@@ -8,6 +8,7 @@ AllCops:
8
8
  - 'Gemfile'
9
9
  - 'db/**/*'
10
10
  - 'bin/*'
11
+ - 'config/**/*'
11
12
 
12
13
  Rails/UnknownEnv:
13
14
  Environments:
@@ -1,6 +1,3 @@
1
+ require 'rubocop'
1
2
  require "rubocop/pixelforce/version"
2
-
3
- module Rubocop
4
- module Pixelforce
5
- end
6
- end
3
+ require 'rubocop/cop/pixelforce/empty_line_between_categories'
@@ -1,5 +1,5 @@
1
1
  module Rubocop
2
2
  module Pixelforce
3
- VERSION = "0.4"
3
+ VERSION = "0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-pixelforce
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: '0.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Zhang
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-11 00:00:00.000000000 Z
11
+ date: 2019-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler