ws-style 6.12.0 → 6.12.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: bcd91838a3c1ab7a1ee403112dd820bb9d213cb4965c950be0760aa08ec51365
4
- data.tar.gz: dab187bd767e395d636a81b62eac5b4a356dd0bd53cafaad2b6fddea527accf0
3
+ metadata.gz: 87c28e79d89beb888fedffe24535b3bae5dd1e208afdde4c09839fb5cec7c31f
4
+ data.tar.gz: fb0fed1c33c18094ebc79e6a5a764835f58522a51ce77ed9f9f3590d7d468101
5
5
  SHA512:
6
- metadata.gz: 83493e3779e1f8a9592c51b1a33382f065d8f8b06a22fc42f26ed8f2f8250d95b30b2abff9dc7cf6a57b88c1a0d3d08f9345d03994d592ef57ae8f340e2aa4c3
7
- data.tar.gz: cf226675f0220012303559ae445221469930f38132adeba271dda3a5029d27d2bc2f28ea953af10ea28a2a6ff47e71ccffcc86c3d6d3565184f1685156cb8d73
6
+ metadata.gz: 347c185e8b15f9732d0c588b300076ea33cd702b9e53ad81a861d8271e2e31ff20fc688fa8a9b7ae560ba4726d655cbe343db3dc312fbffe16626fe4ecef03b0
7
+ data.tar.gz: a42965bccc783d6d7aa13ea53dd6052ef46027f9af9866a02a5348d2e18a0f4aac193308484952006586554b2e4d1e2ee671e896e2981ca62b00345b56dd0512
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.12.1 - 2021-12-09
8
+ ### Changed
9
+ - Disable new Gemspec/RequireMFA cop
10
+
7
11
  ## 6.12.0 - 2021-12-06
8
12
  - Update `rubocop-vendor`, which disallows `recursive-open-struct`
9
13
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.12.0)
4
+ ws-style (6.12.1)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -96,4 +96,4 @@ DEPENDENCIES
96
96
  ws-style!
97
97
 
98
98
  BUNDLED WITH
99
- 2.2.32
99
+ 2.2.33
data/core.yml CHANGED
@@ -441,6 +441,10 @@ Style/IfWithBooleanLiteralBranches:
441
441
  Gemspec/DateAssignment:
442
442
  Enabled: True
443
443
 
444
+ # rubocop 1.23
445
+ Gemspec/RequireMFA:
446
+ Enabled: False
447
+
444
448
  Style/HashConversion:
445
449
  Enabled: True
446
450
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.12.0'.freeze
3
+ VERSION = '6.12.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.12.0
4
+ version: 6.12.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-12-07 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop