ws-style 6.7.1 → 6.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/core.yml +1 -1
- data/lib/ws/style/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b77f6c91b249be2d59a1c8be1a6b24c1c913adbcceab499d5be6f8b442066abb
|
4
|
+
data.tar.gz: b43ee891cfb071bcf14c0c41094406c94d75b42c622b8045c401d74065df42af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3888de94b1538e704443fb0c412e03fd4ed168d82e3296ad431ff59e5edbb97e2781ec6069d3a4c076c4ce9b72de8a4f066814e9892e65576150233a128a4cf5
|
7
|
+
data.tar.gz: 517e73d438f9b374c4328a17daea19c714b2c59198736bf5fc48685b17e72a5d431835d7b19b74b1e2b29a91a6af979427a20b3092bb72f2d3e9e780f89fda97
|
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.2 - 2021-03-15
|
8
|
+
- Increase Metrics/MethodLength to 25 (1/6 of class length).
|
9
|
+
|
7
10
|
## 6.7.1 - 2021-03-09
|
8
11
|
- Disable Lint/EmptyBlock
|
9
12
|
|
data/core.yml
CHANGED
data/lib/ws/style/version.rb
CHANGED
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.
|
4
|
+
version: 6.7.2
|
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-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|