Maher4Ever / wdm

Windows Directory Monitor (WDM) is a threaded directories monitor for Windows.
https://rubygems.org/gems/wdm
MIT License
51 stars 15 forks source link

Update WDM for newer Ruby versions #29

Closed larskanis closed 3 months ago

larskanis commented 4 months ago

This updates several minor topics needed for newer ruby versions.

It also updates the CI to run on newer ruby versions, so that it should be all green like here: https://ci.appveyor.com/project/larskanis/wdm .

Fixes #27 Fixes #28

@Maher4Ever Since you haven't be active since years with this project, may I ask for taking over the maintainership of it? I'm the maintainer of rubyinstaller, so that I have some experience on Windows and interest in the ruby ecosystem on Windows.

Maher4Ever commented 3 months ago

@larskanis Thank you for this PR. Also thank you for maintaining rubyinstaller which I've used years back.

Indeed I'm not involved with the Ruby community anymore, so I'd be very glad if WDM got a maintainer who's interested in taking care of it. I just added you as a collaborator on this repo. If you share your rubygems.org username with me I'll ensure you can manage distribution there as well.

larskanis commented 3 months ago

This gem is used quite often in the ruby ecosystem, so I'm glad you're still available and willing to transfer ownership.

My profile on rubygems is here: https://rubygems.org/profiles/larskanis

The gem push permission can be enabled on the command line by either

gem owner wdm -a lars@greiz-reinsdorf.de

or on the web on: https://rubygems.org/gems/wdm/owners

Maher4Ever commented 3 months ago

@larskanis You should have push permissions on rubygems.org now. Good luck with the maintainership!

johnnyshields commented 3 months ago

@larskanis much appreciated!! You da man!!

larskanis commented 3 months ago

@Maher4Ever Thank you for your quick reaction! Everything worked great, so that I've pushed wdm-0.2.0 today.

Maher4Ever commented 3 months ago

@larskanis My pleasure!