v2.5.0
After realizing that a rating is different from a review, I decided to change model semantics:
- Replaced
Rating
model withReview
- Replaced
stars
attribute withrating
- The term
Rating
is now an enumeration of integers - Refactored tests for ratings accordingly