README.md in snuffle-0.10.1 vs README.md in snuffle-0.11.1

- old
+ new

@@ -1,6 +1,8 @@ # Snuffle +[![Gem Version](https://badge.fury.io/rb/snuffle.svg)](http://badge.fury.io/rb/snuffle) + Snuffle analyzes source code to identify "data clumps", clusters of attributes that are often used together. It uses this analysis to propose objects that may be extracted from a given class. It also looks for objects that are hinted at by method names and identifies them as "latent objects". For example, if you have `home_address` and `work_address` methods in a User class, Snuffle will