ruby / gem_rbs_collection

A collection of RBS for gems.
MIT License
247 stars 101 forks source link

RBS added to aws-sdk-ruby gem itself #511

Open ksss opened 5 months ago

ksss commented 5 months ago

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 the gem_rbs_collection side is not compatible with the RBS on the gem side. Using aws-sdk-core on gem_rbs_collection side and aws-sdk-xray on gem side will cause problems when reading RBS.

Idea