-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi there!
I found this gem some time ago when I was searching ruby bindings for libosrm. Since it wasn't finished, I couldn't use it in my application.
Recently I managed to put aside some time and decided to contribute some missing stuff. Unfortunately not everything worked out of the box. Also, it is worth noting that I was learning how to build Ruby gems and how to use Rice library on the fly.
Due to my time constraints and the need to get a working gem I had to do things the I was more familiar with. Long story short, my version ended up being basically a major rewrite of ruby-libosrm. You can find it here: https://github.com/mhaulo/ruby-libosrm
I'm not sure how to proceed with a change this big. Some features are still missing. Some things need a lot of tidying up. Also, a pull request this big feels kind of...I don't know – harsh?
Anyway, the code is there. Have a look. Let me know what you think.