From: Benjamin Reynolds Date: Thu, 14 Jun 2018 17:25:35 +0000 (+0100) Subject: Remove quad_tile library and extract to gem X-Git-Tag: live~4186 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d5672aed4a40af96431ac19e77574813f0a7a2e1?hp=d5672aed4a40af96431ac19e77574813f0a7a2e1 Remove quad_tile library and extract to gem Quad tile functions are now installed via a gem with native extension automatically. This improves the run time of the test suite by ~30% for users that didn't bother to build the C version of the functions. Closes #1314 Closes #1899 ---