msteinbeck / tinyspline

ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.
MIT License
1.21k stars 207 forks source link

gemspec: Remove pre from version #209

Closed msteinbeck closed 2 years ago

msteinbeck commented 2 years ago

the pre part should be removed from the version specification in the gemspec so that one can install the ruby binding without specifying the --pre flag.