Dutchie-Style 3.0.1 → 3.0.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/Gemfile.lock +1 -1
- data/config/default.yml +6 -3
- data/lib/Dutchie/Style/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29f417fbb4fee1d3364169e3efa9734437c6128adeb157399e47989740260d09
|
|
4
|
+
data.tar.gz: 86583c93459bc1e399be84f833e78cdb8833731e0c19b094f18ad02deae6f781
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b20673b1458536a57a47420ec3581b9a9a48f6488888f55f2ff6e89b8b10f0e968bee3677d2f25958eba05b40cdfa3d9eb48f5d779eb595611342963867d6bfc
|
|
7
|
+
data.tar.gz: 36b8db40ab2bc5e563a68d8a77c97a5f017011ec11eb1bdcebf26328096a68acf1b26148819727c69028ddf5c3ca8fd2818cb1c3f4d2ee8f9bd1e6a24bc684c8
|
data/Gemfile.lock
CHANGED
data/config/default.yml
CHANGED
|
@@ -29,10 +29,13 @@ AllCops:
|
|
|
29
29
|
|
|
30
30
|
# Capybara/RSpec cops
|
|
31
31
|
|
|
32
|
-
# Allows us to use scenario/feature instead of it/describes
|
|
32
|
+
# Allows us to use scenario/feature instead of it/describes.
|
|
33
|
+
# PreferredMethods must be a Hash (dialect method => preferred method) for
|
|
34
|
+
# RSpec/Dialect; it crashes if given an Array. Since the intent here is to
|
|
35
|
+
# permit the feature/scenario dialect rather than enforce describe/it, the
|
|
36
|
+
# correct config is simply disabling the cop.
|
|
33
37
|
RSpec/Dialect:
|
|
34
|
-
Enabled:
|
|
35
|
-
PreferredMethods: ['feature', 'scenario']
|
|
38
|
+
Enabled: false
|
|
36
39
|
|
|
37
40
|
# https://docs.rubocop.org/rubocop/1.10/cops_layout.html#layoutclassstructure
|
|
38
41
|
Layout/ClassStructure:
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Ostrowski
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2026-08-26 00:00:00.000000000 Z
|
|
@@ -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.4.19
|
|
141
|
+
signing_key:
|
|
142
142
|
specification_version: 4
|
|
143
143
|
summary: Rubocop Settings for all dutchie Ruby Apps
|
|
144
144
|
test_files: []
|