gemwork 0.7.2 → 0.7.4
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 +4 -4
- data/CHANGELOG.md +10 -0
- data/LICENSE.txt +1 -1
- data/README.md +2 -2
- data/lib/gemwork/version.rb +1 -1
- data/lib/reek/.reek-rails.yml +3 -0
- data/lib/rubocop/all_cops-rails.yml +1 -1
- data/lib/rubocop/all_cops.yml +1 -1
- data/lib/rubocop/layout-rails.yml +5 -0
- data/lib/rubocop/metrics-rails.yml +1 -0
- data/lib/rubocop/style-rails.yml +4 -0
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 493f76653a862920181da5e40c6555b61e9a6012e8d6d161fc6ed4c36274bf41
|
4
|
+
data.tar.gz: f83ae0dfd50ce9dc719192ed989cf0a8464fa9712cae7da59a7c8fdc50c66d2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b820ca503207ebdf64a9b69e64689614f15e2f750014354139da6693a11fb1e69361993e7ab5e540ac57f75a6d6627f248d0433d0b024a39bf4dfefc7517818
|
7
|
+
data.tar.gz: 805cd7d152497b9437a9877a3741f97e6b187cc777646af0f697bacbe3e540165747a61121e0ced77a1ff02cdce01e6975345045d48513553e09f0ab109c6a52
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [0.7.4] - 2025-1-4
|
4
|
+
|
5
|
+
- Fix typo in Rubocop cop name
|
6
|
+
|
7
|
+
## [0.7.3] - 2025-1-4
|
8
|
+
|
9
|
+
- Update minimum Ruby version from 3.1 -> 3.2
|
10
|
+
- Update RuboCop config to exclude db/seeds.rb from a few of the more restrictive Style/Layout/Metrics cops
|
11
|
+
- Update reek config to altogether exclude db/seeds.rb
|
12
|
+
|
3
13
|
## [0.7.2] - 2024-11-22
|
4
14
|
|
5
15
|
- Remove auto-detect of ActiveSupport::TestCase vs Minitest::Spec in favor of manual selection of test/support/much_stub.rb vs test/support/much_stub-rails.rb. This fixes incorrect auto-detection of "Rails" env in gems that include a Rails test dummy.
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -144,7 +144,7 @@ inherit_gem:
|
|
144
144
|
|
145
145
|
# Override values from gemwork's lib/rubocop/all_cops.yml config.
|
146
146
|
AllCops:
|
147
|
-
TargetRubyVersion: 3.
|
147
|
+
TargetRubyVersion: 3.4
|
148
148
|
```
|
149
149
|
|
150
150
|
See also: [RuboCop's Configuration Guide on Inheritance](https://github.com/rubocop/rubocop/blob/master/docs/modules/ROOT/pages/configuration.adoc#inheriting-configuration-from-a-dependency-gem).
|
@@ -177,7 +177,7 @@ inherit_gem:
|
|
177
177
|
|
178
178
|
# Override values from gemwork's lib/rubocop/all_cops.yml config.
|
179
179
|
AllCops:
|
180
|
-
TargetRubyVersion: 3.
|
180
|
+
TargetRubyVersion: 3.4
|
181
181
|
Exclude:
|
182
182
|
- bin/bundle
|
183
183
|
```
|
data/lib/gemwork/version.rb
CHANGED
data/lib/reek/.reek-rails.yml
CHANGED
@@ -17,6 +17,8 @@ directories:
|
|
17
17
|
app/controllers:
|
18
18
|
IrresponsibleModule:
|
19
19
|
enabled: false
|
20
|
+
InstanceVariableAssumption:
|
21
|
+
enabled: false
|
20
22
|
app/helpers:
|
21
23
|
IrresponsibleModule:
|
22
24
|
enabled: false
|
@@ -47,5 +49,6 @@ directories:
|
|
47
49
|
|
48
50
|
exclude_paths:
|
49
51
|
- db/migrate/*
|
52
|
+
- db/seeds.rb
|
50
53
|
- test/**/*
|
51
54
|
- lib/templates/**/*
|
data/lib/rubocop/all_cops.yml
CHANGED
data/lib/rubocop/style-rails.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemwork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul DobbinSchmaltz
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-04 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rake
|
@@ -246,7 +245,6 @@ metadata:
|
|
246
245
|
source_code_uri: https://github.com/pdobb/gemwork
|
247
246
|
homepage_uri: https://github.com/pdobb/gemwork
|
248
247
|
rubygems_mfa_required: 'true'
|
249
|
-
post_install_message:
|
250
248
|
rdoc_options: []
|
251
249
|
require_paths:
|
252
250
|
- lib
|
@@ -254,15 +252,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
254
252
|
requirements:
|
255
253
|
- - ">="
|
256
254
|
- !ruby/object:Gem::Version
|
257
|
-
version: '3.
|
255
|
+
version: '3.2'
|
258
256
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
259
257
|
requirements:
|
260
258
|
- - ">="
|
261
259
|
- !ruby/object:Gem::Version
|
262
260
|
version: '0'
|
263
261
|
requirements: []
|
264
|
-
rubygems_version: 3.
|
265
|
-
signing_key:
|
262
|
+
rubygems_version: 3.6.2
|
266
263
|
specification_version: 4
|
267
264
|
summary: Common gem framework code used by pdobb's Ruby Gems.
|
268
265
|
test_files: []
|