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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11ddb54b3aa7cb2c824cee5c85bd5a119b4a6ed8b4525976d17698889daf8518
4
- data.tar.gz: 5db89e8b089059cde2ff7a4c5167e76a51b52268021903214f9ac37c0dc2cb54
3
+ metadata.gz: 066526e708d8f2a893f5ea9cd80e3f604561ecceff470388428d28d1aa3ec840
4
+ data.tar.gz: b9f4d64f67af501279d8e0256b89b42ce485ff6a117a46fc0e1fd9b76a2402c5
5
5
  SHA512:
6
- metadata.gz: bb675f7ea0a6a6f46967309efe9b575f6a0474f0496976f4ed179b03b9729273ae500d05004223f93e2a1510f38f8df7ceb5c163a95b213a72cf4f785831acbd
7
- data.tar.gz: bb05c8601b8ae30941ee33e48b0bf928a1bd7871d0de38c2d6a27169776b08194f8b430624ae3ba0ee85445c2d06cc98dfcc9c2f69e0a7c00bc066ef5e0e621a
6
+ metadata.gz: feb63624398019cf3f98a2f098a1ec4f3a5b2a879c5bd479fcbfb437aa98ae25285a96ba5cf883a65606db9d634b7296085800fcd292af55b2d2eef672430489
7
+ data.tar.gz: e48233617b83933614c6e5ce7d9a171a2c866ac9e21ea2db913f8aa13beba52514d42593b7197102a14c304c013d55f551cce7f2448baffb6a547bbbb8c7329c
@@ -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"
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Dutchie
2
2
  module Style
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
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.1
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-24 00:00:00.000000000 Z
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