oVirt / ovirt-engine-sdk-ruby

Ruby gem that simplyfies access to the oVirt Engine API
20 stars 11 forks source link

replace deprecated and removed rb_cData with rb_cObject #3

Closed jjlimepoint closed 1 year ago

jjlimepoint commented 2 years ago

This enables the gem to work on ruby 3.1.0 and higher - without this, you get invalid symbols when attempting to build on ruby 3.1. I've tested this also on ruby 2.7, where it does work.

jjlimepoint commented 2 years ago

Hi,

Was just wondering if there is something I can do on my end to help move this along?

Thanks in advance either way!