From 6e65193cdd4aab292eec64e4a9d2dc12b63d73e1 Mon Sep 17 00:00:00 2001 From: Ben Slaughter Date: Mon, 5 Aug 2013 14:46:15 +0100 Subject: [PATCH] Added Rubygems badge to readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e21f82e..fda1a1a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Allotment -Warning: testing hooks - [![Code Climate](https://codeclimate.com/github/benSlaughter/allotment.png)](https://codeclimate.com/github/benSlaughter/allotment) [![Build Status](https://travis-ci.org/benSlaughter/allotment.png?branch=master)](https://travis-ci.org/benSlaughter/allotment) [![Dependency Status](https://gemnasium.com/benSlaughter/allotment.png)](https://gemnasium.com/benSlaughter/allotment) [![Coverage Status](https://coveralls.io/repos/benSlaughter/allotment/badge.png?branch=master)](https://coveralls.io/r/benSlaughter/allotment) +[![Gem Version](https://badge.fury.io/rb/allotment.png)](http://badge.fury.io/rb/allotment) Allotment is a performance rubygem that records and stores the performance timing of running a block of code, or from a from a chosen point, until a task or action is complete. @@ -114,4 +113,4 @@ result = Allotment.results["my_recording"].average ### Allotment Stopwatches - +TODO