thanx-style 0.0.22 → 0.0.23

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: 11c70ef2dc47d090b5edc4dc3834a9d8672e44257ae00357da099835bce566f5
4
- data.tar.gz: 1b8a169597129918bf0c001d480513db7b14c75393cba61d51fa55fccd43141d
3
+ metadata.gz: 50f0d1524bc81c293d7f299c2143a43751ff04b3bf3c542372fc749e8a045fcb
4
+ data.tar.gz: 9b4479b0f9d0d3a50a1dd6792cab40c669ee42f3f4c5afc3aeb9bb920cee3583
5
5
  SHA512:
6
- metadata.gz: 36b03eb20ac30016e2213f27b00c820c022d91bb9debec787e3d75cac72709833bfda7ec2e1f0324ac5c02bcc1e5987b1d8965390a44beb6f3ec2d36d514d7f0
7
- data.tar.gz: 304abec880be26f4e44b5d3bc386a636ef979d24b8106c9123e7782a8da42bd500ec1216f220feaf70267b778ecfc81578d9a958a8a270f332673274c8d3d666
6
+ metadata.gz: 927e2d227851d5094c3d858d0fe4b845f692c54202a985a2995454918d339c9a63d4c0f64985588f5d8bb388fb750f51ee7912afae05d74a04e631fbea0f7615
7
+ data.tar.gz: 41558fc87e31bd8d7c9a7e22861b070d91650bf191026ae11140ed2e3540d8650ae6b952ec145de467e0f972e33d342c42f4b85402cc5042d664d44629dabca0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thanx # rubocop:disable Style/ClassAndModuleChildren
4
4
  module Style
5
- VERSION = '0.0.22'
5
+ VERSION = '0.0.23'
6
6
  end
7
7
  end
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thanx-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eng @ Thanx