state-machines / state_machines

Adds support for creating state machines for attributes on any Ruby class
https://github.com/state-machines/state_machines
MIT License
814 stars 91 forks source link

Add support for ruby kwargs #97

Closed seuros closed 1 year ago

seuros commented 1 year ago

This PR add support to ruby 3.0 kwargs.

cc @julitrows

julitrows commented 1 year ago

Hey @seuros , sorry for not being available to discuss in the PR and fix myself.

I'm glad perhaps my initial work could give you an idea on how to move forward, and I appreciate you keeping my commit and me in the contributors list even if my work was superseeded. Nice gesture ❤️

Thanks for keeping the gem alive, the Open Source maintainer role is a hard one.

Kudos 🙇‍♂️

seuros commented 1 year ago

Your tests were helpful as a starting point and were kept.

It will be cool, If you can add/edit an example in the README.md and even the source code examples.

I will be releasing 0.6.0 today hopefully.