luislavena / mysql-gem

MySQL/Ruby Bindings, wrapped as Gem with improved cross-platform support
http://rubyforge.org/projects/mysql-win
Other
53 stars 20 forks source link

Workaround for Integer unification on Ruby 2.4 #32

Closed hsbt closed 3 years ago

hsbt commented 7 years ago

Ruby 2.4 removed rb_cFixnum caused by Integer Unification. Therefore mysql gem is not working with Ruby 2.4.

I added workaround for Integer Unification.

luislavena commented 7 years ago

Hello @hsbt, thank you for the pull request, however cannot merge these changes as I'm not actively maintain this gem any more.

Currently looking for someone to step up and take ownership (well, actually since January 2015).

Hope you understand. Leaving this open in case someone decides to continue this work.

Cheers.

hsbt commented 7 years ago

I understood. I'm waiting to come new owner :octocat:

luislavena commented 6 years ago

Hello @hsbt, not sure I understood your message. Are you waiting for new owner to step in, or are you offering yourself as new owner?

Please let me know so we can coordinate commit bits and gem push permissions.

Cheers.

hsbt commented 3 years ago

Ruby 2.4 is EOL. I have no idea to fix it now.