spatial_adapter 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +0 -4
- data/VERSION +1 -1
- data/lib/spatial_adapter.rb +2 -0
- 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.
|
1
|
+
0.3.1
|
data/lib/spatial_adapter.rb
CHANGED
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.
|
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-
|
12
|
+
date: 2010-02-22 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|