From b4119fd7f299893eb03c1363a73c88a5cd6ec8f7 Mon Sep 17 00:00:00 2001 From: Winston Date: Wed, 6 Jan 2016 13:36:27 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f70540..9dcd1c8 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,4 @@ Please see the [LICENSE.md](/LICENSE.md) file. [![Jolly Good Code](https://cloud.githubusercontent.com/assets/1000669/9362336/72f9c406-46d2-11e5-94de-5060e83fcf83.jpg)](http://www.jollygoodcode.com) -We specialise in Agile practices and Ruby, and we love contributing to open source. -[Speak to us](http://www.jollygoodcode.com/#get-in-touch) about your next big idea, or [check out our projects](http://www.jollygoodcode.com/open-source). +We specialise in rapid development of high quality MVPs. [Hire us](http://www.jollygoodcode.com/#get-in-touch) to turn your product idea into reality. From 20094e0b90faeaa438f986adfbea35a3ce9febf5 Mon Sep 17 00:00:00 2001 From: Winston Date: Wed, 6 Jan 2016 13:40:15 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dcd1c8..5426946 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# HTML::Pipeline::LinkifyGitHub [![Build Status](https://travis-ci.org/jollygoodcode/html-pipeline-linkify_github.svg)](https://travis-ci.org/jollygoodcode/html-pipeline-linkify_github) +# HTML::Pipeline::LinkifyGitHub + +[![Build Status](https://travis-ci.org/jollygoodcode/html-pipeline-linkify_github.svg)](https://travis-ci.org/jollygoodcode/html-pipeline-linkify_github) +[![Code Climate](https://codeclimate.com/github/jollygoodcode/html-pipeline-linkify_github/badges/gpa.svg)](https://codeclimate.com/github/jollygoodcode/html-pipeline-linkify_github) `HTML::Pipeline::LinkifyGitHub` provides a [HTML::Pipeline](https://github.com/jch/html-pipeline) filter to autolink GitHub urls. From fd8b4d1e5c6bba85d2b27ddefb484cd3ceaeaa87 Mon Sep 17 00:00:00 2001 From: Winston Date: Wed, 6 Jan 2016 13:42:12 +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 5426946..7244d27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # HTML::Pipeline::LinkifyGitHub +[![Gem Version](https://badge.fury.io/rb/html-pipeline-linkify_github.svg)](https://badge.fury.io/rb/html-pipeline-linkify_github) [![Build Status](https://travis-ci.org/jollygoodcode/html-pipeline-linkify_github.svg)](https://travis-ci.org/jollygoodcode/html-pipeline-linkify_github) [![Code Climate](https://codeclimate.com/github/jollygoodcode/html-pipeline-linkify_github/badges/gpa.svg)](https://codeclimate.com/github/jollygoodcode/html-pipeline-linkify_github)