sevencop 0.42.0 → 0.42.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3948e119b6a873e0226f93921268a1120b1c0bd8067c6dd2eedf80cd449db92d
4
- data.tar.gz: bd864bf33c85003b21ac7a14dd88bfb581f383edc3f1b072d1b59f4b14739e9d
3
+ metadata.gz: d6458ef2aecd8e03654e70a76fc22ff59d2dd509f1eb377f65977b363dd3d43c
4
+ data.tar.gz: 8566e27a40c3eb6bd51ae2afa1f592758641a18019492d599cf7c95e811465b1
5
5
  SHA512:
6
- metadata.gz: c25ad4ee15137b961661fc5ec92a3e930116c53fd19c01d28a5886448668c0307d30448b990367f3890d2bfc2f4c2aaafc4b1e5f9fb8143b8c54822071d5005e
7
- data.tar.gz: 2815ccf2f38067606967043985d1aa898c3220694a20098fc3e28fdb7ca5faa9456363579a69a5bc7decf4c3e61fe571ea4579f7115bcf71864194636fd5c4e0
6
+ metadata.gz: ca075075040e44c561fed97593c321375f831a5d034deb7a4c7e1510efbe70d2623196d901546123c453abce3a8c3aa3bc198041cd85d9ff8d671c1ff03dceea
7
+ data.tar.gz: b38e408140a08a3a173c8700ecc6006950666a9f0d77fd9858e8110fc7676bfa9878c07d6bbfdba40fba039b35d9cf5d001704af77a646e16d91e79ae44dc9a2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sevencop (0.42.0)
4
+ sevencop (0.42.1)
5
5
  activesupport
6
6
  rubocop
7
7
 
data/config/default.yml CHANGED
@@ -67,12 +67,16 @@ Sevencop/RailsRouteAs:
67
67
  Description: |
68
68
  Always use `as` option on routing methods.
69
69
  Enabled: false
70
+ Include:
71
+ - config/routes.rb
70
72
 
71
73
  Sevencop/RailsRouteOrdered:
72
74
  Description: |
73
75
  Sort routes by path and HTTP method.
74
76
  Enabled: false
75
77
  Safe: false
78
+ Include:
79
+ - config/routes.rb
76
80
 
77
81
  Sevencop/RailsSpecificActionName:
78
82
  Description: |
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sevencop
4
- VERSION = '0.42.0'
4
+ VERSION = '0.42.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sevencop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.42.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura