spatial_adapter 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/README.rdoc +0 -4
  2. data/VERSION +1 -1
  3. data/lib/spatial_adapter.rb +2 -0
  4. metadata +2 -2
data/README.rdoc CHANGED
@@ -168,10 +168,6 @@ The previous release is available on the "legacy" branch.
168
168
 
169
169
  These will hopefully be added back in the near future.
170
170
 
171
- == TODO
172
-
173
- - Add support for PostGIS geography types (in PostGIS 1.5.0+)
174
-
175
171
  == Support
176
172
 
177
173
  Any questions, enhancement proposals, bug notifications or corrections can be
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -1,6 +1,8 @@
1
1
  require 'geo_ruby'
2
2
  require 'active_record'
3
3
 
4
+ include GeoRuby::SimpleFeatures
5
+
4
6
  module SpatialAdapter
5
7
  #Translation of geometric data types
6
8
  def geometry_data_types
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spatial_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Deffendol
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-02-19 00:00:00 -07:00
12
+ date: 2010-02-22 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency