rubocop-dev_doc 0.12.0 → 0.12.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: 51389b117ef5ff9744ada6455ee819b98b221eb789eef110531097ed54a3c7b3
4
- data.tar.gz: fbd6bddccbe8b3edcea38a20f901536c6297ae664277d54ae7b35a7b2bccdf88
3
+ metadata.gz: a70fbdce97064f296200b1a77f663eb5c7f928973ea7be693d0ad36f1ff015bb
4
+ data.tar.gz: 3e285799f1deffcb5bd30c90d61b2f3bd5438cb7a6a30b358dd60eba61a31072
5
5
  SHA512:
6
- metadata.gz: cad293d67ee400ef543df57dc721baa74d784df7fbcdf2536ef6e6f7475732f8fb6cb8b80a924ff1a210d5bd5ec9cd60eec12a06f2b04b0a1827bab38899fc01
7
- data.tar.gz: df1facc84e226e99d256ce256063011c6aeed3d491a7e417c9b2eff7555c1aa7730e46e005a58234e826cb8b87221e1b26b60b0ddeb27515bb7d0b3f129be615
6
+ metadata.gz: 7eb23bbe57954d976ce2975b1eb35a616a306b56bfacacbbc18c03c40bfce86564efe48990649b4137ebdbe7f3773f77f4c3649df27a3bc3d33cc763afc10717
7
+ data.tar.gz: 2593c0b78fcc7d82755f1ae7ae7ee81e70a362f3f1e1eff2636ebd2b221c496304c3816cca489fa50d8f67711159ade8ecc7bd88dd2d705f3c820105579ae49c
@@ -135,8 +135,7 @@ module RuboCop
135
135
  # `verify_access` / `authorize @record` line is usually not
136
136
  # needed at all — the controller body no longer references
137
137
  # `current_user` because the auth check has moved out of the
138
- # action entirely. See `best_practices/backend/en/05_controller.md`
139
- # item #7 for the canonical pattern.
138
+ # action entirely.
140
139
  #
141
140
  # ❌ Auth check in the controller — flagged
142
141
  # def verify_access
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module DevDoc
3
- VERSION = "0.12.0".freeze
3
+ VERSION = "0.12.1".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-dev_doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - dev-doc contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-11 00:00:00.000000000 Z
11
+ date: 2026-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport