activerecord-mysqlspatial-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 -33
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
|
* mysql gem 2.8 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
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activerecord-mysqlspatial-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 17
|
|
5
4
|
prerelease:
|
|
6
|
-
|
|
7
|
-
- 0
|
|
8
|
-
- 3
|
|
9
|
-
- 1
|
|
10
|
-
version: 0.3.1
|
|
5
|
+
version: 0.3.2
|
|
11
6
|
platform: ruby
|
|
12
7
|
authors:
|
|
13
8
|
- Daniel Azuma
|
|
@@ -15,8 +10,7 @@ autorequire:
|
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
12
|
|
|
18
|
-
date: 2011-
|
|
19
|
-
default_executable:
|
|
13
|
+
date: 2011-04-11 00:00:00 Z
|
|
20
14
|
dependencies:
|
|
21
15
|
- !ruby/object:Gem::Dependency
|
|
22
16
|
name: rgeo-activerecord
|
|
@@ -26,12 +20,7 @@ dependencies:
|
|
|
26
20
|
requirements:
|
|
27
21
|
- - ~>
|
|
28
22
|
- !ruby/object:Gem::Version
|
|
29
|
-
|
|
30
|
-
segments:
|
|
31
|
-
- 0
|
|
32
|
-
- 3
|
|
33
|
-
- 1
|
|
34
|
-
version: 0.3.1
|
|
23
|
+
version: 0.3.3
|
|
35
24
|
type: :runtime
|
|
36
25
|
version_requirements: *id001
|
|
37
26
|
- !ruby/object:Gem::Dependency
|
|
@@ -42,11 +31,6 @@ dependencies:
|
|
|
42
31
|
requirements:
|
|
43
32
|
- - ">="
|
|
44
33
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash: 45
|
|
46
|
-
segments:
|
|
47
|
-
- 2
|
|
48
|
-
- 8
|
|
49
|
-
- 1
|
|
50
34
|
version: 2.8.1
|
|
51
35
|
type: :runtime
|
|
52
36
|
version_requirements: *id002
|
|
@@ -65,12 +49,11 @@ files:
|
|
|
65
49
|
- lib/active_record/connection_adapters/mysqlspatial_adapter/spatial_column.rb
|
|
66
50
|
- lib/active_record/connection_adapters/mysqlspatial_adapter/version.rb
|
|
67
51
|
- lib/active_record/connection_adapters/mysqlspatial_adapter.rb
|
|
68
|
-
- History.rdoc
|
|
69
|
-
- README.rdoc
|
|
70
52
|
- test/tc_basic.rb
|
|
71
53
|
- test/tc_spatial_queries.rb
|
|
54
|
+
- History.rdoc
|
|
55
|
+
- README.rdoc
|
|
72
56
|
- Version
|
|
73
|
-
has_rdoc: true
|
|
74
57
|
homepage: http://virtuoso.rubyforge.org/activerecord-mysqlspatial-adapter
|
|
75
58
|
licenses: []
|
|
76
59
|
|
|
@@ -84,25 +67,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
84
67
|
requirements:
|
|
85
68
|
- - ">="
|
|
86
69
|
- !ruby/object:Gem::Version
|
|
87
|
-
hash: 57
|
|
88
|
-
segments:
|
|
89
|
-
- 1
|
|
90
|
-
- 8
|
|
91
|
-
- 7
|
|
92
70
|
version: 1.8.7
|
|
93
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
72
|
none: false
|
|
95
73
|
requirements:
|
|
96
|
-
- - "
|
|
74
|
+
- - ">"
|
|
97
75
|
- !ruby/object:Gem::Version
|
|
98
|
-
|
|
99
|
-
segments:
|
|
100
|
-
- 0
|
|
101
|
-
version: "0"
|
|
76
|
+
version: 1.3.1
|
|
102
77
|
requirements: []
|
|
103
78
|
|
|
104
79
|
rubyforge_project: virtuoso
|
|
105
|
-
rubygems_version: 1.
|
|
80
|
+
rubygems_version: 1.7.2
|
|
106
81
|
signing_key:
|
|
107
82
|
specification_version: 3
|
|
108
83
|
summary: An ActiveRecord adapter for MySQL Spatial Extensions, based on RGeo and the mysql gem.
|