rubocop-nosolosoftware 1.8.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/rubocop-metrics.yml +2 -0
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba5df62d412085a3f004240a333d4f06277f7f328da9ba9a5481cf8fd0ccc3d4
4
- data.tar.gz: eed09f87292739062b8baabf4455170e7b53ad5a59ebe92d75022aea9fb8a14a
3
+ metadata.gz: 444865c97c89aafd3e74c3156282b589b45819bb8ba1b6ad8e9439a571bc2e93
4
+ data.tar.gz: b8776e482f4df570443e7d612de82e4bbfdd98e8c1d1b2575f52bbbaedd7cad0
5
5
  SHA512:
6
- metadata.gz: 06c1e3d9fd28e1dcc8d6a9e96e87673a955a4cb9322c957756c03c19500c2f487514e228739dda9749ec43d175c9d840db8336f559b183043669181fe3d0d420
7
- data.tar.gz: fe6bc808329f57eb32ed73d6dd78bc9b236b77ecb2bcd552bdefeac7b593c7fc99bd642817b46c68aa6976380ff25aaa95d85c40a8633d2df9d2bb33e5369a62
6
+ metadata.gz: 054a1ba223693e47d7906f1ed9d3981d264d4cad85eeb7821d2665240f31be5c55f7202edf3ec60a2da66ee00ff6cc60fae1c60a872e22c29cb3e3f4626ff282
7
+ data.tar.gz: 87680d9687e7634baa1fb4984218c08b280af012e2ee1a8acefdb41e6dd8f5bfd07f54b371639e672c90bb5256add39bd7acac9172790ce3ae4021cd66dadb44
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  The following rules have been added:
9
9
 
10
+ ## 1.8.1 - 2021-07-26
11
+
12
+ ### Changed
13
+ - `config/routes/` directory should have the same rules as `config/routes.rb`
14
+
10
15
  ## 1.8.0 - 2021-06-29
11
16
  - Added new rules introduced in the last version.
12
17
  - rubocop
data/rubocop-metrics.yml CHANGED
@@ -18,6 +18,7 @@ Metrics/MethodLength:
18
18
  Metrics/ModuleLength:
19
19
  Exclude:
20
20
  - "**/config/routes.rb"
21
+ - "**/config/routes/**/*.rb"
21
22
  - "**/spec/**/*.rb"
22
23
 
23
24
  # https://rubocop.readthedocs.io/en/latest/cops_metrics/#blocklength
@@ -26,4 +27,5 @@ Metrics/BlockLength:
26
27
  - "**/spec/**/*.rb"
27
28
  - "**/config/environments/*.rb"
28
29
  - "**/config/routes.rb"
30
+ - "**/config/routes/**/*.rb"
29
31
  - "**/lib/tasks/auto_annotate_models.rake"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-nosolosoftware
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Aranda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-29 00:00:00.000000000 Z
11
+ date: 2021-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -125,8 +125,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
125
125
  licenses:
126
126
  - MIT
127
127
  metadata:
128
- source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.8.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.8.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.8.1
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.8.1/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options: