v0.11.0
parent
514ca966a2
commit
4e67b70d29
|
@ -1,3 +1,9 @@
|
|||
## v0.11.0
|
||||
|
||||
### Updates
|
||||
|
||||
- Same rate value hits DB to update metadata.
|
||||
|
||||
## v0.10.0
|
||||
|
||||
### News
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Rating
|
||||
VERSION = '0.10.0'
|
||||
VERSION = '0.11.0'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue