mirror of https://github.com/mastodon/goldfinger
parent
4c57f5978d
commit
62d296bb98
|
@ -3,11 +3,9 @@ Goldfinger, a WebFinger client for Ruby
|
|||
|
||||
[![Gem Version](http://img.shields.io/gem/v/goldfinger.svg)][gem]
|
||||
[![Build Status](http://img.shields.io/travis/tootsuite/goldfinger.svg)][travis]
|
||||
[![Dependency Status](http://img.shields.io/gemnasium/tootsuite/goldfinger.svg)][gemnasium]
|
||||
|
||||
[gem]: https://rubygems.org/gems/goldfinger
|
||||
[travis]: https://travis-ci.org/tootsuite/goldfinger
|
||||
[gemnasium]: https://gemnasium.com/tootsuite/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, can also raise `HTTP:Error` or `OpenSSL::SSL::SSLError` if something is wrong with the HTTPS connection it uses.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'goldfinger'
|
||||
s.version = '2.1.0'
|
||||
s.version = '2.1.1'
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.required_ruby_version = '>= 2.3.0'
|
||||
s.date = '2016-02-17'
|
||||
|
@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|||
s.authors = ['Eugen Rochko']
|
||||
s.email = 'eugen@zeonfederated.com'
|
||||
s.files = `git ls-files lib LICENSE README.md`.split($RS)
|
||||
s.homepage = 'https://github.com/Gargron/goldfinger'
|
||||
s.homepage = 'https://github.com/tootsuite/goldfinger'
|
||||
s.licenses = ['MIT']
|
||||
|
||||
s.add_dependency('http', '~> 4.0')
|
||||
|
|
Loading…
Reference in New Issue