rgeo-activerecord 0.5.0.beta2 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +9 -0
- data/README.rdoc +1 -1
- data/Version +1 -1
- metadata +4 -4
data/History.rdoc
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
=== 0.5.0 / 2013-02-27
|
2
|
+
|
3
|
+
* No changes. Rereleased as 0.5.0 final.
|
4
|
+
|
5
|
+
=== 0.5.0.beta2 / 2013-02-04
|
6
|
+
|
7
|
+
* Revert change made to SpatialIndexDefinition in beta1.
|
8
|
+
* Fix some deprecations in the post-test cache cleanup.
|
9
|
+
|
1
10
|
=== 0.5.0.beta1 / 2013-02-04
|
2
11
|
|
3
12
|
* Updates for compatibility with Rails 4 and support of Rails 4 oriented adapters.
|
data/README.rdoc
CHANGED
@@ -28,7 +28,7 @@ RGeo::ActiveRecord has the following requirements:
|
|
28
28
|
* arel 2.0.6 or later. Earlier versions will not work.
|
29
29
|
|
30
30
|
This version of rgeo-activerecord also includes experimental support for
|
31
|
-
the
|
31
|
+
the Rails 4.0.
|
32
32
|
|
33
33
|
Generally, \ActiveRecord adapters which depend on this module should be
|
34
34
|
installed as gems, and they will install this module automatically as
|
data/Version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.0
|
1
|
+
0.5.0
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rgeo-activerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0
|
5
|
-
prerelease:
|
4
|
+
version: 0.5.0
|
5
|
+
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Daniel Azuma
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rgeo
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
version: 1.3.1
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project: virtuoso
|
138
|
-
rubygems_version: 1.8.
|
138
|
+
rubygems_version: 1.8.21
|
139
139
|
signing_key:
|
140
140
|
specification_version: 3
|
141
141
|
summary: An RGeo module providing spatial extensions to ActiveRecord.
|