wbreeze / davenport-ruby

Ruby binding for C Implementation of Davenport's algorithm
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Compile on bundle install (or gem install?) #2

Closed wbreeze closed 5 years ago

wbreeze commented 5 years ago

Relates to #1

Hopefully this PR will result in a gem that installs along with the native compiled extension.

wbreeze commented 5 years ago

The gem does now properly compile the native extension (if it didn't before). It no longer uses hoe. It has a more distinguished name for the library it builds. Here's a long SO question about the problem and resolution.