ws-style 7.4.1 → 7.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +6 -6
- data/lib/ws/style/version.rb +1 -1
- data/rails.yml +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 681c861bf8299738350d6cdb2fbbc49b6697629d76edf381cf9e76a16db4aa46
|
4
|
+
data.tar.gz: fbcb3384958717d370100c3a0ff76703cf350c5a82148e09e585b2e99a1bc4b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab6836e5515fe17119d959dc708535b2050cb972caf41f8495172b4dc453e979267f5d854e176dd801b4305b3e24eb438578595f1f19adf41189e14a7dbd4df7
|
7
|
+
data.tar.gz: 4026099a31524134ad98f9475015654d3db658a358e2f9d1ee9c870c9cd6bccc5cafb218a2b6721ad49e877c46f573b33ab912690d1419a9acf6bf0253a5f5a2
|
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.4.2 - 2024-01-26
|
10
|
+
### Changed
|
11
|
+
- Disable `Rails/BulkChangeTable` rule
|
12
|
+
|
9
13
|
## 7.4.1 - 2024-01-19
|
10
14
|
### Changed
|
11
15
|
- Fix incorrect factory bot configuration
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (7.4.
|
4
|
+
ws-style (7.4.2)
|
5
5
|
rubocop-rspec (>= 2.2.0)
|
6
6
|
rubocop-vendor (>= 0.11)
|
7
7
|
standard (>= 1.30.1)
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.1.
|
14
|
+
activesupport (7.1.3)
|
15
15
|
base64
|
16
16
|
bigdecimal
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -25,11 +25,11 @@ GEM
|
|
25
25
|
public_suffix (>= 2.0.2, < 6.0)
|
26
26
|
ast (2.4.2)
|
27
27
|
base64 (0.2.0)
|
28
|
-
bigdecimal (3.1.
|
28
|
+
bigdecimal (3.1.6)
|
29
29
|
bundler-audit (0.9.1)
|
30
30
|
bundler (>= 1.2.0, < 3)
|
31
31
|
thor (~> 1.0)
|
32
|
-
concurrent-ruby (1.2.
|
32
|
+
concurrent-ruby (1.2.3)
|
33
33
|
connection_pool (2.4.1)
|
34
34
|
diff-lcs (1.5.0)
|
35
35
|
drb (2.2.0)
|
@@ -42,12 +42,12 @@ GEM
|
|
42
42
|
json (2.7.1)
|
43
43
|
language_server-protocol (3.17.0.3)
|
44
44
|
lint_roller (1.1.0)
|
45
|
-
minitest (5.21.
|
45
|
+
minitest (5.21.2)
|
46
46
|
mutex_m (0.2.0)
|
47
47
|
parallel (1.24.0)
|
48
48
|
parse_a_changelog (1.3.0)
|
49
49
|
treetop (~> 1.6)
|
50
|
-
parser (3.3.0.
|
50
|
+
parser (3.3.0.5)
|
51
51
|
ast (~> 2.4.1)
|
52
52
|
racc
|
53
53
|
polyglot (0.3.5)
|
data/lib/ws/style/version.rb
CHANGED
data/rails.yml
CHANGED
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.4.
|
4
|
+
version: 7.4.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: 2024-01-
|
11
|
+
date: 2024-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: standard
|