From c94e7788d45df775783f0a56d84cfcdb80a81276 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Tue, 13 Aug 2024 13:57:25 +1200 Subject: [PATCH] Modernize gem. --- .mailmap | 3 ++- async-http-faraday.gemspec | 2 +- lib/async/http/faraday/adapter.rb | 1 + lib/async/http/faraday/clients.rb | 8 +------- license.md | 1 + 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.mailmap b/.mailmap index f762996..ca19b6b 100644 --- a/.mailmap +++ b/.mailmap @@ -1 +1,2 @@ -Flavio Fernandes \ No newline at end of file +Flavio Fernandes +Korbin Hoffman \ No newline at end of file diff --git a/async-http-faraday.gemspec b/async-http-faraday.gemspec index 82d49d8..578b876 100644 --- a/async-http-faraday.gemspec +++ b/async-http-faraday.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.version = Async::HTTP::Faraday::VERSION spec.summary = "Provides an adaptor between async-http and faraday." - spec.authors = ["Samuel Williams", "Igor Sidorov", "Andreas Garnaes", "Genki Takiuchi", "Olle Jonsson", "Benoit Daloze", "Denis Talakevich", "Flavio Fernandes", "Jacob Frautschi"] + spec.authors = ["Samuel Williams", "Igor Sidorov", "Andreas Garnaes", "Genki Takiuchi", "Olle Jonsson", "Benoit Daloze", "Denis Talakevich", "Flavio Fernandes", "Jacob Frautschi", "Korbin Hoffman"] spec.license = "MIT" spec.cert_chain = ['release.cert'] diff --git a/lib/async/http/faraday/adapter.rb b/lib/async/http/faraday/adapter.rb index 68a4fa1..0a688af 100644 --- a/lib/async/http/faraday/adapter.rb +++ b/lib/async/http/faraday/adapter.rb @@ -8,6 +8,7 @@ # Copyright, 2023, by Genki Takiuchi. # Copyright, 2023, by Flavio Fernandes. # Copyright, 2024, by Jacob Frautschi. +# Copyright, 2024, by Korbin Hoffman. require 'faraday' require 'faraday/adapter' diff --git a/lib/async/http/faraday/clients.rb b/lib/async/http/faraday/clients.rb index 6c52c9a..2845cec 100644 --- a/lib/async/http/faraday/clients.rb +++ b/lib/async/http/faraday/clients.rb @@ -1,13 +1,7 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2018-2024, by Samuel Williams. -# Copyright, 2018, by Andreas Garnaes. -# Copyright, 2019, by Denis Talakevich. -# Copyright, 2019-2020, by Igor Sidorov. -# Copyright, 2023, by Genki Takiuchi. -# Copyright, 2023, by Flavio Fernandes. -# Copyright, 2024, by Jacob Frautschi. +# Copyright, 2024, by Samuel Williams. require 'faraday' require 'faraday/adapter' diff --git a/license.md b/license.md index dbbc208..ce95b24 100644 --- a/license.md +++ b/license.md @@ -9,6 +9,7 @@ Copyright, 2020, by Benoit Daloze. Copyright, 2023, by Genki Takiuchi. Copyright, 2023, by Flavio Fernandes. Copyright, 2024, by Jacob Frautschi. +Copyright, 2024, by Korbin Hoffman. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal