palkan / anyway_config

Configuration library for Ruby gems and applications
MIT License
778 stars 52 forks source link

fix: Rename manifest.yml to manifest.yaml #149

Closed carlqt closed 6 months ago

carlqt commented 6 months ago

What is the purpose of this pull request?

RBS gem expects manifest.yaml instead of manifest.yml. This subtle behaviour causes the users of this library to get UnknownTypeName when validating types.

check https://github.com/soutaro/steep/issues/1103 for more details

What changes did you make? (overview)

Rename manifest.yml to manifest.yaml

Is there anything you'd like reviewers to focus on?

Checklist

palkan commented 6 months ago

Thanks! Will craft a new patch release soon.