Fix readme badges

[ci skip]
This commit is contained in:
Eugen Rochko 2016-02-18 01:46:25 +01:00
parent 237a9c2e81
commit 8eb4e350b1
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ Goldfinger, a Webfinger client for Ruby
=======================================
[![Gem Version](http://img.shields.io/gem/v/goldfinger.svg)][gem]
[![Build Status](http://img.shields.io/travis/gargron/goldfinger.svg)][travis]
[![Dependency Status](http://img.shields.io/gemnasium/gargron/goldfinger.svg)][gemnasium]
[![Build Status](http://img.shields.io/travis/Gargron/goldfinger.svg)][travis]
[![Dependency Status](http://img.shields.io/gemnasium/Gargron/goldfinger.svg)][gemnasium]
[gem]: https://rubygems.org/gems/goldfinger
[travis]: https://travis-ci.org/gargron/goldfinger
[gemnasium]: https://gemnasium.com/gargron/goldfinger
[travis]: https://travis-ci.org/Gargron/goldfinger
[gemnasium]: https://gemnasium.com/Gargron/goldfinger
A Webfinger client for Ruby. Supports `application/xrd+xml` and `application/jrd+json` responses. Raises `Goldfinger::NotFoundError` on failure to fetch the Webfinger or XRD data, or `Goldfinger::SSLError` if something is wrong with the HTTPS connection it uses.