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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/lib/rsx/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09ece5a47645dffe35d921bbf2515c6dd929b3946975c26f2c054ebf44eba867'
4
- data.tar.gz: 557cb7747622220af0b415dc321d47d5bf38701e41673d48d095efc900940ce2
3
+ metadata.gz: a091579ddd463a458df21f473f299200ee2150976de2416e9c13be9f6aee00dd
4
+ data.tar.gz: 971b84c39ffb48f29cc526541e734e4116723360e6085d0f9e3e549ce7c21ca1
5
5
  SHA512:
6
- metadata.gz: a3206858816384a46c2383d6361b0a29614815f7a556d6b95ba3682dd1eea75d4bf1de5edc45b3b54cb3967542d553c4947fb20676a6139a5f93a6c905aa160e
7
- data.tar.gz: 9e1d5bcde977a58d87be474c8dbe9e1704ed38849e5c6e763fb8dd086c76ecc388b3db2215b296f63fabf9c0d94c171f782a767ef5e3e91ec4fa2fa1e65be26c
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
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RSX
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
 
6
6
  # Bumping this invalidates every on-disk compile cache entry.
7
7
  COMPILER_VERSION = "2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rsx-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Brock