gemwork 0.6.0 → 0.7.0
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 +5 -0
- data/README.md +1 -1
- data/lib/gemwork/version.rb +1 -1
- data/lib/rubocop/all_cops.yml +1 -1
- data/lib/rubocop/layout-rails.yml +6 -0
- data/lib/rubocop/lint.yml +4 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b79d54882c8ba3e77eef98cdad6df5c88b6d61edaecb0ad8e9ab8f14851790d5
|
4
|
+
data.tar.gz: 4258441d5a3c811aedc907ca079616b2f4359b075c9aab2f08c2c76cc5b516f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02fccd72d8ab9e66d9ac13437e59d0d2ec60e2ab65e101dc35fb54e16763e0a2cc0b32732b0d2685c2fae3cd48ebc55be4ef615860c8cdb36de2ede2dfa08c46
|
7
|
+
data.tar.gz: 8a40ad3bbc4c616226ecaa40d0559db60bcf910c4b65c59a7b2c8e9e10be5fbef74669bfe9747d458d0919f836a0e24141086f087232e11db0efa5043f028133
|
data/CHANGELOG.md
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:
|
147
|
+
TargetRubyVersion: 3.1
|
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).
|
data/lib/gemwork/version.rb
CHANGED
data/lib/rubocop/all_cops.yml
CHANGED
data/lib/rubocop/lint.yml
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.
|
4
|
+
version: 0.7.0
|
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-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -253,14 +253,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
253
253
|
requirements:
|
254
254
|
- - ">="
|
255
255
|
- !ruby/object:Gem::Version
|
256
|
-
version: '
|
256
|
+
version: '3.1'
|
257
257
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
258
258
|
requirements:
|
259
259
|
- - ">="
|
260
260
|
- !ruby/object:Gem::Version
|
261
261
|
version: '0'
|
262
262
|
requirements: []
|
263
|
-
rubygems_version: 3.5.
|
263
|
+
rubygems_version: 3.5.23
|
264
264
|
signing_key:
|
265
265
|
specification_version: 4
|
266
266
|
summary: Common gem framework code used by pdobb's Ruby Gems.
|