main
Washington Botelho 2020-01-16 18:50:13 -03:00
parent 514ca966a2
commit 4e67b70d29
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## v0.11.0
### Updates
- Same rate value hits DB to update metadata.
## v0.10.0
### News

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rating (0.10.0)
rating (0.11.0)
activerecord
GEM
@ -117,7 +117,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
unicode-display_width (1.6.1)
zeitwerk (2.2.2)
PLATFORMS

View File

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