onkcop 0.53.0.2 → 0.53.0.3
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/.travis.yml +1 -2
- data/CHANGELOG.md +4 -0
- data/config/rubocop.yml +3 -2
- data/lib/onkcop/version.rb +1 -1
- 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: 9ced5e5050516752205593159c8503536b55e377a19b018033ffa79db52e1e39
|
|
4
|
+
data.tar.gz: fdaac4059815fc22fc7cbb4bff81285ae802806c53849523b0a6b5973685bac3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dffeafac90ed8802c6e74623e9ca148047232d460cb769af2c61d730b3d485f6185c7ef288c099472269344f29e9237c99b475986be58b0238ea4fd865bcbf83
|
|
7
|
+
data.tar.gz: c610fb3ce5ae518160c951744715ae61a149cd0d134ed173ccfc05786c27eddff23e9aae0231be6b88520a589703d0dbddfd588f6aa0af7d1053fc5e421b9aa9
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/config/rubocop.yml
CHANGED
|
@@ -409,8 +409,9 @@ Style/WordArray:
|
|
|
409
409
|
|
|
410
410
|
# 0 <= foo && foo < 5 のように数直線上に並べるのは
|
|
411
411
|
# コードを読みやすくするテクニックなので equality_operators_only に。
|
|
412
|
-
Style/YodaCondition:
|
|
413
|
-
|
|
412
|
+
# Style/YodaCondition:
|
|
413
|
+
# # TODO: rubocop 0.63.0以降はforbid_for_equality_operators_onlyなので依存を引き上げれば有効にできる
|
|
414
|
+
# EnforcedStyle: forbid_for_equality_operators_only
|
|
414
415
|
|
|
415
416
|
# 条件式で arr.size > 0 が使われた時に
|
|
416
417
|
# if !arr.empty?
|
data/lib/onkcop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onkcop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.53.0.
|
|
4
|
+
version: 0.53.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takafumi ONAKA
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
requirements: []
|
|
130
130
|
rubyforge_project:
|
|
131
|
-
rubygems_version: 2.7.
|
|
131
|
+
rubygems_version: 2.7.3
|
|
132
132
|
signing_key:
|
|
133
133
|
specification_version: 4
|
|
134
134
|
summary: OnkCop is a RuboCop configration gem.
|