summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-12-29 00:55:56 -0800
committerAndre Arko <andre@arko.net>2013-12-29 00:57:15 -0800
commit4266666f7c0c9f81dc88a1de3937a274677974d6 (patch)
treedac8e98bed348b61b7fcec6643efa5a330cf5a8e /README.md
parentbffb31974f46fe83aa9fc45c121329c5521cc788 (diff)
parent4c2eaba6618760d80302f4bb0a2fbac243400a25 (diff)
downloadbundler-4266666f7c0c9f81dc88a1de3937a274677974d6.tar.gz
Merge pull request #2785 from olivierlacan/patch-1
Display the latest released gem version.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74d3b7a70a..671b6e7244 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
[![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)
+<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.