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
|
## v0.2.0
|
||||||
|
|
||||||
### News
|
### News
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rating (0.2.0)
|
rating (0.3.0)
|
||||||
activerecord (>= 4.2, < 6)
|
activerecord (>= 4.2, < 6)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Rating
|
module Rating
|
||||||
VERSION = '0.2.0'
|
VERSION = '0.3.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue