@skrah I've written the Ruby wrapper inside the ruby/ folder.
Currently it works fine with the HEAD of the master branch of this repo.
My plan is to integrate the Ruby wrapper into the CI suite of ndtypes so that both the Python and Ruby wrappers can be tested side-by-side.
The current status is that the gem wraps the ndtypes library with it and it gets compiled on the user's machine after they install. I will add CI integration to this repo once you approve these changes.
@skrah can you also tell your opinion on what you think about including the libndtypes sources with the ruby library? Or should we rely on the user to specify the libndtypes shared object?
@skrah I've written the Ruby wrapper inside the
ruby/
folder.Currently it works fine with the HEAD of the master branch of this repo.
My plan is to integrate the Ruby wrapper into the CI suite of ndtypes so that both the Python and Ruby wrappers can be tested side-by-side.
The current status is that the gem wraps the ndtypes library with it and it gets compiled on the user's machine after they install. I will add CI integration to this repo once you approve these changes.
Looking forward to your thoughts.