ws-style 7.1.0 → 7.1.1

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: 7e6e2f99455d8509581b9e3b97c967b501e8403aec2a58613e77c70248fda8ef
4
- data.tar.gz: baa7304b822062dd3fbe251278ac1907570aeccce38ad0a9ffff9f13245ac942
3
+ metadata.gz: 6d3e4ba01b07787ae835e81b61df86ea048c50054ee820d4bf7b5e8aa3d674a2
4
+ data.tar.gz: 35f3d6ad1bfdc82f046c148bfd4a4983ed292ec61dadcf1bc5ee86f77ec1f704
5
5
  SHA512:
6
- metadata.gz: ff8384eead82da15e4cceea1a3e5d867f0eaea55548f996a6606e7826a6a9a400b18ad40049a4a4f406b72a0d6693072bbdf707c6abaf37a54572603a50aa330
7
- data.tar.gz: 94916bb6ff5d1c3e7c5e05d4a05c0edb6ed00f1edf20102a7bfa47464835bd5db6dc64150d940761ed5f68e821a1624e7421c2f1834674c524525b907ab20f71
6
+ metadata.gz: f0baac70f9ca56b051064c746f0d9330b9d5af740d887f9baea395e2eb5f3257424cf2f11e7895e90f3e6e172f2d715add32d1e416bdf16fbe8fc63dd3b316b4
7
+ data.tar.gz: a6482007bdc59e022bd71c7f660aac0c123eb8c72393371f870a43ebf74381bc63be5495ee9b44b94e1078aa088ee6a76e88c94003a2f34057f921f92ca51e69
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## 7.1.1 - 2023-06-19
10
+ ### Changed
11
+ - Added Gitleaks as a pre-commit step
12
+
9
13
  ## 7.1.0 - 2023-06-01
10
14
  ### Changed
11
15
  - Update rubocop-vendor
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (7.1.0)
4
+ ws-style (7.1.1)
5
5
  rubocop-rspec (>= 2.2.0)
6
6
  rubocop-vendor (>= 0.11)
7
7
  standard (>= 1.28.2)
@@ -26,7 +26,7 @@ GEM
26
26
  git (1.18.0)
27
27
  addressable (~> 2.8)
28
28
  rchardet (~> 1.8)
29
- i18n (1.13.0)
29
+ i18n (1.14.1)
30
30
  concurrent-ruby (~> 1.0)
31
31
  json (2.6.3)
32
32
  language_server-protocol (3.17.0.3)
@@ -35,15 +35,17 @@ GEM
35
35
  parallel (1.23.0)
36
36
  parse_a_changelog (1.2.0)
37
37
  treetop (~> 1.6)
38
- parser (3.2.2.1)
38
+ parser (3.2.2.3)
39
39
  ast (~> 2.4.1)
40
+ racc
40
41
  polyglot (0.3.5)
41
42
  public_suffix (5.0.1)
43
+ racc (1.7.0)
42
44
  rack (3.0.7)
43
45
  rainbow (3.1.1)
44
46
  rake (13.0.6)
45
47
  rchardet (1.8.0)
46
- regexp_parser (2.8.0)
48
+ regexp_parser (2.8.1)
47
49
  rexml (3.2.5)
48
50
  rspec (3.12.0)
49
51
  rspec-core (~> 3.12.0)
@@ -58,7 +60,7 @@ GEM
58
60
  diff-lcs (>= 1.2.0, < 2.0)
59
61
  rspec-support (~> 3.12.0)
60
62
  rspec-support (3.12.0)
61
- rubocop (1.50.2)
63
+ rubocop (1.52.0)
62
64
  json (~> 2.3)
63
65
  parallel (~> 1.10)
64
66
  parser (>= 3.2.0.0)
@@ -68,13 +70,13 @@ GEM
68
70
  rubocop-ast (>= 1.28.0, < 2.0)
69
71
  ruby-progressbar (~> 1.7)
70
72
  unicode-display_width (>= 2.4.0, < 3.0)
71
- rubocop-ast (1.28.1)
73
+ rubocop-ast (1.29.0)
72
74
  parser (>= 3.2.1.0)
73
75
  rubocop-capybara (2.18.0)
74
76
  rubocop (~> 1.41)
75
77
  rubocop-factory_bot (2.23.1)
76
78
  rubocop (~> 1.33)
77
- rubocop-performance (1.16.0)
79
+ rubocop-performance (1.18.0)
78
80
  rubocop (>= 1.7.0, < 2.0)
79
81
  rubocop-ast (>= 0.4.0)
80
82
  rubocop-rails (2.19.1)
@@ -88,17 +90,17 @@ GEM
88
90
  rubocop-vendor (0.11.0)
89
91
  rubocop (>= 0.53.0)
90
92
  ruby-progressbar (1.13.0)
91
- standard (1.28.4)
93
+ standard (1.29.0)
92
94
  language_server-protocol (~> 3.17.0.2)
93
95
  lint_roller (~> 1.0)
94
- rubocop (~> 1.50.2)
96
+ rubocop (~> 1.52.0)
95
97
  standard-custom (~> 1.0.0)
96
- standard-performance (~> 1.0.1)
97
- standard-custom (1.0.0)
98
+ standard-performance (~> 1.1.0)
99
+ standard-custom (1.0.1)
98
100
  lint_roller (~> 1.0)
99
- standard-performance (1.0.1)
101
+ standard-performance (1.1.0)
100
102
  lint_roller (~> 1.0)
101
- rubocop-performance (~> 1.16.0)
103
+ rubocop-performance (~> 1.18.0)
102
104
  standard-rails (0.1.0)
103
105
  lint_roller (~> 1.0)
104
106
  rubocop-rails (~> 2.19.0)
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.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: 7.1.0
4
+ version: 7.1.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: 2023-06-01 00:00:00.000000000 Z
11
+ date: 2023-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: standard
@@ -179,6 +179,7 @@ files:
179
179
  - catalog-info.yaml
180
180
  - core.yml
181
181
  - default.yml
182
+ - lefthook.yml
182
183
  - lib/ws/style.rb
183
184
  - lib/ws/style/inflector.rb
184
185
  - lib/ws/style/version.rb