servactory-rubocop 0.2.0 → 0.4.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -4
  3. data/rubocop.yml +0 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d19a92357f94d1a4c8bd387af3481781b0e594524484388af7f14c3f84ce8b64
4
- data.tar.gz: e8c9ba11a5ddbe93e29b181e18f151d23ae78ff0e39d68580129850ed2cca118
3
+ metadata.gz: 37f73666947c9d5f542c1633c87ca95c3dd5509328d7b43fe471ccbdd0a9a8a3
4
+ data.tar.gz: f6777d0f0cd51e3824b3d87888172dbd70046043100c7f42c482efcf7b20a24f
5
5
  SHA512:
6
- metadata.gz: ebea2000542730e6c0ce35fd985ce98ead3fe78e6176b4760554dae286d897cf610cf839f014f1c48a9c6d5e67108f9db0eb19180299d74dc38da1a695687019
7
- data.tar.gz: 52fcb38a1c58762b19ceb3b6c318029cd53f1d0f3231db2d5357d9d401740a040f870a38075d2095637344f12f814d4dcfb6db2a5bfe6c73b8884a4b7c4dcdd2
6
+ metadata.gz: 53cc3d0fabc5863d8ed45fc313f70e80e63857e8be4dee3604e1d3d992fa6505b1b69c9eb9caffed9e67622efce80598b2ddc8fac3ac060bbc4c43bc7b53aa84
7
+ data.tar.gz: 240da3e0cd5442af9fa74a30ca91135d70f998ddb00a969913685a8918d699a501c87750e11b5b2499bc42728ff8e75afc7c1d36c67886aae80c4ae1a30cb665
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: servactory-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Sokolov
@@ -114,8 +114,7 @@ email:
114
114
  executables: []
115
115
  extensions: []
116
116
  extra_rdoc_files: []
117
- files:
118
- - rubocop.yml
117
+ files: []
119
118
  homepage: https://github.com/servactory/rubocop
120
119
  licenses:
121
120
  - MIT
@@ -134,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
133
  requirements:
135
134
  - - ">="
136
135
  - !ruby/object:Gem::Version
137
- version: 3.1.0
136
+ version: 3.0.0
138
137
  required_rubygems_version: !ruby/object:Gem::Requirement
139
138
  requirements:
140
139
  - - ">="
data/rubocop.yml DELETED
@@ -1,21 +0,0 @@
1
- require:
2
- - rubocop-factory_bot
3
- - rubocop-performance
4
- - rubocop-rails
5
- - rubocop-rake
6
- - rubocop-rspec
7
- - rubocop-rspec_rails
8
-
9
- inherit_mode:
10
- merge:
11
- - Exclude
12
-
13
- AllCops:
14
- DisabledByDefault: true
15
- NewCops: enable
16
-
17
- Style/HashSyntax:
18
- EnforcedShorthandSyntax: always
19
-
20
- Style/StringLiterals:
21
- EnforcedStyle: double_quotes