mirror of
https://github.com/mastodon/goldfinger
synced 2025-04-11 22:57:00 +02:00
parent
4c57f5978d
commit
62d296bb98
@ -3,11 +3,9 @@ Goldfinger, a WebFinger client for Ruby
|
|||||||
|
|
||||||
[][gem]
|
[][gem]
|
||||||
[][travis]
|
[][travis]
|
||||||
[][gemnasium]
|
|
||||||
|
|
||||||
[gem]: https://rubygems.org/gems/goldfinger
|
[gem]: https://rubygems.org/gems/goldfinger
|
||||||
[travis]: https://travis-ci.org/tootsuite/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.
|
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|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'goldfinger'
|
s.name = 'goldfinger'
|
||||||
s.version = '2.1.0'
|
s.version = '2.1.1'
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.required_ruby_version = '>= 2.3.0'
|
s.required_ruby_version = '>= 2.3.0'
|
||||||
s.date = '2016-02-17'
|
s.date = '2016-02-17'
|
||||||
@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|||||||
s.authors = ['Eugen Rochko']
|
s.authors = ['Eugen Rochko']
|
||||||
s.email = 'eugen@zeonfederated.com'
|
s.email = 'eugen@zeonfederated.com'
|
||||||
s.files = `git ls-files lib LICENSE README.md`.split($RS)
|
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.licenses = ['MIT']
|
||||||
|
|
||||||
s.add_dependency('http', '~> 4.0')
|
s.add_dependency('http', '~> 4.0')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user