luikore / triez

fast, efficient, unicode aware HAT trie with prefix / suffix support for Ruby
MIT License
140 stars 9 forks source link

Support for Windows #7

Open darkogj opened 7 years ago

darkogj commented 7 years ago

When I "require 'triez" on a Windows 7 x64 machine, I get:

"The specified module could not be found", followed by the gem_directory/triez-1.0.5/ext/triez.so.

Ruby version is 2.2.

luikore commented 7 years ago

🙄 will try adding platform-specific extension for it