-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # History.md
- Loading branch information
Showing
2 changed files
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
### 4.0.2 / 2016-11-13 | ||
### 1.0.0 / 2017-02-09 | ||
|
||
* Revert #237 | ||
* Release | ||
|
||
### 4.0.1 / 2016-11-08 *** YANKED | ||
|
||
* Auto-load tasks (#237) | ||
|
||
### 4.0.0 / 2016-06-30 | ||
|
||
* Support ActiveRecord 5.0 (#213) | ||
* Fix schema dump null issues in JRuby (#229) | ||
|
||
For earlier history, see the History file for the rgeo gem. | ||
For earlier history, see the History file for the rgeo gem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module ActiveRecord | ||
module ConnectionAdapters | ||
module Mysql2Rgeo | ||
VERSION = "4.0.2".freeze | ||
VERSION = "1.0.0".freeze | ||
end | ||
end | ||
end |