Bump version to 2.1.1 (#12)

* Bump version to 2.1.1

* Update README.md
This commit is contained in:
Eugen Rochko 2020-01-12 15:25:22 +01:00 committed by GitHub
parent 4c57f5978d
commit 62d296bb98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

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

View File

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