rsx-rb 0.2.0 → 0.2.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 +7 -0
- data/lib/rsx/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a091579ddd463a458df21f473f299200ee2150976de2416e9c13be9f6aee00dd
|
|
4
|
+
data.tar.gz: 971b84c39ffb48f29cc526541e734e4116723360e6085d0f9e3e549ce7c21ca1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69ef2ac0a086c2cb0e0776aa85887a0b25824b34e33827eb636d95e0580e3b3b60ffa9c42802f9301b979ee39cd3a32b12700a3cf0f26d0faa8605bb9603fa15
|
|
7
|
+
data.tar.gz: 1f996da0be066757329606f0912f526be924f603758ef2613f78079b702edf1a0cbc2f0233bc66506207b20f68cf3ef5924009ae9b3d4387275aebe4482660ad
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to RSX are documented here. This project follows
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.2.1] - 2026-09-16
|
|
9
|
+
|
|
10
|
+
No change to the library. The RuboCop configuration set `AllCops/Exclude`, which replaces
|
|
11
|
+
RuboCop's default excludes rather than adding to them, so the CI lint job — where Bundler
|
|
12
|
+
installs gems into `vendor/bundle` inside the checkout — walked into the vendored gems and
|
|
13
|
+
failed loading a plugin that RuboCop declares for linting its own source.
|
|
14
|
+
|
|
8
15
|
## [0.2.0] - 2026-09-16
|
|
9
16
|
|
|
10
17
|
### Fixed
|
data/lib/rsx/version.rb
CHANGED