dm-postgis 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/dm-postgis.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
data/lib/dm-postgis.rb CHANGED
@@ -5,7 +5,7 @@ module DataMapper
5
5
  class DMGeometry < DataMapper::Type
6
6
  include GeoRuby::SimpleFeatures
7
7
 
8
- primitive Geometry
8
+ primitive Text
9
9
  default nil
10
10
  lazy false
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-postgis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Kamyk jr