From dcc12a960b9d2caaaa5c9aa3dac5eb13c640714a Mon Sep 17 00:00:00 2001 From: Tristan Dunn Date: Mon, 5 Dec 2016 15:00:52 -0500 Subject: [PATCH] Add badge for latest version to README. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7fe2c4f..35ac7ce 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# pusher-fake [![Build Status](https://img.shields.io/travis/tristandunn/pusher-fake/master.svg)](https://travis-ci.org/tristandunn/pusher-fake) [![Dependency Status](http://img.shields.io/gemnasium/tristandunn/pusher-fake.svg)](https://gemnasium.com/tristandunn/pusher-fake) [![Code Climate](http://img.shields.io/codeclimate/github/tristandunn/pusher-fake.svg)](https://codeclimate.com/github/tristandunn/pusher-fake) [![Coverage Status](http://img.shields.io/coveralls/tristandunn/pusher-fake.svg)](https://coveralls.io/r/tristandunn/pusher-fake?branch=master) +# pusher-fake [![Latest Version](https://img.shields.io/gem/v/pusher-fake.svg)](https://rubygems.org/gems/pusher-fake) [![Build Status](https://img.shields.io/travis/tristandunn/pusher-fake/master.svg)](https://travis-ci.org/tristandunn/pusher-fake) [![Dependency Status](http://img.shields.io/gemnasium/tristandunn/pusher-fake.svg)](https://gemnasium.com/tristandunn/pusher-fake) [![Code Climate](http://img.shields.io/codeclimate/github/tristandunn/pusher-fake.svg)](https://codeclimate.com/github/tristandunn/pusher-fake) [![Coverage Status](http://img.shields.io/coveralls/tristandunn/pusher-fake.svg)](https://coveralls.io/r/tristandunn/pusher-fake?branch=master) A fake [Pusher](https://pusher.com) server for development and testing.