-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed version of rgeo-activerecord
- Loading branch information
jeff(황용대)
committed
Nov 8, 2017
1 parent
cd11b4a
commit 2e75606
Showing
3 changed files
with
6 additions
and
2 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,3 +1,7 @@ | ||
### 2.0.2 / 2017-11-08 | ||
|
||
* Fix activerecord gem dependency | ||
|
||
### 2.0.1 / 2017-05-01 | ||
|
||
* Support ActiveRecord 5.1 | ||
|
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
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 = "2.0.1".freeze | ||
VERSION = "2.0.2".freeze | ||
end | ||
end | ||
end |