README.mdown in hiccup-0.5.20 vs README.mdown in hiccup-0.6.0
- old
+ new
@@ -1,8 +1,9 @@
# Hiccup
-[](https://travis-ci.org/boblail/hiccup)
-[](https://codeclimate.com/github/boblail/hiccup)
+[](https://rubygems.org/gems/hiccup)
+[](https://codeclimate.com/github/boblail/hiccup)
+[](https://travis-ci.org/boblail/hiccup)
Hiccup mixes a-la-cart recurrence features into your recurring model. It doesn't dictate the data structure of your model, just the interface. It works like Devise does for authenticatable models.
Hiccup does provide a lightweight `Schedule` class that mixes in all of Hiccup's feature, but you don't have to use Hiccup's Schedule if you don't want to.