main
Washington Botelho 2018-01-29 15:15:33 -02:00
parent bcf4e8c740
commit 6997371a79
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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