WinRb / WinRM

Ruby library for Windows Remote Management
Apache License 2.0
412 stars 117 forks source link

nori snakecase update #349

Closed pcai closed 1 month ago

pcai commented 1 month ago

Nori as of v2.7.1 no longer patches in String#snakecase - it looks like the code was relying on this, so we'll update its usage and bump the min required version to 2.7.1 (prior versions of nori don't support the Nori::StringUtils format)

pcai commented 1 month ago

looks like this is actually addressed in https://github.com/WinRb/WinRM/pull/347 already