Skip to content

Commit 60cf7e0

Browse files
committed
Update rgeo-activerecord dependency; updated documentation
1 parent ee0a973 commit 60cf7e0

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

History.rdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
=== 0.4.3 / 2012-??-??
1+
=== 0.4.3 / 2012-08-02
22

33
* The gemspec no longer includes the timestamp in the version, so that bundler can pull from github. (Reported by corneverbruggen)
4+
* Fix for compatibility with ActiveRecord >= 3.2.2. (Pull request by janv)
45

56
=== 0.4.2 / 2012-02-22
67

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ This adapter has the following requirements:
103103
* \ActiveRecord 3.0.3 or later. Earlier versions will not work.
104104
Should be compatible with Rails versions through 3.2.x.
105105
* mysql2 gem 0.2.13 or later.
106-
* rgeo gem 0.3.4 or later.
107-
* rgeo-activerecord gem 0.4.3 or later.
106+
* rgeo gem 0.3.15 or later.
107+
* rgeo-activerecord gem 0.4.5 or later.
108108

109109
Install this adapter as a gem:
110110

activerecord-mysql2spatial-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
s_.extra_rdoc_files = ::Dir.glob("*.rdoc")
5151
s_.test_files = ::Dir.glob("test/**/tc_*.rb")
5252
s_.platform = ::Gem::Platform::RUBY
53-
s_.add_dependency('rgeo-activerecord', '~> 0.4.3')
53+
s_.add_dependency('rgeo-activerecord', '~> 0.4.5')
5454
s_.add_dependency('mysql2', '>= 0.2.13')
5555
end

0 commit comments

Comments
 (0)