palkan / anyway_config

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

[77] Bugfix | Fix string typecasting #90

Closed Lokideos closed 2 years ago

Lokideos commented 3 years ago

What is the purpose of this pull request?

Fixes #77

What changes did you make? (overview)

There was an issue with regex in Anyway::Autocast class, which typecasted "{\"baz\":\"fizz\",\"baz2\":\"fizz2\"}" string to an array.

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

No

Checklist

Lokideos commented 3 years ago

I don't think that any change in documentation is needed, and as far as I understand, changelog will be updated only during the next release.