rubomatic-rails 1.0.0 → 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: bd721f5b65b72a7e3e35e597b2d20d587b9a2d331eba2a02763321187fa25afd
4
- data.tar.gz: 5d70e3d8f62e2f640b383321c586e528ee784a99bb34f3f0114235af279f61fb
3
+ metadata.gz: 4efe2c72c454e51a7227e7b2404e24e7b0cd9a4f4032c869a42018ac054599c9
4
+ data.tar.gz: 57a5ca9a4b723fe9a472e21f1100c94827b1ecbf24a1a4726e9efaea14507e39
5
5
  SHA512:
6
- metadata.gz: 83d7f82e09b3cc9a5670877b46bb71f41cc69fd9884925e2c395d19d1e000c765f7ccc801abf65eca42af6d04a1db314e23447ffbd6f26a239197b6913f1ec78
7
- data.tar.gz: d9a98f8ad24fbd3872a03f476efa2f339b8383c5ff34d6ad57ab9aa52362fdfb6fa6cbc31601079ae5aac4a298558e1ec1c6f69294b84e87e97a9a349de290a7
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'
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
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
@@ -71,9 +71,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  version: 3.0.1
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ">="
74
+ - - ">"
75
75
  - !ruby/object:Gem::Version
76
- version: '0'
76
+ version: 1.3.1
77
77
  requirements: []
78
78
  rubygems_version: 3.2.15
79
79
  signing_key: