thanx-style 0.0.22 → 0.0.23
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 +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50f0d1524bc81c293d7f299c2143a43751ff04b3bf3c542372fc749e8a045fcb
|
|
4
|
+
data.tar.gz: 9b4479b0f9d0d3a50a1dd6792cab40c669ee42f3f4c5afc3aeb9bb920cee3583
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 927e2d227851d5094c3d858d0fe4b845f692c54202a985a2995454918d339c9a63d4c0f64985588f5d8bb388fb750f51ee7912afae05d74a04e631fbea0f7615
|
|
7
|
+
data.tar.gz: 41558fc87e31bd8d7c9a7e22861b070d91650bf191026ae11140ed2e3540d8650ae6b952ec145de467e0f972e33d342c42f4b85402cc5042d664d44629dabca0
|
data/lib/thanx/style/version.rb
CHANGED
data/rubocop-ruby.yml
CHANGED
|
@@ -322,8 +322,6 @@ Style/Lambda:
|
|
|
322
322
|
Description: 'Use the new lambda literal syntax for single-line blocks.'
|
|
323
323
|
StyleGuide: '#lambda-multi-line'
|
|
324
324
|
Enabled: true
|
|
325
|
-
VersionAdded: '0.9'
|
|
326
|
-
VersionChanged: '0.40'
|
|
327
325
|
EnforcedStyle: literal
|
|
328
326
|
SupportedStyles:
|
|
329
327
|
- line_count_dependent
|