- Regenerated bindings using GDAL 1.10.1 sources and SWIG 3.0.5
- Patch for ruby 2.2.1 (Thanks @aleksejleonov and @johnjohndoe) (Issue #5)
- Fix symbol conflicts when requiring both
gdal-ruby/gdal
andgdal-ruby/ogr
withget_driver_by_name
and other functions (Issue #2) - Since the symbol conflicts are now fixed,
gdal
,ogr
,osr
andgdalconst
are nowrequire
'd be default (Issue #2)
- Fix for building on ruby versions where
$CXXFLAGS
isn't defined