From 0954ecc67240e12aab09be1dabf52c57032b24eb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 30 Apr 2015 00:40:57 +0100 Subject: [PATCH] Fix simple-mmap require --- cookbooks/tile/files/default/ruby/expire.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tile/files/default/ruby/expire.rb b/cookbooks/tile/files/default/ruby/expire.rb index 1392229e8..1d4a861f4 100755 --- a/cookbooks/tile/files/default/ruby/expire.rb +++ b/cookbooks/tile/files/default/ruby/expire.rb @@ -5,7 +5,7 @@ require "proj4" require "xml/libxml" require "set" require "time" -require "simple-mmap" +require "simple_mmap" module Expire # projection object to go from latlon -> spherical mercator -- 2.43.2