ws-style 6.9.2 → 6.9.3

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: 85e54ef5442990f57a187d4b06813063c59d646fc727c0b5d6c617c2312e88d1
4
- data.tar.gz: 83df75ca1d0ce896d256a127a1d64977ca39e558a9644dcd5d62cd2d8d57047f
3
+ metadata.gz: 534ce982d9399acb8944328a9053e07448f6cad3ae37683ae7ff1df26b7b2b10
4
+ data.tar.gz: d9f5709d8397ff88d850af66dc684bf69161f4b3149b0b08bb8802c360b8e1af
5
5
  SHA512:
6
- metadata.gz: 4ec6481086ccd35a57f923f55bb64eff1e779853b8bf18793ebff40674dec049562b947692757bd889c777dd94883a38796ea1a7751d7f39ad7d4cf33a421192
7
- data.tar.gz: b44f9d372ac9055447097a38f0981e4f4779cac81b18096557f0e919dd0624daaefa2c255b5e32342daa252fa1320bee5259dedc636d93541d6c9eaa5761cec2
6
+ metadata.gz: 949017d19e71256ac9b018d262f88cf50493756910292e5d5aca9aa41b7e77cfd58d2e326aba2a78486d05d5b432838d4a2fad23e28282cb3def6d55556a415b
7
+ data.tar.gz: f55b79b2358a801cde0dea56e23621d48d6f07086e3b58f5cb774790fad2d8377804212c312fa34f6a10c9f5f7c64d63fea16b81ac8940e463657861287cadf5
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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.9.3 - 2021-07-20
8
+ - Upgraded rubocop to 1.18.2
9
+ - Upgraded rubocop-rais to 2.11.2
10
+
7
11
  ## 6.9.2 - 2021-06-28
8
12
  - Update dependencies
9
13
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.9.2)
4
+ ws-style (6.9.3)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -54,7 +54,7 @@ GEM
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
55
  rspec-support (~> 3.10.0)
56
56
  rspec-support (3.10.2)
57
- rubocop (1.17.0)
57
+ rubocop (1.18.2)
58
58
  parallel (~> 1.10)
59
59
  parser (>= 3.0.0.0)
60
60
  rainbow (>= 2.2.2, < 4.0)
@@ -68,7 +68,7 @@ GEM
68
68
  rubocop-performance (1.11.3)
69
69
  rubocop (>= 1.7.0, < 2.0)
70
70
  rubocop-ast (>= 0.4.0)
71
- rubocop-rails (2.11.1)
71
+ rubocop-rails (2.11.2)
72
72
  activesupport (>= 4.2.0)
73
73
  rack (>= 1.1)
74
74
  rubocop (>= 1.7.0, < 2.0)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.9.2'.freeze
3
+ VERSION = '6.9.3'.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.9.2
4
+ version: 6.9.3
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-06-28 00:00:00.000000000 Z
11
+ date: 2021-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop