cyberdelia / heroku-geo-buildpack

Geo libraries for Heroku
https://github.com/heroku/heroku-geo-buildpack
113 stars 135 forks source link

RGeo ignores libraries #9

Closed cyberdelia closed 10 years ago

cyberdelia commented 11 years ago

RGeo ignores libraries on deploy

>> require 'rgeo'
>> RGeo::Geos.supported?
false
>> RGeo::CoordSys::Proj4.supported?
false

bundle doesn't seems to have the proper env to compile the extension.

sahilshah-rr commented 10 years ago

https://github.com/cyberdelia/heroku-geo-buildpack/pull/10 fixes the issue.