Skip to content

Commit 402132c

Browse files
author
Janusz Mordarski
committed
Update README
1 parent 81cb04a commit 402132c

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.rdoc

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The MySQL2 Spatial \ActiveRecord Adapter is an \ActiveRecord connection
44
adapter based on the standard mysql2 adapter. It extends the standard
55
adapter to provide support for spatial columns and indexes in MySQL,
6-
using the {RGeo}[http://github.com/dazuma/rgeo] library to represent
6+
using the {RGeo}[http://github.com/rgeo/rgeo] library to represent
77
spatial data in Ruby. Like the standard mysql2 adapter, this adapter
88
requires the mysql2 gem.
99

@@ -19,7 +19,7 @@ the <tt>:spatial</tt> option to true. Remember that, on some versions of
1919
MySQL, only the MyISAM engine supports spatial indexes, and the indexed
2020
column may need to be NOT NULL.
2121

22-
Examples:
22+
Examples (require update):
2323

2424
create_table :my_spatial_table, :options => 'ENGINE=MyISAM' do |t|
2525
t.column :latlon, :point, :null => false
@@ -98,13 +98,13 @@ write more complex queries in SQL.
9898

9999
This adapter has the following requirements:
100100

101-
* Ruby 1.8.7 or later. Ruby 1.9.2 or later preferred.
101+
* Ruby 1.9.3 or later. Ruby 2.0.0 or later preferred.
102102
* MySQL server 5.0 or later required for spatial extensions.
103-
* \ActiveRecord 3.0.3 or later. Earlier versions will not work.
104-
Should be compatible with Rails versions through 3.2.x.
103+
* \ActiveRecord 4.0.0 or later. Earlier versions will not work.
104+
Should be compatible with Rails versions through 4.0.x-4.1.x.
105105
* mysql2 gem 0.2.13 or later.
106106
* rgeo gem 0.3.15 or later.
107-
* rgeo-activerecord gem 0.4.5 or later.
107+
* rgeo-activerecord gem 1.x.
108108

109109
Install this adapter as a gem:
110110

@@ -149,18 +149,16 @@ Rails as of Rails 3.0.3, so we hope it will get rectified at some point.
149149

150150
=== Development and support
151151

152-
Documentation is available at http://dazuma.github.com/activerecord-mysql2spatial-adapter/rdoc
152+
Documentation is available at http://rgeo.github.com/activerecord-mysql2spatial-adapter/rdoc
153153

154-
Source code is hosted on Github at http://github.com/dazuma/activerecord-mysql2spatial-adapter
154+
Source code is hosted on Github at http://github.com/rgeo/activerecord-mysql2spatial-adapter
155155

156156
Contributions are welcome. Fork the project on Github.
157157

158-
Report bugs on Github issues at http://github.org/dazuma/activerecord-mysql2spatial-adapter/issues
158+
Report bugs on Github issues at http://github.org/rgeo/activerecord-mysql2spatial-adapter/issues
159159

160160
Support available on the rgeo-users google group at http://groups.google.com/group/rgeo-users
161161

162-
Contact the author at dazuma at gmail dot com.
163-
164162
=== Acknowledgments
165163

166164
The Mysql2Spatial Adapter and its supporting libraries (including RGeo)

0 commit comments

Comments
 (0)