Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix snakecase NoMethodError #347

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Conversation

ripa1995
Copy link
Contributor

This PR fixes #346.

I've added also a constraint on nori minimum version, if this is unwanted, then we could check its version at runtime and behave accordingly.

Checking Gem.loaded_specs['nori'].version < Gem::Version.create('2.7.1'), and if the statement is true, use directly snakecase fn.

@pcai pcai mentioned this pull request Aug 2, 2024
@pcai pcai merged commit 43c1353 into WinRb:main Aug 2, 2024
8 checks passed
@pcai
Copy link
Contributor

pcai commented Aug 2, 2024

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoMethodError snakecase for String
2 participants