ws-style 6.7.0 → 6.7.1

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: ae8ea0a7cacdc90bf66d5600b4fce89680944f906e64fdadbb8882006d995e83
4
- data.tar.gz: 6cecff7ad37f5a6c65e843746144203c83b797865104123caa9ef2d132831011
3
+ metadata.gz: 4568de584edd571447b62a700a5ad015f54b5621dbb36a0c6c4ba3e05d3d78f0
4
+ data.tar.gz: b00a4eab28dd897fd419fb15922091570519d1705481f8c1e2ba3f65c1d5c4d7
5
5
  SHA512:
6
- metadata.gz: eaeb43b139d446c1fb12ed56f7839e6406e074fb18b593c05d7986e5a252383e6cef3603559919311867685571c31e235e44d36cc4283e93ff11d6f99e3fc608
7
- data.tar.gz: 30052d6b7350289f8bf7a009ec41dc373a1e6ece98a2de96b63c6d97fcde9383c90e39fba48635724c6dfaa98ff88237dd2c177ca903d2ac5306609cc3149a2d
6
+ metadata.gz: 40d297d7566cc8e462a3c7795e693a243f1a0cb658ace1d934afc93cfc0d1491f7976bf7f6f5e23013dfa423b04b7253f5bf16a6502ae67743c41f17204be1ec
7
+ data.tar.gz: e1823b7fc028b41a1c26378d3b00c0c13a61b3ef8b17727dc1115a1b9b72c43e29330345e95dc47cc34e62f5623400e03880657d98aa9f3f74a102043aad2163
data/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 6.7.1 - 2021-03-09
8
+ - Disable Lint/EmptyBlock
9
+
7
10
  ## 6.7.0 - 2021-03-05
8
11
  - Upgraded rubocop to 1.11.0
9
12
  - Upgraded rubocop-performance to 1.10.1
data/core.yml CHANGED
@@ -353,7 +353,7 @@ Lint/DuplicateRegexpCharacterClassElement:
353
353
  Enabled: True
354
354
 
355
355
  Lint/EmptyBlock:
356
- Enabled: True
356
+ Enabled: False
357
357
 
358
358
  Lint/ToEnumArguments:
359
359
  Enabled: True
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.7.0'.freeze
3
+ VERSION = '6.7.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.0
4
+ version: 6.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-05 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop