From a9c113f1c98fa32e60abba4f5e1ba1a92090d551 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 10 Dec 2015 18:18:15 -0800 Subject: [PATCH 1/3] Fix broken Gemnasium badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0535729b..683e7705 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ more servers. [![Build Status](https://travis-ci.org/capistrano/sshkit.png?branch=master)](https://travis-ci.org/capistrano/sshkit) -[![Dependency Status](https://gemnasium.com/leehambley/sshkit.png)](https://gemnasium.com/leehambley/sshkit) +[![Dependency Status](https://gemnasium.com/capistrano/sshkit.png)](https://gemnasium.com/capistrano/sshkit) ## How might it work? From 255336e146801c3443758f20408fdb88bcf7033e Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 10 Dec 2015 18:18:44 -0800 Subject: [PATCH 2/3] Switch from PNG to SVG badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 683e7705..62b7c545 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **SSHKit** is a toolkit for running commands in a structured way on one or more servers. -[![Build Status](https://travis-ci.org/capistrano/sshkit.png?branch=master)](https://travis-ci.org/capistrano/sshkit) -[![Dependency Status](https://gemnasium.com/capistrano/sshkit.png)](https://gemnasium.com/capistrano/sshkit) +[![Build Status](https://travis-ci.org/capistrano/sshkit.svg?branch=master)](https://travis-ci.org/capistrano/sshkit) +[![Dependency Status](https://gemnasium.com/capistrano/sshkit.svg)](https://gemnasium.com/capistrano/sshkit) ## How might it work? From 2a2a14ade42f2e4db7e2402a6178d1afd7774a15 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Thu, 10 Dec 2015 18:20:56 -0800 Subject: [PATCH 3/3] Add gem version badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62b7c545..6a768b4b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **SSHKit** is a toolkit for running commands in a structured way on one or more servers. +[![Gem Version](https://badge.fury.io/rb/sshkit.svg)](https://rubygems.org/gems/sshkit) [![Build Status](https://travis-ci.org/capistrano/sshkit.svg?branch=master)](https://travis-ci.org/capistrano/sshkit) [![Dependency Status](https://gemnasium.com/capistrano/sshkit.svg)](https://gemnasium.com/capistrano/sshkit)