lib/postgis_adapter.rb in nofxx-postgis_adapter-0.1.2 vs lib/postgis_adapter.rb in nofxx-postgis_adapter-0.1.7
- old
+ new
@@ -18,10 +18,10 @@
include GeoRuby::SimpleFeatures
include SpatialAdapter
module PostgisAdapter
- VERSION = '0.1.2'
+ VERSION = '0.1.7'
end
#tables to ignore in migration : relative to PostGIS management of geometric columns
ActiveRecord::SchemaDumper.ignore_tables << "spatial_ref_sys" << "geometry_columns"