ws-style 6.13.1 → 6.13.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec8f383640efde6278a5668bb65c4ee48602c7cb940f8443af2d6b37e8fd6457
4
- data.tar.gz: b84fd2c1f7c7619e2ddae9d198bf5296c3ad2f3b37c4c9f9a3996eb9706317fc
3
+ metadata.gz: 2f34bc426b0e2d7ba1b16533152b140ede3cab8ca44a9aff1f9fd48bdc390dba
4
+ data.tar.gz: ee001e9d75af0ba012ca95cf6ed6d03a0ee223af4e83d6ef4aefe2b4463885de
5
5
  SHA512:
6
- metadata.gz: d4fcaa5a71f27888c49e338fc7c2ce0d3b8aebc6cad92c1e906175bb9ff1f270d7caab89e0b12e98002a1fd297fd67ffbf5f5ed9363bf091711882d81b07ff9d
7
- data.tar.gz: d88df75aa68b23e3ddb644c0e61f59a0b3e93d9fcd0d3eac4274c5f891c9ae4d04edb6b5b6a8aad507f7d6fc3d8a666588111dc80e2d86ee9b84f3f5bf73fe62
6
+ metadata.gz: 6e9b90f32fc8fabce0b70657661658a699c376530c12417f9d26dcc8310a98ea3bb80a3ab48b745812fae23e17da6d11c469a44a8378c35be69be89389ac0509
7
+ data.tar.gz: e132a22eb782389d7139627a7d90ac89d838eb5ee9078da7e94d0fa10331104fb1a7d4c5215edab1fb3dbe71f48f69859c46d5a15c0f6ade6332136e361a91d6
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.13.2 - 2021-01-10
8
+ ### Changed
9
+ - Update rubocop-rails to 2.13.1
10
+
7
11
  ## 6.13.1 - 2021-01-07
8
12
  ### Changed
9
13
  - Disable ruby 3.1 Hash shorthand syntax
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.1)
4
+ ws-style (6.13.2)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -22,7 +22,7 @@ GEM
22
22
  thor (>= 0.18, < 2)
23
23
  concurrent-ruby (1.1.9)
24
24
  diff-lcs (1.5.0)
25
- git (1.10.1)
25
+ git (1.10.2)
26
26
  rchardet (~> 1.8)
27
27
  i18n (1.8.11)
28
28
  concurrent-ruby (~> 1.0)
@@ -67,7 +67,7 @@ GEM
67
67
  rubocop-performance (1.13.1)
68
68
  rubocop (>= 1.7.0, < 2.0)
69
69
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.13.0)
70
+ rubocop-rails (2.13.1)
71
71
  activesupport (>= 4.2.0)
72
72
  rack (>= 1.1)
73
73
  rubocop (>= 1.7.0, < 2.0)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.1'.freeze
3
+ VERSION = '6.13.2'.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.13.1
4
+ version: 6.13.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: 2022-01-07 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop