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/
This commit is contained in:
Mislav Marohnić 2012-06-19 11:21:39 +02:00
parent aa300717d2
commit ac1b537f49

View File

@ -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