aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOlivier Lacan <olivier.lacan@gmail.com>2013-12-28 13:05:13 -0500
committerOlivier Lacan <olivier.lacan@gmail.com>2013-12-28 13:05:13 -0500
commit4c2eaba6618760d80302f4bb0a2fbac243400a25 (patch)
treefb4c12ed3fea68f58e25fd285693978663a162e7 /README.md
parentbffb31974f46fe83aa9fc45c121329c5521cc788 (diff)
downloadbundler-4c2eaba6618760d80302f4bb0a2fbac243400a25.tar.gz
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74d3b7a7..b3ca324b 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) <a href="http://badge.fury.io/rb/bundler"><img src="https://badge.fury.io/rb/bundler@2x.png" alt="Gem Version" height="18"></a>
# Bundler: a gem to bundle gems
Bundler keeps ruby applications running the same code on every machine.