ws-style 7.6.0 → 7.6.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/ws/style/version.rb +1 -1
- data/rspec.yml +0 -3
- 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: f16592b9664851bb6c17487b424eade00bc12598650d344d2659c9fac9678caa
|
|
4
|
+
data.tar.gz: 6d10d0f3f9a2d641ea149dbf9bfe2e29698da62993934f1fec3288dff4bd69e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3950155c7f1ef5590b6c600b430eed4afbfdb3f3038eda1087a8479ea8bcb2007818ae890a852c618dcb42734b9f7bc49505fa73e9c145a8d6da2c0f684a1cf
|
|
7
|
+
data.tar.gz: dab89cbb93458e7b96aff41e846c2571a54676423f993fa25f0e2553eb35fe087e5a0f7a4119f6efebc54284adbcdb7142013ce01c32c86ac41933975c2ac301
|
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.6.1 - 2024-07-15
|
|
10
|
+
### Changed
|
|
11
|
+
- Removed the rubocop factorybot stuff, since we aren't using factorybot anymore
|
|
12
|
+
|
|
9
13
|
## 7.6.0 - 2024-07-09
|
|
10
14
|
### Changed
|
|
11
15
|
- Disable some newer cops
|
data/Gemfile.lock
CHANGED
data/lib/ws/style/version.rb
CHANGED
data/rspec.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.6.
|
|
4
|
+
version: 7.6.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: 2024-07-
|
|
11
|
+
date: 2024-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|