README.md in compo-0.4.0 vs README.md in compo-0.5.0
- old
+ new
@@ -1,6 +1,9 @@
# Compo
+[![Gem Version](https://badge.fury.io/rb/compo.svg)](http://badge.fury.io/rb/compo)
+[![Build Status](https://travis-ci.org/CaptainHayashi/compo.svg)](https://travis-ci.org/CaptainHayashi/compo)
+
**Compo** is a library providing mixins and base classes for setting up
composite objects.
It's similar to the Gang of Four Composite pattern, but in Compo
children are identified in their parents by an *ID*,