ws-style 7.1.0 → 7.1.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: 7e6e2f99455d8509581b9e3b97c967b501e8403aec2a58613e77c70248fda8ef
4
- data.tar.gz: baa7304b822062dd3fbe251278ac1907570aeccce38ad0a9ffff9f13245ac942
3
+ metadata.gz: 2022382601442a4c50ff36045b514b5198d4b2e2e8175d0ba60db03f88e47c5c
4
+ data.tar.gz: '02601951bfecb6eef5862dd9a88a12be02601f398bae505489a360d656c73407'
5
5
  SHA512:
6
- metadata.gz: ff8384eead82da15e4cceea1a3e5d867f0eaea55548f996a6606e7826a6a9a400b18ad40049a4a4f406b72a0d6693072bbdf707c6abaf37a54572603a50aa330
7
- data.tar.gz: 94916bb6ff5d1c3e7c5e05d4a05c0edb6ed00f1edf20102a7bfa47464835bd5db6dc64150d940761ed5f68e821a1624e7421c2f1834674c524525b907ab20f71
6
+ metadata.gz: 112d465e7c745ec2d44526140d86e6666731d853c086e6b0a724482e28ae105a9731e45a8a6ee3b74eb81dd20f737c88ca868d86076c6f4d417a0e1678cc712b
7
+ data.tar.gz: 9587fb66569c5960a5c57548c0b2853a29418edc19519f0ea3faecfb3f3723ad4bc44cc9c38b4fc4af6c814910251aa00104a28da693cdcc47c50d51f4793919
data/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 7.1.2 - 2023-07-13
10
+ ### Changed
11
+ - Fix missing cop error with standard 1.3.0
12
+
13
+ ## 7.1.1 - 2023-06-19
14
+ ### Changed
15
+ - Added Gitleaks as a pre-commit step
16
+
9
17
  ## 7.1.0 - 2023-06-01
10
18
  ### Changed
11
19
  - Update rubocop-vendor
data/Gemfile.lock CHANGED
@@ -1,16 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.1.0)
4
+ ws-style (7.1.2)
5
5
  rubocop-rspec (>= 2.2.0)
6
6
  rubocop-vendor (>= 0.11)
7
- standard (>= 1.28.2)
7
+ standard (>= 1.30.1)
8
+ standard-custom (>= 1.0.2)
8
9
  standard-rails (>= 0.1.0)
9
10
 
10
11
  GEM
11
12
  remote: https://rubygems.org/
12
13
  specs:
13
- activesupport (7.0.5)
14
+ activesupport (7.0.6)
14
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
16
  i18n (>= 1.6, < 2)
16
17
  minitest (>= 5.1)
@@ -26,24 +27,26 @@ GEM
26
27
  git (1.18.0)
27
28
  addressable (~> 2.8)
28
29
  rchardet (~> 1.8)
29
- i18n (1.13.0)
30
+ i18n (1.14.1)
30
31
  concurrent-ruby (~> 1.0)
31
32
  json (2.6.3)
32
33
  language_server-protocol (3.17.0.3)
33
- lint_roller (1.0.0)
34
- minitest (5.18.0)
34
+ lint_roller (1.1.0)
35
+ minitest (5.18.1)
35
36
  parallel (1.23.0)
36
- parse_a_changelog (1.2.0)
37
+ parse_a_changelog (1.3.0)
37
38
  treetop (~> 1.6)
38
- parser (3.2.2.1)
39
+ parser (3.2.2.3)
39
40
  ast (~> 2.4.1)
41
+ racc
40
42
  polyglot (0.3.5)
41
- public_suffix (5.0.1)
42
- rack (3.0.7)
43
+ public_suffix (5.0.3)
44
+ racc (1.7.1)
45
+ rack (3.0.8)
43
46
  rainbow (3.1.1)
44
47
  rake (13.0.6)
45
48
  rchardet (1.8.0)
46
- regexp_parser (2.8.0)
49
+ regexp_parser (2.8.1)
47
50
  rexml (3.2.5)
48
51
  rspec (3.12.0)
49
52
  rspec-core (~> 3.12.0)
@@ -54,27 +57,27 @@ GEM
54
57
  rspec-expectations (3.12.3)
55
58
  diff-lcs (>= 1.2.0, < 2.0)
56
59
  rspec-support (~> 3.12.0)
57
- rspec-mocks (3.12.5)
60
+ rspec-mocks (3.12.6)
58
61
  diff-lcs (>= 1.2.0, < 2.0)
59
62
  rspec-support (~> 3.12.0)
60
- rspec-support (3.12.0)
61
- rubocop (1.50.2)
63
+ rspec-support (3.12.1)
64
+ rubocop (1.52.1)
62
65
  json (~> 2.3)
63
66
  parallel (~> 1.10)
64
- parser (>= 3.2.0.0)
67
+ parser (>= 3.2.2.3)
65
68
  rainbow (>= 2.2.2, < 4.0)
66
69
  regexp_parser (>= 1.8, < 3.0)
67
70
  rexml (>= 3.2.5, < 4.0)
68
71
  rubocop-ast (>= 1.28.0, < 2.0)
69
72
  ruby-progressbar (~> 1.7)
70
73
  unicode-display_width (>= 2.4.0, < 3.0)
71
- rubocop-ast (1.28.1)
74
+ rubocop-ast (1.29.0)
72
75
  parser (>= 3.2.1.0)
73
76
  rubocop-capybara (2.18.0)
74
77
  rubocop (~> 1.41)
75
78
  rubocop-factory_bot (2.23.1)
76
79
  rubocop (~> 1.33)
77
- rubocop-performance (1.16.0)
80
+ rubocop-performance (1.18.0)
78
81
  rubocop (>= 1.7.0, < 2.0)
79
82
  rubocop-ast (>= 0.4.0)
80
83
  rubocop-rails (2.19.1)
@@ -88,17 +91,18 @@ GEM
88
91
  rubocop-vendor (0.11.0)
89
92
  rubocop (>= 0.53.0)
90
93
  ruby-progressbar (1.13.0)
91
- standard (1.28.4)
94
+ standard (1.30.1)
92
95
  language_server-protocol (~> 3.17.0.2)
93
96
  lint_roller (~> 1.0)
94
- rubocop (~> 1.50.2)
97
+ rubocop (~> 1.52.0)
95
98
  standard-custom (~> 1.0.0)
96
- standard-performance (~> 1.0.1)
97
- standard-custom (1.0.0)
99
+ standard-performance (~> 1.1.0)
100
+ standard-custom (1.0.2)
98
101
  lint_roller (~> 1.0)
99
- standard-performance (1.0.1)
100
- lint_roller (~> 1.0)
101
- rubocop-performance (~> 1.16.0)
102
+ rubocop (~> 1.50)
103
+ standard-performance (1.1.1)
104
+ lint_roller (~> 1.1)
105
+ rubocop-performance (~> 1.18.0)
102
106
  standard-rails (0.1.0)
103
107
  lint_roller (~> 1.0)
104
108
  rubocop-rails (~> 2.19.0)
data/core.yml CHANGED
@@ -8,6 +8,7 @@ inherit_mode:
8
8
 
9
9
  require:
10
10
  - standard
11
+ - standard-custom
11
12
  - rubocop-performance
12
13
  - rubocop-vendor
13
14
 
data/lefthook.yml ADDED
@@ -0,0 +1,6 @@
1
+ # Lefthook is used for configuring git hooks such as pre-commit, pre-push, etc.
2
+ # Can read more here: https://github.com/evilmartians/lefthook
3
+ pre-commit:
4
+ commands:
5
+ gitleaks:
6
+ run: gitleaks protect --verbose --redact --staged
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '7.1.0'.freeze
3
+ VERSION = '7.1.2'.freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -22,7 +22,8 @@ Gem::Specification.new do |s|
22
22
  s.require_paths = ['lib']
23
23
  s.required_ruby_version = '>= 3.2.0'
24
24
 
25
- s.add_dependency 'standard', '>= 1.28.2'
25
+ s.add_dependency 'standard', '>= 1.30.1'
26
+ s.add_dependency 'standard-custom', '>= 1.0.2'
26
27
  s.add_dependency 'standard-rails', '>= 0.1.0'
27
28
  s.add_dependency 'rubocop-rspec', '>= 2.2.0'
28
29
  s.add_dependency 'rubocop-vendor', '>= 0.11'
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: 7.1.0
4
+ version: 7.1.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: 2023-06-01 00:00:00.000000000 Z
11
+ date: 2023-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -16,14 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.28.2
19
+ version: 1.30.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.28.2
26
+ version: 1.30.1
27
+ - !ruby/object:Gem::Dependency
28
+ name: standard-custom
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.2
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 1.0.2
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: standard-rails
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -179,6 +193,7 @@ files:
179
193
  - catalog-info.yaml
180
194
  - core.yml
181
195
  - default.yml
196
+ - lefthook.yml
182
197
  - lib/ws/style.rb
183
198
  - lib/ws/style/inflector.rb
184
199
  - lib/ws/style/version.rb