main
Washington Botelho 2022-08-08 19:08:41 -03:00
parent 561d7e89c0
commit e107ffe987
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
## v0.12.0
### News
- Officially Supports Postgres;
### Updates
- Migrates the CI to GitHub Actions;
- This gem does not depends on `git` package anymore;
- Makes this gem requires MFA for security;
- Adds coverage test;
- The method `rated?` now uses a better query;
## v0.11.0
### Updates

View File

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

View File

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