Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
* Update Readme, History
  • Loading branch information
teeparham committed Sep 22, 2014
1 parent 8537941 commit 813b1e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.2.1 / 2014-09-22

* Update gemspec to not allow update to ActiveRecord 4.2, as it does not work.

### 2.2.0 / 2014-08-11

* Add JRuby support
Expand All @@ -13,7 +17,7 @@

* Add a separate SpatialColumnInfo class to query spatial column info
(https://github.com/rgeo/activerecord-postgis-adapter/pull/125)
* Update column migration method to correctly set null: false
* Update column migration method to correctly set null: false
(https://github.com/rgeo/activerecord-postgis-adapter/pull/121)

### 2.0.2 / 2014-06-06
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ RGeo objects can be embedded in where clauses.

The adapter requires PostgreSQL 9.0+.

#### Version 1.1+ supports ActiveRecord 4.0+
#### The latest version supports ActiveRecord 4.0.x and 4.1.x

Requirements:

```
ActiveRecord 4.0+
ActiveRecord 4.0.0 - 4.1.x
Ruby 1.9.3+, JRuby
PostGIS 2.0+
```
Expand Down Expand Up @@ -468,8 +468,8 @@ Support is also available on the rgeo-users google group at http://groups.google

## Acknowledgments

[Daniel Azuma](http://www.daniel-azuma.com) authored the PostGIS Adapter and its supporting
libraries (including RGeo).
[Daniel Azuma](http://www.daniel-azuma.com) authored the PostGIS Adapter and its supporting
libraries (including RGeo).
[Tee Parham](https://twitter.com/teeparham) is the current maintainer.

Development is supported by:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveRecord
module ConnectionAdapters
module PostGISAdapter
VERSION = '2.2.0'.freeze
VERSION = '2.2.1'.freeze
end
end
end

0 comments on commit 813b1e9

Please sign in to comment.