Skip to content

Commit

Permalink
Use prettier badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 30, 2014
1 parent c564ddb commit 0749470
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Garner [![Build Status](https://secure.travis-ci.org/artsy/garner.png)](http://travis-ci.org/artsy/garner) [![Dependency Status](https://gemnasium.com/artsy/garner.png)](https://gemnasium.com/artsy/garner) [![Coverage Status](https://coveralls.io/repos/artsy/garner/badge.png)](https://coveralls.io/r/artsy/garner) [![Code Climate](https://codeclimate.com/github/artsy/garner.png)](https://codeclimate.com/github/artsy/garner)
Garner
======

[![Gem Version](http://img.shields.io/gem/v/garner.svg)](http://badge.fury.io/rb/garner)
[![Build Status](http://img.shields.io/travis/artsy/garner.svg)](https://travis-ci.org/artsy/garner)
[![Dependency Status](https://gemnasium.com/artsy/garner.svg)](https://gemnasium.com/artsy/garner)
[![Code Climate](https://codeclimate.com/github/artsy/garner.svg)](https://codeclimate.com/github/artsy/garner)
[![Coverage Status](https://img.shields.io/coveralls/artsy/garner.svg)](https://coveralls.io/r/artsy/garner?branch=master)

Garner is a cache layer for Ruby and Rack applications, supporting model and instance binding and hierarchical invalidation. To "garner" means to gather data from various sources and to make it readily available in one place, kind of like a cache!

If you're not familiar with HTTP caching, ETags and If-Modified-Since, watch us introduce Garner in [From Zero to API Cache in 10 Minutes](http://www.confreaks.com/videos/986-goruco2012-from-zero-to-api-cache-w-grape-mongodb-in-10-minutes) at GoRuCo 2012.
Expand Down

0 comments on commit 0749470

Please sign in to comment.