thanx-style 0.0.15 → 0.0.16
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/lib/thanx/style/version.rb +1 -1
- data/rubocop-ruby.yml +9 -0
- data/rubocop.yml +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91288978729fe0f72e2fd4e22b671d3d7667269d8651fc5cbb019189c6a66015
|
|
4
|
+
data.tar.gz: 9fc05299b28c803c32dd519dbaa495d1535418b8d248a4f60db99a566b4c347d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59fb44018ca86140b882b12474d2ec66dc3e507d3260bd3fc6f4b14e87c2e3176ebed2b12f2640a1e08274f533a71ec0d59f484516f14364134f161c807818f5
|
|
7
|
+
data.tar.gz: 88e1bb959acef103dc247e7ad025fc6ce1d4fec8278e04adc1a27b33848174a9b97d2275f00fcde06e54bea83cb20f2df3ef9f6454d337541bdb9b8963855aa9
|
data/lib/thanx/style/version.rb
CHANGED
data/rubocop-ruby.yml
CHANGED
|
@@ -289,6 +289,15 @@ Style/ClassAndModuleChildren:
|
|
|
289
289
|
- nested
|
|
290
290
|
- compact
|
|
291
291
|
|
|
292
|
+
# Allow comment after a reopened class (# Nucleus)
|
|
293
|
+
Style/CommentedKeyword:
|
|
294
|
+
# This cop checks for comments put on the same line as some keywords. These
|
|
295
|
+
# keywords are: `begin`, `class`, `def`, `end`, `module`.
|
|
296
|
+
#
|
|
297
|
+
# Note that some comments (such as `:nodoc:` and `rubocop:disable`) are
|
|
298
|
+
# allowed.
|
|
299
|
+
Enabled: false
|
|
300
|
+
|
|
292
301
|
# Allow empty condition in case statements
|
|
293
302
|
Style/EmptyCaseCondition:
|
|
294
303
|
Enabled: false
|
data/rubocop.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thanx-style
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eng @ Thanx
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: danger
|
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
223
223
|
version: '0'
|
|
224
224
|
requirements: []
|
|
225
225
|
rubyforge_project:
|
|
226
|
-
rubygems_version: 2.7.
|
|
226
|
+
rubygems_version: 2.7.6
|
|
227
227
|
signing_key:
|
|
228
228
|
specification_version: 4
|
|
229
229
|
summary: Quick install of ruby Thanx code style rules
|