rubocop-rails_config 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ae9c4ff5cec5f0217a6bebb1a41777306e9f08286c37309cf12efaf2ab5fb80
|
4
|
+
data.tar.gz: e56e643377db91b5068a0df977924588daa6aa75e71b302e81667447789410d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e98b9407c67bebeb8aba7d8cd5283701c02d30da2531f936aac0d423d94901ec0c69b68bf308c8bad41adf1b5b0caaec087dda8159e1f0e5be813e994838d27
|
7
|
+
data.tar.gz: dd9fd02132a431f8a663856212663747d918a9df1f226cd9a0c250b8002c217a6df28eff4405d16bf225421f50f51f47f7577c44b1f25b2cd9168112b6e9907a
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
RuboCop configuration which has the same code style checking as official Ruby on Rails.
|
7
7
|
|
8
|
-
[Official RoR RuboCop Configuration](https://github.com/rails/rails/blob/
|
8
|
+
[Official RoR RuboCop Configuration](https://github.com/rails/rails/blob/main/.rubocop.yml)
|
9
9
|
|
10
10
|
## Installation
|
11
11
|
|
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.3.
|
4
|
+
version: 1.3.1
|
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: 2021-02-
|
12
|
+
date: 2021-02-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|