rubomatic 2.1.0.pre.rc.1 → 2.1.0.pre.rc.2

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: e41f68723e5bab55c9e13d7dab62a37f1fc33239e9fc3af6ab5db56e361a1060
4
- data.tar.gz: 1c1c7771f1c4582ec5ec71f06dc544c87c07fbeaf39f4295f7be9997c47a2ddc
3
+ metadata.gz: 562962fa9933c85b551ee6a0d2f779ec1542b92cf1990c79dd19183c44f8180b
4
+ data.tar.gz: 68789bee1df4d83ea2070a3154238dac4cfc153ec649e436a65a75befce0f743
5
5
  SHA512:
6
- metadata.gz: cc8ad19c9720539b80431f0deb51472c93f65bfeb6f8ab55d0e3c561a5738355bd44a98b3b9e97a8b5e47a10e07ae78ab3a25291e1770c23ac1fe45c18cbbe58
7
- data.tar.gz: 86551183dbd42efd01c0a2378002cf483bb4ec8d1e718b4f9a5e6da0314b239257cd7921a488b373a984164fd77749a5cd9dea9df62b97f6f1bf85b4579c0a7c
6
+ metadata.gz: 60b81b397bd5e77b824744f40d6ef96700b15f855beb262a3b7bfe0a82aeeceb4d18f7a93655f87e79d2267dfdc52b844035fcf7f9eb923bcb05b4d6083dd05d
7
+ data.tar.gz: 02010cae65393ee1b6efe43a43f2cd61ea1bbda99669cec627aed185f70bd50de6615bc81ae720e204ed3b7ad0775f49468741de92788b8148d5817aae27bdcc
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,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.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.1.0.pre.rc.1
4
+ version: 2.1.0.pre.rc.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance