v0.2.0
parent
722eb9ef05
commit
135b1f67ab
|
@ -1,3 +1,10 @@
|
|||
## v0.2.0
|
||||
|
||||
### News
|
||||
|
||||
- Scope support to be possible rate item from a resource;
|
||||
- Author model type where zero rating record is not generated on record creation.
|
||||
|
||||
## v0.1.0
|
||||
|
||||
- First release.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rating (0.1.0)
|
||||
rating (0.2.0)
|
||||
rails (>= 4.2, < 6)
|
||||
|
||||
GEM
|
||||
|
@ -61,7 +61,7 @@ GEM
|
|||
railties (>= 3.0.0)
|
||||
globalid (0.4.1)
|
||||
activesupport (>= 4.2.0)
|
||||
i18n (0.9.0)
|
||||
i18n (0.9.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
loofah (2.1.1)
|
||||
crass (~> 1.0.2)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Rating
|
||||
VERSION = '0.1.0'
|
||||
VERSION = '0.2.0'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue