netsoft-rubocop 1.1.0 → 1.1.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: a27d4fbbc329f03b7ba1545338a36e2bed33af93c22a17a3be81e634c817f1a5
4
- data.tar.gz: 1bea462450d76226ca69170644648dcd4f336ba3dc0b33933a3b5df9d8a9a12b
3
+ metadata.gz: 85cba709c29dad6103c595e14e9ed7812fc2469576c2f77974f03348076c2a89
4
+ data.tar.gz: 8e798df10ce467f37e527339d14358db1e212e7b0300b091479c1a3953df94f4
5
5
  SHA512:
6
- metadata.gz: e640a48f004db898ad5a520361bb24ed5750f2af791e070bb1eb420e01eb001e28a289638ce46269ca73d4f26bdbeef3d99f6caac17f5c9c078ac93774025f73
7
- data.tar.gz: f5e54bb635b7c4d71b1b5c53fcaa60e6316a1c2ff8be91c7a379af7478a6630a9f8addbe44c109694947fcbe24fe87e9b92a6711ffcf9e97e8815a94bdc2f69f
6
+ metadata.gz: 287ba9322d3c23d7bfb20a38f28ba07f8d1f0c4f90529ccb5b13218c4a95ac51bb1d728d472f71698bfdd748a77f7ae72c64b936325e0ce48f1fe8724c18ae2e
7
+ data.tar.gz: 182a62c9be8a6399110c89d0dd4b4f1af47b0d9b086b846f828daa6740fc8c0d057f4a6e741b844bf66381d9b8fea68c62af8f104f7539e259def4777e2ee4cf
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
11
11
  ### Fixed
12
12
 
13
+ ## [1.1.1] - 2021-01-21
14
+ ### Fixed
15
+ - fixed path in config
16
+
13
17
  ## [1.1.0] - 2021-01-20
14
18
  ### Changed
15
19
  - Switch to newest versions of rubocop, and rubocop-[everything]
@@ -1,5 +1,5 @@
1
1
  require:
2
- - ./lib/netsoft/rubocop/cops/auth_http_positional_arguments
2
+ - ../lib/netsoft/rubocop/cops/netsoft/auth_http_positional_arguments
3
3
  - rubocop-rails
4
4
  - rubocop-performance
5
5
  - rubocop-rspec
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Netsoft
4
4
  module Rubocop
5
- VERSION = '1.1.0'
5
+ VERSION = '1.1.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoft-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Yarotsky
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-01-20 00:00:00.000000000 Z
12
+ date: 2021-01-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler