main
Washington Botelho 2019-10-03 20:56:42 -03:00
parent 3fff8bc5af
commit 2832b8a9f7
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
3 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,15 @@
## next version ## v0.9.0
### News ### News
- Order index keys of template the same way Rails does the query; - Order index keys of template the same way Rails does the query;
- Limits the `_type` columns to avoid overflow bytes in DBs like MySQL < 5.7. - Limits the `_type` columns to avoid overflow bytes in DBs like MySQL < 5.7.
### Updates
- Update Rails to 2.6.5;
- Update Activerecord to the last version;
## v0.8.0 ## v0.8.0
### News ### News

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rating (0.8.0) rating (0.9.0)
activerecord activerecord
GEM GEM

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Rating module Rating
VERSION = '0.8.0' VERSION = '0.9.0'
end end