Dutchie-Style 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dutchie-Style.gemspec +2 -0
- data/default.yml +3 -1
- data/lib/Dutchie/Style/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 066526e708d8f2a893f5ea9cd80e3f604561ecceff470388428d28d1aa3ec840
|
4
|
+
data.tar.gz: b9f4d64f67af501279d8e0256b89b42ce485ff6a117a46fc0e1fd9b76a2402c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: feb63624398019cf3f98a2f098a1ec4f3a5b2a879c5bd479fcbfb437aa98ae25285a96ba5cf883a65606db9d634b7296085800fcd292af55b2d2eef672430489
|
7
|
+
data.tar.gz: e48233617b83933614c6e5ce7d9a171a2c866ac9e21ea2db913f8aa13beba52514d42593b7197102a14c304c013d55f551cce7f2448baffb6a547bbbb8c7329c
|
data/Dutchie-Style.gemspec
CHANGED
@@ -6,6 +6,8 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.authors = ["Christopher Ostrowski"]
|
7
7
|
spec.email = ["chris@dutchie.com"]
|
8
8
|
|
9
|
+
spec.license = 'MIT'
|
10
|
+
|
9
11
|
spec.summary = %q{Rubocop Settings for all dutchie Ruby Apps}
|
10
12
|
spec.description = %q{Rubocop Settings for all dutchie Ruby Apps}
|
11
13
|
spec.homepage = "https://github.com/GetDutchie/Dutchie-Style"
|
data/default.yml
CHANGED
@@ -212,6 +212,8 @@ Lint/AssignmentInCondition:
|
|
212
212
|
Lint/NumberConversion:
|
213
213
|
Enabled: false
|
214
214
|
|
215
|
-
# This is just silly. Calling the argument `other` in all cases makes no sense.
|
216
215
|
Naming/BinaryOperatorParameterName:
|
216
|
+
Enabled: false
|
217
|
+
|
218
|
+
Lint/ConstantResolution:
|
217
219
|
Enabled: false
|
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: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Ostrowski
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -41,7 +41,8 @@ files:
|
|
41
41
|
- lib/Dutchie/Style.rb
|
42
42
|
- lib/Dutchie/Style/version.rb
|
43
43
|
homepage: https://github.com/GetDutchie/Dutchie-Style
|
44
|
-
licenses:
|
44
|
+
licenses:
|
45
|
+
- MIT
|
45
46
|
metadata:
|
46
47
|
homepage_uri: https://github.com/GetDutchie/Dutchie-Style
|
47
48
|
source_code_uri: https://github.com/GetDutchie/Dutchie-Style
|