cosmo0920 / win32-api

A different, better variant of the Win32API Ruby library
61 stars 10 forks source link

Ruby 2.2 support precompiled binaries #14

Closed Annih closed 9 years ago

Annih commented 9 years ago

Hi,

Now that ruby 2.2 has an official installer, could it be possible to publish a new version on ruby gems ?

Thanks!

djberg96 commented 9 years ago

I suppose I could. I'm always surprised to see that people are still using this. I never use it any longer. I don't suppose you would be interested in taking over maintenance, would you?

djberg96 commented 9 years ago

BTW, I'll check but I think I may have to wait until the next point release because of this bug:

https://bugs.ruby-lang.org/issues/10941

djberg96 commented 9 years ago

Gave it a shot and it worked. I pushed out 1.5.3 this evening.

Annih commented 9 years ago

Thanks @djberg96 it works perfectly :)

matkoniecz commented 7 years ago

I suppose I could. I'm always surprised to see that people are still using this. I never use it any longer.

What you recommend? From quick looking over your project it seems that your choice is https://github.com/ffi/ffi - is it correct?

And to answer why I wanted to use this library - found code that is solving my problem - and this code is using it.

cosmo0920 commented 7 years ago

ffi migration is not active now. If you interested in migrating ffi based gem, please look at ffi branch. But I don't want to migrate ffi based gem right now because Windows version of Fluentd depends on this gem and Fluentd does not support JRuby.