rubomatic-rails 1.0.0.pre.rc.1 → 1.1.0.pre.rc.1

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: ebb4cc2361df0eba7969286583f8971cf525f85b7e588b867263e7cdf9a80e22
4
- data.tar.gz: 8b0bc06aa917c644d5c58e47f3eb83baaeaf7302541f2c8858a2f0c1f30ccd22
3
+ metadata.gz: 4efe2c72c454e51a7227e7b2404e24e7b0cd9a4f4032c869a42018ac054599c9
4
+ data.tar.gz: 57a5ca9a4b723fe9a472e21f1100c94827b1ecbf24a1a4726e9efaea14507e39
5
5
  SHA512:
6
- metadata.gz: 47b8e6d593463eb698da00d1c6383cca96deefc284fd12f4f1f71ed8b526f2b2a574cab8a7d3f06028540b5b25b403d40fa3bcbed9ee1dc13074f64f89e99d71
7
- data.tar.gz: 9d27e7358033771d7fe672f672a3ff06c21eb6721327da614c439478268287993ea400dc08a62f796fa88f8118e081f3c5bae89fd1284553b881296417553337
6
+ metadata.gz: 388047c87becb2d33f44a75e6b6a693fd1b0797fc0e76ae0caaf3acd2988af7554fe1c7598e4842fdcc21d149bf4241ca2528342a5a4e50552ef7caa99a82bb4
7
+ data.tar.gz: 0fbe5735a868a867453fee6d5641f109187465c46a9940b6a098ab195d5abd7874b9715ed08657e3e5ba92dd136dff74057ab30a4044bf902ce0ec1e0ce3c56b
data/README.adoc CHANGED
@@ -25,11 +25,6 @@ Add the following to your ``.rubocop.yml`` config file
25
25
 
26
26
  [source,yaml]
27
27
  ----
28
- require:
29
- - rubocop-rails
30
- - rubocop-performance
31
- - rubocop-brands_insurance
32
-
33
28
  inherit_gem:
34
29
  rubomatic-rails: configs/rubocop.yml
35
30
  ----
@@ -39,11 +34,6 @@ If you need to override a setting:
39
34
  [source,yaml]
40
35
  ----
41
36
  # Add to Naming/VariableNumber.AllowedIdentifiers
42
- require:
43
- - rubocop-rails
44
- - rubocop-performance
45
- - rubocop-brands_insurance
46
-
47
37
  inherit_gem:
48
38
  rubomatic-rails: configs/rubocop.yml
49
39
 
@@ -58,11 +48,6 @@ Naming/VariableNumber:
58
48
  [source,yaml]
59
49
  ----
60
50
  # Completely override Naming/VariableNumber.AllowedIdentifiers
61
- require:
62
- - rubocop-rails
63
- - rubocop-performance
64
- - rubocop-brands_insurance
65
-
66
51
  inherit_gem:
67
52
  rubomatic-rails: configs/rubocop.yml
68
53
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubomaticRails
4
- VERSION = '1.0.0-rc.1'
4
+ VERSION = '1.1.0-rc.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.rc.1
4
+ version: 1.1.0.pre.rc.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.0
33
+ version: 2.1.0.pre.rc.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.0.0
40
+ version: 2.1.0.pre.rc.1
41
41
  description:
42
42
  email:
43
43
  - documents@brandsinsurance.com