gemwork 0.5.1 → 0.5.2
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 +4 -0
- data/README.md +2 -2
- data/lib/gemwork/version.rb +1 -1
- data/lib/tasks/reek.rake +2 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfaf6b41924fcbee3772dd3c7ca47fd3678a63b5a06ea55b76c2d08844e86728
|
4
|
+
data.tar.gz: ca065ce4cb6bdccf93f7114af1b1f5577027e182740b4c95ef51c4c8dae76ab3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebca62eb644149d2e240703018ce9d2105d3b6ed48b116185a21c19fb8368921cf035bed59933ef0931c2462260c11e7bed4c0c56d59650a1c30a29fd0869785
|
7
|
+
data.tar.gz: 49ceef979d0aaeca2abdb85aaa214a6e4fc174e49ea16e25989b55b95333be87e4e3ceb4e8347c6bdcfd0b72126dfbf2df2e789ab88e480ba117b277182d6314
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
3
|
|
4
|
+
## [0.5.2] - 2024-8-22
|
5
|
+
|
6
|
+
- Exclude `db/migrate/**/*` from `rake reek` runs (for Rails apps).
|
7
|
+
|
4
8
|
## [0.5.1] - 2024-3-27
|
5
9
|
|
6
10
|
- Disable rubocop-performance's Performance/ArraySemiInfiniteRangeSlice cop due to false positives with Strings.
|
data/README.md
CHANGED
@@ -154,10 +154,10 @@ See also: [RuboCop's Configuration Guide on Inheritance](https://github.com/rubo
|
|
154
154
|
# Load Rubocop plugins.
|
155
155
|
require:
|
156
156
|
- rubocop-capybara
|
157
|
-
- rubocop-performance
|
158
157
|
- rubocop-minitest
|
159
|
-
- rubocop-
|
158
|
+
- rubocop-performance
|
160
159
|
- rubocop-rake
|
160
|
+
- rubocop-rails
|
161
161
|
|
162
162
|
# Load Cops configuration by Department.
|
163
163
|
inherit_gem:
|
data/lib/gemwork/version.rb
CHANGED
data/lib/tasks/reek.rake
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gemwork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul DobbinSchmaltz
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
251
251
|
- !ruby/object:Gem::Version
|
252
252
|
version: '0'
|
253
253
|
requirements: []
|
254
|
-
rubygems_version: 3.5.
|
254
|
+
rubygems_version: 3.5.17
|
255
255
|
signing_key:
|
256
256
|
specification_version: 4
|
257
257
|
summary: Common gem framework code used by pdobb's Ruby Gems.
|