v0.3.0
parent
bcf4e8c740
commit
6997371a79
|
@ -1,3 +1,9 @@
|
|||
## v0.3.0
|
||||
|
||||
### News
|
||||
|
||||
- The `vote` method now can receive `metadata` to be persisted with vote data.
|
||||
|
||||
## v0.2.0
|
||||
|
||||
### News
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rating (0.2.0)
|
||||
rating (0.3.0)
|
||||
activerecord (>= 4.2, < 6)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Rating
|
||||
VERSION = '0.2.0'
|
||||
VERSION = '0.3.0'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue