ws-style 6.14.0 → 6.14.1

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: 274a8564b43a2c85e1e0a1cfd81edb4bdfcb3d87cb22a3c440d6d170365ae5c5
4
- data.tar.gz: 95f50395e93d29800969e79e1970ee140657f87c8ce00f0803a6b975c260f7ac
3
+ metadata.gz: '080fad03ff8a68d35d0255d447ebd0d27590c91cd5b9ed21e1d980a8251b0fd2'
4
+ data.tar.gz: 1e6467363fe04551f59380a097c32476e03872698377ecee6bcccfad48059cac
5
5
  SHA512:
6
- metadata.gz: acd1945fa3a787ac4ba9c4f2d3ed55d71b296e13f264f1c5d7706e338dd599073839e36f600c28c20db845e680e4c790ab44250f2b869dd7edd3a2ca10c125c2
7
- data.tar.gz: 9b9f1792542db20b48927321dfc69441e8fae02aa934342d293ae2a5d98ee2fbadc97a5a3e98835668ca202683f4e6b3ffde4403940a77773f4429d991ece643
6
+ metadata.gz: 14e82c577413ec122736a4522f54aa1ecf7d182f53c91da6c670ff48d51fc82f1b367c8aebbfcaedeb08176df5c00872f7959acb7b1a77255df75ee9905f1b21
7
+ data.tar.gz: 035642e69ac586c9c60944304fa6123860a4cf163f1a0f39e8b97d6309b91f7a7b18df8d9f58e9f3a63119bf20ac0ecdd8ef8a4e57bff433f91062fb038446d5
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.14.1 - 2022-09-14
8
+ ### Changed
9
+ - NewCops rule can only be defined once.
10
+
7
11
  ## 6.14.0 - 2022-09-6
8
12
  ### Changed
9
13
  - Support new rules introduced between rubocop 1.26 -> 1.36
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.14.0)
4
+ ws-style (6.14.1)
5
5
  rubocop (>= 1.36)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -76,15 +76,15 @@ GEM
76
76
  activesupport (>= 4.2.0)
77
77
  rack (>= 1.1)
78
78
  rubocop (>= 1.33.0, < 2.0)
79
- rubocop-rspec (2.12.1)
80
- rubocop (~> 1.31)
79
+ rubocop-rspec (2.13.1)
80
+ rubocop (~> 1.33)
81
81
  rubocop-vendor (0.8.10)
82
82
  rubocop (>= 0.53.0)
83
83
  ruby-progressbar (1.11.0)
84
84
  thor (0.20.3)
85
85
  tzinfo (2.0.5)
86
86
  concurrent-ruby (~> 1.0)
87
- unicode-display_width (2.2.0)
87
+ unicode-display_width (2.3.0)
88
88
 
89
89
  PLATFORMS
90
90
  ruby
data/core.yml CHANGED
@@ -13,8 +13,6 @@ inherit_mode:
13
13
 
14
14
  AllCops:
15
15
  NewCops: disable
16
-
17
- AllCops:
18
16
  Exclude:
19
17
  - "bin/**/*"
20
18
  - "data/**/*"
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.14.0'.freeze
3
+ VERSION = '6.14.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.14.0
4
+ version: 6.14.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: 2022-09-14 00:00:00.000000000 Z
11
+ date: 2022-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop