kuyio-rubocop 0.1.2 → 0.1.3

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: 7113069c97131285f2819ce5c9672db870c7021c5fa7e7fcaa9682abd1f04979
4
- data.tar.gz: 5fa7117e786399d6538ab2fdc1b5aea2b7e9758c0712b3f074f3eb04cced09fa
3
+ metadata.gz: bb676d3efa6296d46af05a2c0feba3c05b2cea56c0254d625ea10a522565e5cc
4
+ data.tar.gz: 37bd7006cb3e789ebe0e48c1262c062a4a9be036a676bdcf39a801f1289c7562
5
5
  SHA512:
6
- metadata.gz: 903a27cb53c18115d54050f6b541d56bb11204af2643f63fc7ae47ec15237497c29361ddb56d1e0d11168abc663ba423122d15a2104faefeae35cf0ec80c33a8
7
- data.tar.gz: ab31b67d49575ab7c7c6487b1561109f1b9328312a948edd6510ad2d02c00fcfea4316470ee710b965607cfff5117d4c437948044943e0887f12b27015615b17
6
+ metadata.gz: e3ab13e4d87f9b9a470491d9b27b657957e002918e54f7cdc10cba471ac0aaa8bbef5c950d8f89254cb299ed1dacc53b0cd5f4d8927dc8cba426b6bccb946e37
7
+ data.tar.gz: a91155dcab862dd2d67db9628960f1803d92fc3cc2d3582b4a65413023f204533f3a147724f6282a88275a792f628aba5bb84e587a5d44867eaf0f10a9f30db6
data/default.yml CHANGED
@@ -12,6 +12,7 @@ AllCops:
12
12
  - 'vendor/**/*'
13
13
  - '*.gemspec'
14
14
  NewCops: enable
15
+ SuggestExtensions: false
15
16
 
16
17
  Bundler/OrderedGems:
17
18
  Enabled: false
@@ -1,5 +1,5 @@
1
1
  module Kuyio
2
2
  module Rubocop
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuyio-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - KUY.io Inc.