Dutchie-Style 3.0.0 → 3.0.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 +4 -4
- data/Gemfile.lock +3 -3
- data/config/default.yml +3 -0
- data/lib/Dutchie/Style/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 448d2072f40342a965f17d797b9629f32c19c9746521d26252487e2e5148d552
|
|
4
|
+
data.tar.gz: 3dbd3523a57718edbad9ca47eb8cee1db2baa0572973de829ae0a1242e6fd601
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0028b59d541dca95b28c24f7ba68f00e42c7338b1c09dfa5ad792dc366fe8eb85bf2baf8b0f87eb03444e1e527674630e2211c5ca1e21b9a034f94f47e90f70c'
|
|
7
|
+
data.tar.gz: b4fbe79451d27bec3cdd61560d452aa0be8071e20744cc0de825a399cdd8fa5c72296fa86e95bb653f95883648776f53a11d28ac7eacc0fe3563d40a324c0fde
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
Dutchie-Style (3.0.
|
|
4
|
+
Dutchie-Style (3.0.1)
|
|
5
5
|
rubocop (~> 1.81)
|
|
6
6
|
rubocop-capybara (~> 3.0)
|
|
7
7
|
rubocop-factory_bot (~> 2.28)
|
|
@@ -41,7 +41,7 @@ GEM
|
|
|
41
41
|
minitest (6.0.6)
|
|
42
42
|
drb (~> 2.0)
|
|
43
43
|
prism (~> 1.5)
|
|
44
|
-
parallel (
|
|
44
|
+
parallel (1.28.0)
|
|
45
45
|
parser (3.3.12.0)
|
|
46
46
|
ast (~> 2.4.1)
|
|
47
47
|
racc
|
|
@@ -118,4 +118,4 @@ DEPENDENCIES
|
|
|
118
118
|
rubocop-rails (~> 2.32)
|
|
119
119
|
|
|
120
120
|
BUNDLED WITH
|
|
121
|
-
2.
|
|
121
|
+
2.6.2
|
data/config/default.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: Dutchie-Style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Ostrowski
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -122,7 +122,7 @@ metadata:
|
|
|
122
122
|
source_code_uri: https://github.com/GetDutchie/Dutchie-Style
|
|
123
123
|
changelog_uri: https://github.com/GetDutchie/Dutchie-Style/releases
|
|
124
124
|
rubygems_mfa_required: 'true'
|
|
125
|
-
post_install_message:
|
|
125
|
+
post_install_message:
|
|
126
126
|
rdoc_options: []
|
|
127
127
|
require_paths:
|
|
128
128
|
- lib
|
|
@@ -137,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0'
|
|
139
139
|
requirements: []
|
|
140
|
-
rubygems_version: 3.
|
|
141
|
-
signing_key:
|
|
140
|
+
rubygems_version: 3.0.3.1
|
|
141
|
+
signing_key:
|
|
142
142
|
specification_version: 4
|
|
143
143
|
summary: Rubocop Settings for all dutchie Ruby Apps
|
|
144
144
|
test_files: []
|