rubocop-rails_config 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +0 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6429fe4baed996c3b1b657f8ed75953258f2b9c53884baf2e72b0860dee8923c
4
- data.tar.gz: 7504fdbc239cf2ad34da09705efc22da60ed47452d5e0739ec50609d025d2a9d
3
+ metadata.gz: da7f32d065f1d25549eaa4ac3b186306c8f88fe9e86fdba844551dd5b949f423
4
+ data.tar.gz: e9ac58b8f95f08aa545b14d013794683babd33bc3974e19411e6433d902b6a1a
5
5
  SHA512:
6
- metadata.gz: 1dfdb851dcebecdc044fc60e021d7022eecf5651738bcb663c9d04a881b0bb222aaf76b14fed8cf251a6201142b0e9f5c2e464df78c97b50fec5e032027ea4b3
7
- data.tar.gz: a0d8e80da402f4e82d6dd10eebc5bee4c91c8d571b0e0983a6738f027fd2919f30e71bafff787b6dc6f6a3d32fac75253a48563706e177bef1a30f0a3cad9b3b
6
+ metadata.gz: 012a87a80a441d6fabdb7bfbfce7452318cece8b77ec749fcccabc4af3e248f1834b49ab6af33be87c578c997287a7686c01d5ac49fd219e070042872c1d39a5
7
+ data.tar.gz: 20b36de08151a94320b19d8afeaf5a9f6f805d8bc2b28b8dcca6b3d7c0030259b8e4816ea08cecde1191d10f76a34f6eebf34273732d24c0d9f2238f1df392c9
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2022 Toshimaru
3
+ Copyright (c) 2018-2023 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
@@ -35,8 +35,6 @@ $ rails generate rubocop_rails_config:install
35
35
 
36
36
  ### TargetRubyVersion
37
37
 
38
- Although Rails 7 (edge) only supports Ruby 2.7 or more, rubocop-rails_config still supports Ruby 2.6 or more to support as many Ruby versions as possible.
39
-
40
38
  If you'd like to change `TargetRubyVersion`, see [Customization](#customization).
41
39
 
42
40
  ### Rails/AssertNot, Rails/RefuteMethods
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: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-05-05 00:00:00.000000000 Z
12
+ date: 2023-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubygems_version: 3.4.10
157
+ rubygems_version: 3.4.17
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: RuboCop configuration which has the same code style checking as official