From 62d296bb986f507352c4e4fe239de291710dfca6 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 12 Jan 2020 15:25:22 +0100 Subject: [PATCH] Bump version to 2.1.1 (#12) * Bump version to 2.1.1 * Update README.md --- README.md | 2 -- goldfinger.gemspec | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e70d3e..76ec7c6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/goldfinger.gemspec b/goldfinger.gemspec index 5f46fc7..38f82f3 100644 --- a/goldfinger.gemspec +++ b/goldfinger.gemspec @@ -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')