rubocop-rails_config 0.12.4 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/config/rails.yml +1 -1
  5. metadata +14 -70
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb6329905006e626be21763a02dc9849cc6b8a69e0dcb8e7f03891a116d8d046
4
- data.tar.gz: 152faac4ecc65ef18ef25fdca515ddf84f380e19042b7414953e27126be3746d
3
+ metadata.gz: 319c45fc95b46493e9236de2c4448ab82c64c08a12bce8da6e61f11ffbf7eaf3
4
+ data.tar.gz: cae938850ee9c313626c9aef98b4f88a6f6da3ad5c7366616392ec2a075cd19e
5
5
  SHA512:
6
- metadata.gz: b5d9a5b90c0ede2816b2b315b4242f12849d8a7d987fffe0d709cd80feea3b97fe90effed55f80f525d6b17767e0e943c28b875acd2313fbf425bd1378f1fe0c
7
- data.tar.gz: f97200762f2791b72f1d6257b147916c2f9508546715d6d9cb32465f27b4a64f6f784121c5a0c3389032a6abe10950ef36f73035661bfb5a2b0f64ba50d13111
6
+ metadata.gz: e10efb20b17e7f9c7eb57bae9b19274a50a67f283bf82f7818dbb4c9f8a99d82604ea4370037936b768d4466858048c596c067a9cc4f2cc421d4bf0c01f475a9
7
+ data.tar.gz: b15bad1aa09721a5109b859adbc209525da08f4238c1f267f7724e68a6ed8f7026c2435d247775b6d16c085e2de69ec8793bb9c4903d866bd5517b2b4f849ec6
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2020 Toshimaru Enomoto
3
+ Copyright (c) 2018-2020 Toshimaru
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # rubocop-rails_config
2
2
 
3
- [![Build Status](https://travis-ci.com/toshimaru/rubocop-rails_config.svg?branch=master)](https://travis-ci.com/toshimaru/rubocop-rails_config)
4
3
  [![Gem Version](https://badge.fury.io/rb/rubocop-rails_config.svg)](https://badge.fury.io/rb/rubocop-rails_config)
4
+ ![Test](https://github.com/toshimaru/rubocop-rails_config/workflows/Test/badge.svg)
5
5
 
6
6
  RuboCop configuration which has the same code style checking as official Ruby on Rails.
7
7
 
@@ -1,4 +1,5 @@
1
1
  require:
2
+ - rubocop-packaging
2
3
  - rubocop-performance
3
4
  - rubocop-rails
4
5
 
@@ -13,7 +14,6 @@ AllCops:
13
14
  - '**/templates/**/*'
14
15
  - '**/vendor/**/*'
15
16
  - 'actionpack/lib/action_dispatch/journey/parser.rb'
16
- - 'railties/test/fixtures/tmp/**/*'
17
17
  - 'actionmailbox/test/dummy/**/*'
18
18
  - 'actiontext/test/dummy/**/*'
19
19
  - '**/node_modules/**/*'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rails_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.4
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-06-24 00:00:00.000000000 Z
12
+ date: 2020-10-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '0.82'
20
+ version: '0.89'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '0.82'
27
+ version: '0.89'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubocop-performance
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -54,83 +54,27 @@ dependencies:
54
54
  - !ruby/object:Gem::Version
55
55
  version: '2.0'
56
56
  - !ruby/object:Gem::Dependency
57
- name: railties
57
+ name: rubocop-packaging
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - ">="
60
+ - - "~>"
61
61
  - !ruby/object:Gem::Version
62
- version: '5.0'
62
+ version: '0.4'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: '5.0'
70
- - !ruby/object:Gem::Dependency
71
- name: appraisal
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- version: '0'
77
- type: :development
78
- prerelease: false
79
- version_requirements: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ">="
82
- - !ruby/object:Gem::Version
83
- version: '0'
84
- - !ruby/object:Gem::Dependency
85
- name: bundler
86
- requirement: !ruby/object:Gem::Requirement
87
- requirements:
88
- - - ">="
89
- - !ruby/object:Gem::Version
90
- version: '0'
91
- type: :development
92
- prerelease: false
93
- version_requirements: !ruby/object:Gem::Requirement
94
- requirements:
95
- - - ">="
96
- - !ruby/object:Gem::Version
97
- version: '0'
98
- - !ruby/object:Gem::Dependency
99
- name: minitest
100
- requirement: !ruby/object:Gem::Requirement
101
- requirements:
102
- - - ">="
103
- - !ruby/object:Gem::Version
104
- version: '0'
105
- type: :development
106
- prerelease: false
107
- version_requirements: !ruby/object:Gem::Requirement
108
- requirements:
109
- - - ">="
110
- - !ruby/object:Gem::Version
111
- version: '0'
112
- - !ruby/object:Gem::Dependency
113
- name: rake
114
- requirement: !ruby/object:Gem::Requirement
115
- requirements:
116
- - - ">="
117
- - !ruby/object:Gem::Version
118
- version: '0'
119
- type: :development
120
- prerelease: false
121
- version_requirements: !ruby/object:Gem::Requirement
122
- requirements:
123
- - - ">="
67
+ - - "~>"
124
68
  - !ruby/object:Gem::Version
125
- version: '0'
69
+ version: '0.4'
126
70
  - !ruby/object:Gem::Dependency
127
- name: rails
71
+ name: railties
128
72
  requirement: !ruby/object:Gem::Requirement
129
73
  requirements:
130
74
  - - ">="
131
75
  - !ruby/object:Gem::Version
132
76
  version: '5.0'
133
- type: :development
77
+ type: :runtime
134
78
  prerelease: false
135
79
  version_requirements: !ruby/object:Gem::Requirement
136
80
  requirements:
@@ -168,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
112
  - !ruby/object:Gem::Version
169
113
  version: '0'
170
114
  requirements: []
171
- rubygems_version: 3.1.2
115
+ rubygems_version: 3.1.4
172
116
  signing_key:
173
117
  specification_version: 4
174
118
  summary: RuboCop configuration which has the same code style checking as official