rubocop-rails_config 1.8.3 → 1.9.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/config/rails.yml +3 -0
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fb8b0060e07d2de742223efdec5279ae607781e1637430703de77371cea2e5ff
4
- data.tar.gz: bff13f11bced580ad89a3fe832cab202e9a3d3080041f624b485bacec90251d3
3
+ metadata.gz: 3a3b3071bd0ee9e202035339bf021336c1c2ce650d88a761b178a7fc5fd819ce
4
+ data.tar.gz: f31b9aca7527ff7864e610f9e3cb3768865b6410826debc51b07a8837242925a
5
5
  SHA512:
6
- metadata.gz: eddbae619323a4e9d71ef2d549247fa41f5cdbbca624133f846abcd7f15633d61b06c475f65d9869e5a5a18f5de8b51dd27414e482fff7471b82f9778fed8179
7
- data.tar.gz: 640ad7bd02987bc182fb941a8f3cb595b738aedb326ed4a8f679e5cd0f3bc674ea1ae890c19f0ed2d8994cbe7cfd97661d4d285da65e815a2174501693782975
6
+ metadata.gz: 38978647e69972a885ece1e135b1a7854db418919f5fbb7d287a8d33b2f956fb1ff8ff19ea26410e7c4f6c6a6737e8858901ec9a6f84373c627404b8bb91a375
7
+ data.tar.gz: 5196d53be2a4a201062588c620ff7629cbf12a57d6ce82e460abf7ec64b165ac797051dbc78c90030f9546ac4e81c52dfe0bbd2393bd9565f1f7cca37adcc928
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2020 Toshimaru
3
+ Copyright (c) 2018-2022 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/config/rails.yml CHANGED
@@ -161,6 +161,9 @@ Style/FrozenStringLiteralComment:
161
161
  - 'actionmailbox/db/migrate/**/*.rb'
162
162
  - 'actiontext/db/migrate/**/*.rb'
163
163
 
164
+ Style/MapToHash:
165
+ Enabled: true
166
+
164
167
  Style/RedundantFreeze:
165
168
  Enabled: true
166
169
 
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.8.3
4
+ version: 1.9.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: 2022-02-23 00:00:00.000000000 Z
12
+ date: 2022-02-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.19'
20
+ version: 1.25.1
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: '1.19'
27
+ version: 1.25.1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubocop-ast
30
30
  requirement: !ruby/object:Gem::Requirement