gem_rbs_collection
gem_rbs_collection copied to clipboard
A collection of RBS for gems.
This PR add RBS for [[email protected]](https://github.com/jwt/ruby-jwt/tree/v2.5.0). Currently this RBS contains definition of - `JWT.encode` and `JWT.decode` (incomplete) - Error classes
This PR partially addresses #210 (the updating action, not the Rack 3 concern) by reviewing and updating some of Rack’s commonly-used classes: ``` Builder Config Lobster MediaType MockRequest MockResponse Request...
I am currently tinkering with Rack and RBS, using this collection for Rack’s RBS. Unfortunately, it is quite lacklustre. It looks like it was partially prepared by @mame and TypeProf...
I developed a tool to generate RBS from YARD tags and applied it to YARD gem to generate RBS.
This PR added RBS files and tests for a `self.page` method and so on in `kaminari-activerecord` . Besides, I added types for Kaminari::ConfigurationMethods module in `kaminari-core` because the method is...
Add type definitions for [holiday-jp](https://github.com/holiday-jp/holiday_jp-ruby) gem. The type definitions to be added are those generated by the rbs prototype rb command. ``` $ rbs prototype rb gems/holiday_jp/0.8/_src/lib/**/*.rb >> gems/holiday_jp/0.8/holiday_jp-generated.rbs ```...
Bumps [rack](https://github.com/rack/rack) from 3.0.8 to 3.0.9.1. Release notes Sourced from rack's releases. v3.0.9.1 What's Changed Fixed ReDoS in Accept header parsing [CVE-2024-26146] Fixed ReDoS in Content Type header parsing [CVE-2024-25126]...
Bumps [yard](https://github.com/lsegal/yard) from 0.9.34 to 0.9.36. Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for generated frameset pages (#1538) Improve tests for Ruby 3.3 compatibility (#1519, #1531)...
`interned` is defined as alias for `Symbol | string` in RBS 3.3. ref: https://github.com/ruby/rbs/pull/1469 This PR replaced every `Symbol | string` to `interned`. I found them by regexp: `symbol\s?\|\s?string|string\s?\|\s?symbol`.
https://aws.amazon.com/jp/blogs/developer/announcing-rbs-support-for-aws-sdk-for-ruby-v3/ All aws-sdk-ruby related gems now include RBS. Therefore, the gem_rbs_collection side seems to be no longer needed. How do we deal with this? ## Possible problem The RBS on...