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
|
## v0.10.0
|
||||||
|
|
||||||
### News
|
### News
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rating (0.10.0)
|
rating (0.11.0)
|
||||||
activerecord
|
activerecord
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -117,7 +117,7 @@ GEM
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tzinfo (1.2.6)
|
tzinfo (1.2.6)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.6.0)
|
unicode-display_width (1.6.1)
|
||||||
zeitwerk (2.2.2)
|
zeitwerk (2.2.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Rating
|
module Rating
|
||||||
VERSION = '0.10.0'
|
VERSION = '0.11.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue