danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
959 stars 61 forks source link

Rename C-class name in dsl wrapper macro #47

Closed turboladen closed 6 years ago

turboladen commented 6 years ago

While moving over from ruru, I ran into a TypeError that said some Ruby method was expecting a Ruru/MyClassThing type of object; it was a bit confusing seeing the "Ruru" part in there, making me think I hadn't fully cleaned out old artifacts or something.

Also renamed a couple other spots in documentation.

danielpclark commented 6 years ago

Thanks!

danielpclark commented 6 years ago

I've released crate version 0.4.2 for this fix.

turboladen commented 6 years ago

Sweet! Thank you!