From 4c2eaba6618760d80302f4bb0a2fbac243400a25 Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Sat, 28 Dec 2013 13:05:13 -0500 Subject: Display the latest released gem version. The reason I used an HTML img tag here is to support Retina resolution wherever possible. This is something we're working on for all Shields metadata badges in general but Michael from Gemfury already supports it: http://badge.fury.io/for/rb/bundler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 74d3b7a70a..b3ca324b10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Code Climate](https://codeclimate.com/github/bundler/bundler.png)](https://codeclimate.com/github/bundler/bundler) -[![Build Status](https://secure.travis-ci.org/bundler/bundler.png?branch=1-3-stable)](http://travis-ci.org/bundler/bundler) +[![Build Status](https://secure.travis-ci.org/bundler/bundler.png?branch=1-3-stable)](http://travis-ci.org/bundler/bundler) Gem Version # Bundler: a gem to bundle gems Bundler keeps ruby applications running the same code on every machine. -- cgit v1.2.1