summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-ruby/websocket: Stabilize 1.2.9-r2 amd64, #910989Jakov Smolić2023-07-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* dev-ruby/websocket: Keyword 1.2.9-r2 hppa, #908562Sam James2023-06-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-ruby/websocket: enable ruby32, fix testsSam James2023-04-021-0/+29
- Enable ruby32 - Fix tests Fixing tests was interesting. I very quickly found the upstream commits touching the port deduction/specification bit, but I had no idea why this would've started failing on all Rubies all of a sudden yet. But ended up, after looking through MRI Ruby release notes, figured out it must be somewhere else (it didn't seem to be a backported bundled gem update). It looks like it's actually because of a change in an (undeclared) test dep - dev-ruby/webrick. It was probably https://github.com/ruby/webrick/pull/55 or similar, but enough to satisfy my curiosity anyway. Signed-off-by: Sam James <sam@gentoo.org>