README.md in wrap_it-1.0.0 vs README.md in wrap_it-1.0.1

- old
+ new

@@ -1,7 +1,9 @@ [![Gem Version](https://badge.fury.io/rb/wrap_it.png)](http://badge.fury.io/rb/wrap_it) [![Code Climate](https://codeclimate.com/github/cybernetlab/wrap_it.png)](https://codeclimate.com/github/cybernetlab/wrap_it) +[![Build Status](https://travis-ci.org/cybernetlab/wrap_it.png?branch=master)](https://travis-ci.org/cybernetlab/wrap_it) +[![Coverage Status](https://coveralls.io/repos/cybernetlab/wrap_it/badge.png?branch=master)](https://coveralls.io/r/cybernetlab/wrap_it?branch=master) # WrapIt This library provides set of classes and modules with simple DSL for quick and easy creating html helpers with your own DSL. It's usefull for implementing CSS frameworks, or making your own. @@ -353,9 +355,15 @@ * Enlarge library functionality * Finish Sinatra integration # Changes + +`1.0.1` +* refactor some code to remove complexity +* code now tested with [travis](https://travis-ci.org/cybernetlab/wrap_it) +* code now checked for test coverage by [coveralls](https://coveralls.io/r/cybernetlab/wrap_it) +* code quality now checked by [codeclimate](https://codeclimate.com/github/cybernetlab/wrap_it) `1.0.0` * first release version * a lot of code refactored * documentation allmost finished