From ac1b537f49bf110e87fe50679d80764367fb2d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Tue, 19 Jun 2012 11:21:39 +0200 Subject: [PATCH] remove Travis & Gemnasium badges from README Rationale: - Who cares if the master branch is failing? Most users should be interested in tagged versions only, which we make sure are green. - Who cares if gem dependency status is "out of date"? We are using the versions of dependencies that work for us in testing. - The badges are visually noisy, especially when Markdown is viewed raw. Markdown is supposed to be readable. - I often view rendered README files for gems while offline and it helps if they load no external images. - It's time for badges, like/share/retweet buttons, etc. to fade away. http://informationarchitects.net/blog/sweep-the-sleaze/ --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fa6a73c..a329b405 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Faraday [![Build Status](https://secure.travis-ci.org/technoweenie/faraday.png?branch=master)][travis] [![Dependency Status](https://gemnasium.com/technoweenie/faraday.png?travis)][gemnasium] -[travis]: http://travis-ci.org/technoweenie/faraday -[gemnasium]: https://gemnasium.com/technoweenie/faraday +# Faraday Faraday is an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when