freistil-rubocop 0.4.0 → 0.4.1

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: 0d9fdfb1a054d4b91ea467486503a1dd459f3a13d9e8f8df7e8cde5c81d63534
4
- data.tar.gz: 565aa09f6261cbcedb775824851b737dee35f09191d214af552bf902c844b03d
3
+ metadata.gz: 9c25092b113fea5f1f843a52b6c681d68a22bda66fb0140c1aa81865ae7a1e14
4
+ data.tar.gz: 1867c8f845d005a7ff26ca63765c14d4c513f80ed17cb9aec9f0835ee1de5f19
5
5
  SHA512:
6
- metadata.gz: ef84775b8cb53d2cb0d8859f7843737d026f48b49dd48523894caf0d72b75e2f84368524de8bed328c3d41e044973426cbf54c7b34aea659e9dde1609722a7ae
7
- data.tar.gz: cc3f0f48258a1112e239489cc84e5f32d372d4dcae23a95ad696f7b467f10278b5e459b9f7592aadb54ef52dac8efe85abe15843bc443da54c020808ed69a721
6
+ metadata.gz: f69e304d8526a3f8a806b8100ff4ae285be3d6db8d2718bbd070517be5d6c736bae19d42e1a9c9c87f57398f1c043a7104dc41aeb181ab9b231456145489db39
7
+ data.tar.gz: f5f329f02fd7389cf82f8314e721e3deb8a749f608386379f1c053728d745b07f1dd8b90de1cfcbd5b2128b299527f08baf48af6601d717d29b7a93f1d6150db
@@ -9,6 +9,7 @@ AllCops:
9
9
  - Rakefile
10
10
  Exclude:
11
11
  - 'Gemfile.lock'
12
+ - 'bin/**/*'
12
13
  - 'vendor/**/*'
13
14
 
14
15
  Layout/DotPosition:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Freistil
4
4
  module Rubocop
5
- VERSION = "0.4.0"
5
+ VERSION = "0.4.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freistil-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - freistil IT Ltd
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-11 00:00:00.000000000 Z
11
+ date: 2020-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop