rubomatic 2.1.0.pre.rc.1 → 2.1.0.pre.rc.3

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: e41f68723e5bab55c9e13d7dab62a37f1fc33239e9fc3af6ab5db56e361a1060
4
- data.tar.gz: 1c1c7771f1c4582ec5ec71f06dc544c87c07fbeaf39f4295f7be9997c47a2ddc
3
+ metadata.gz: 77d7def7b22dde6fbe68a899e6e75d016e4a69ec9ca270e937a5f0a1c9137af5
4
+ data.tar.gz: 3cbf30a9cb42aec64857b2f4c82ef1a94e1b3b2285b3dd46b15abcf557a9e2af
5
5
  SHA512:
6
- metadata.gz: cc8ad19c9720539b80431f0deb51472c93f65bfeb6f8ab55d0e3c561a5738355bd44a98b3b9e97a8b5e47a10e07ae78ab3a25291e1770c23ac1fe45c18cbbe58
7
- data.tar.gz: 86551183dbd42efd01c0a2378002cf483bb4ec8d1e718b4f9a5e6da0314b239257cd7921a488b373a984164fd77749a5cd9dea9df62b97f6f1bf85b4579c0a7c
6
+ metadata.gz: 6a88abd31ee7dc1740afb54f9d581493ab000a688a2837fc8ca938a3b73795fddc205e6af510b486a6141140997ec4ad1e952d49b03930c56a3141a7a2f76506
7
+ data.tar.gz: 8ff2de9d699b3e8fef217a2f3a242afe271435a6cac53539dda72cb1210ce2ddb90e8d1f6eb3c790782c9196c93f2379ab7c218aa0860db2984ff22048cd2c41
data/CHANGELOG.adoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  === Config
4
4
 
5
- * Require
5
+ * Require rubocop extension gems here, so you don't have to
6
6
 
7
7
  == 2.0.0
8
8
 
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,4 +1,2 @@
1
- require: rubocop-brands_insurance
2
-
3
1
  inherit_from:
4
2
  - ./style.yml
@@ -1,5 +1,3 @@
1
- require: rubocop-performance
2
-
3
1
  Performance:
4
2
  Enabled: false
5
3
 
data/configs/rubocop.yml CHANGED
@@ -1,3 +1,7 @@
1
+ require:
2
+ - rubocop-performance
3
+ - rubocop-brands_insurance
4
+
1
5
  inherit_from:
2
6
  - ./brands_insurance/rubocop.yml
3
7
  - ./bundler.yml
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rubomatic
4
- VERSION = '2.1.0-rc.1'
4
+ VERSION = '2.1.0-rc.3'
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.1.0.pre.rc.1
4
+ version: 2.1.0.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance