summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSean Linsley <xovatdev@gmail.com>2014-02-22 21:53:19 -0600
committerSean Linsley <xovatdev@gmail.com>2014-02-22 22:00:27 -0600
commit00866bb033e5c4c274f7726576151bb54f9971bf (patch)
treeb1775572b6b32e21578264c461f2d1d1e41ad3bf /README.md
parentbb8f694147cb07cd820297978b0378ffa4c6d54b (diff)
downloadbundler-00866bb033e5c4c274f7726576151bb54f9971bf.tar.gz
Update badges in README to use Shields
http://shields.io/ provides many standardized badges for OSS. The PNG versions are similar to the images currently used, but the SVG versions added here are more legible on high pixel density displays.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2117ff5d5a..ef5a8fe2dc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![Code Climate](https://codeclimate.com/github/bundler/bundler.png)](https://codeclimate.com/github/bundler/bundler)
-[![Build Status](https://travis-ci.org/bundler/bundler.png?branch=master)](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>
+[![Code Climate](https://img.shields.io/codeclimate/github/bundler/bundler.svg)](https://codeclimate.com/github/bundler/bundler)
+[![Build Status](https://img.shields.io/travis/bundler/bundler/master.svg)](https://travis-ci.org/bundler/bundler)
+[![Version ](https://img.shields.io/gem/v/bundler.svg)](https://rubygems.org/gems/bundler)
# Bundler: a gem to bundle gems
Bundler keeps ruby applications running the same code on every machine.