rubomatic 2.0.0 → 2.1.0.pre.rc.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99237e2c85059b0b157767ff37262c0510ed2b16439e051c55657fad86c360b5
4
- data.tar.gz: eab6044c6a9cccbf10a1563099744d744e3aafda3e3ddffd8995b8e1a2d07e0c
3
+ metadata.gz: 562962fa9933c85b551ee6a0d2f779ec1542b92cf1990c79dd19183c44f8180b
4
+ data.tar.gz: 68789bee1df4d83ea2070a3154238dac4cfc153ec649e436a65a75befce0f743
5
5
  SHA512:
6
- metadata.gz: 4e061eb6cf929617b87032bf0a7fb90b172f8407bc3ce929b7fc4f444318f976fcde7109d2968e7f919b5743b6c100375dca7b75c662edb52edd47b1dd53763d
7
- data.tar.gz: a693368c88366a672a3c9c1bec389b827b2820260c89d9a93426ac43ade59385595d7a3a553081a8093779c12b8a226d25b053f8df63fe664014c203647e9adb
6
+ metadata.gz: 60b81b397bd5e77b824744f40d6ef96700b15f855beb262a3b7bfe0a82aeeceb4d18f7a93655f87e79d2267dfdc52b844035fcf7f9eb923bcb05b4d6083dd05d
7
+ data.tar.gz: 02010cae65393ee1b6efe43a43f2cd61ea1bbda99669cec627aed185f70bd50de6615bc81ae720e204ed3b7ad0775f49468741de92788b8148d5817aae27bdcc
data/CHANGELOG.adoc CHANGED
@@ -1,3 +1,9 @@
1
+ == 2.1.0
2
+
3
+ === Config
4
+
5
+ * Require rubocop extension gems here, so you don't have to
6
+
1
7
  == 2.0.0
2
8
 
3
9
  === Dependencies
data/README.adoc CHANGED
@@ -25,10 +25,6 @@ Add the following to your ``.rubocop.yml`` config file
25
25
 
26
26
  [source,yaml]
27
27
  ----
28
- require:
29
- - rubocop-performance
30
- - rubocop-brands_insurance
31
-
32
28
  inherit_gem:
33
29
  rubomatic: configs/rubocop.yml
34
30
  ----
@@ -38,10 +34,6 @@ If you need to override a setting:
38
34
  [source,yaml]
39
35
  ----
40
36
  # Add to Naming/VariableNumber.AllowedIdentifiers
41
- require:
42
- - rubocop-performance
43
- - rubocop-brands_insurance
44
-
45
37
  inherit_gem:
46
38
  rubomatic: configs/rubocop.yml
47
39
 
@@ -56,10 +48,6 @@ Naming/VariableNumber:
56
48
  [source,yaml]
57
49
  ----
58
50
  # Completely override Naming/VariableNumber.AllowedIdentifiers
59
- require:
60
- - rubocop-performance
61
- - rubocop-brands_insurance
62
-
63
51
  inherit_gem:
64
52
  rubomatic: configs/rubocop.yml
65
53
 
@@ -1,2 +1,4 @@
1
+ require: rubocop-brands_insurance
2
+
1
3
  inherit_from:
2
4
  - ./style.yml
@@ -1,3 +1,5 @@
1
+ require: rubocop-performance
2
+
1
3
  Performance:
2
4
  Enabled: false
3
5
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '2.0.0'
4
+ VERSION = '2.1.0-rc.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0.pre.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -97,9 +97,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: 3.0.1
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - ">"
101
101
  - !ruby/object:Gem::Version
102
- version: '0'
102
+ version: 1.3.1
103
103
  requirements: []
104
104
  rubygems_version: 3.2.15
105
105
  signing_key: