README.md in carrasco-0.1.3 vs README.md in carrasco-0.1.4

- old
+ new

@@ -1,9 +1,16 @@ # Carrasco Heartless and easy script execution +[![Build Status](https://travis-ci.org/mjacobus/carrasco.svg)](https://travis-ci.org/mjacobus/carrasco) +[![Code Coverage](https://scrutinizer-ci.com/g/mjacobus/carrasco/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mjacobus/carrasco/?branch=master) +[![Code Climate](https://codeclimate.com/github/mjacobus/carrasco/badges/gpa.svg)](https://codeclimate.com/github/mjacobus/carrasco) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mjacobus/carrasco/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mjacobus/carrasco/?branch=master) +[![Dependency Status](https://gemnasium.com/mjacobus/carrasco.svg)](https://gemnasium.com/mjacobus/carrasco) +[![Gem Version](https://badge.fury.io/rb/carrasco.svg)](https://badge.fury.io/rb/carrasco) + ## Installation Add this line to your application's Gemfile: ```ruby @@ -26,17 +33,19 @@ # .carrasco.yml commands: test: - help: test description: execute ruby tests command: rake test phpunit: - help: phpunit description: execute php tests command: ./bin/vendor/phpunit --configuration=tests/phpunit.xml + + clear_cache: + description: Clears the application cache + command: rm -rf ./app/cache # to be implemented groups: qa: - test