activerecord-mysql2spatial-adapter 0.3.1 → 0.3.2
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.
- data/History.rdoc +4 -0
- data/README.rdoc +3 -3
- data/Version +1 -1
- metadata +8 -10
data/History.rdoc
CHANGED
data/README.rdoc
CHANGED
|
@@ -102,8 +102,8 @@ This adapter has the following requirements:
|
|
|
102
102
|
* MySQL server 5.0 or later required for spatial extensions.
|
|
103
103
|
* \ActiveRecord 3.0.3 or later. Earlier versions will not work.
|
|
104
104
|
* mysql2 gem 0.2.6 or later.
|
|
105
|
-
* rgeo gem 0.2.
|
|
106
|
-
* rgeo-activerecord gem 0.3.
|
|
105
|
+
* rgeo gem 0.2.8 or later.
|
|
106
|
+
* rgeo-activerecord gem 0.3.3 or later.
|
|
107
107
|
|
|
108
108
|
Install this adapter as a gem:
|
|
109
109
|
|
|
@@ -172,7 +172,7 @@ source gave us a head start on the implementation.
|
|
|
172
172
|
|
|
173
173
|
=== License
|
|
174
174
|
|
|
175
|
-
Copyright 2010 Daniel Azuma
|
|
175
|
+
Copyright 2010-2011 Daniel Azuma
|
|
176
176
|
|
|
177
177
|
All rights reserved.
|
|
178
178
|
|
data/Version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: activerecord-mysql2spatial-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.3.
|
|
5
|
+
version: 0.3.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Daniel Azuma
|
|
@@ -10,8 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
14
|
-
default_executable:
|
|
13
|
+
date: 2011-04-11 00:00:00 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: rgeo-activerecord
|
|
@@ -21,7 +20,7 @@ dependencies:
|
|
|
21
20
|
requirements:
|
|
22
21
|
- - ~>
|
|
23
22
|
- !ruby/object:Gem::Version
|
|
24
|
-
version: 0.3.
|
|
23
|
+
version: 0.3.3
|
|
25
24
|
type: :runtime
|
|
26
25
|
version_requirements: *id001
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
@@ -50,12 +49,11 @@ files:
|
|
|
50
49
|
- lib/active_record/connection_adapters/mysql2spatial_adapter/spatial_column.rb
|
|
51
50
|
- lib/active_record/connection_adapters/mysql2spatial_adapter/version.rb
|
|
52
51
|
- lib/active_record/connection_adapters/mysql2spatial_adapter.rb
|
|
53
|
-
- History.rdoc
|
|
54
|
-
- README.rdoc
|
|
55
52
|
- test/tc_basic.rb
|
|
56
53
|
- test/tc_spatial_queries.rb
|
|
54
|
+
- History.rdoc
|
|
55
|
+
- README.rdoc
|
|
57
56
|
- Version
|
|
58
|
-
has_rdoc: true
|
|
59
57
|
homepage: http://virtuoso.rubyforge.org/activerecord-mysql2spatial-adapter
|
|
60
58
|
licenses: []
|
|
61
59
|
|
|
@@ -73,13 +71,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
72
|
none: false
|
|
75
73
|
requirements:
|
|
76
|
-
- - "
|
|
74
|
+
- - ">"
|
|
77
75
|
- !ruby/object:Gem::Version
|
|
78
|
-
version:
|
|
76
|
+
version: 1.3.1
|
|
79
77
|
requirements: []
|
|
80
78
|
|
|
81
79
|
rubyforge_project: virtuoso
|
|
82
|
-
rubygems_version: 1.
|
|
80
|
+
rubygems_version: 1.7.2
|
|
83
81
|
signing_key:
|
|
84
82
|
specification_version: 3
|
|
85
83
|
summary: An ActiveRecord adapter for MySQL Spatial Extensions, based on RGeo and the mysql2 gem.
|