Skip to content

Commit

Permalink
Added Rubygems badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benSlaughter committed Aug 5, 2013
1 parent 5dc71c5 commit 6e65193
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -114,4 +113,4 @@ result = Allotment.results["my_recording"].average

### Allotment Stopwatches


TODO

0 comments on commit 6e65193

Please sign in to comment.