Skip to content

Commit c94e778

Browse files
committed
Modernize gem.
1 parent 85a1705 commit c94e778

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.mailmap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Flavio Fernandes <[email protected]>
1+
Flavio Fernandes <[email protected]>
2+
Korbin Hoffman <[email protected]>

async-http-faraday.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.version = Async::HTTP::Faraday::VERSION
88

99
spec.summary = "Provides an adaptor between async-http and faraday."
10-
spec.authors = ["Samuel Williams", "Igor Sidorov", "Andreas Garnaes", "Genki Takiuchi", "Olle Jonsson", "Benoit Daloze", "Denis Talakevich", "Flavio Fernandes", "Jacob Frautschi"]
10+
spec.authors = ["Samuel Williams", "Igor Sidorov", "Andreas Garnaes", "Genki Takiuchi", "Olle Jonsson", "Benoit Daloze", "Denis Talakevich", "Flavio Fernandes", "Jacob Frautschi", "Korbin Hoffman"]
1111
spec.license = "MIT"
1212

1313
spec.cert_chain = ['release.cert']

lib/async/http/faraday/adapter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Copyright, 2023, by Genki Takiuchi.
99
# Copyright, 2023, by Flavio Fernandes.
1010
# Copyright, 2024, by Jacob Frautschi.
11+
# Copyright, 2024, by Korbin Hoffman.
1112

1213
require 'faraday'
1314
require 'faraday/adapter'

lib/async/http/faraday/clients.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
# frozen_string_literal: true
22

33
# Released under the MIT License.
4-
# Copyright, 2018-2024, by Samuel Williams.
5-
# Copyright, 2018, by Andreas Garnaes.
6-
# Copyright, 2019, by Denis Talakevich.
7-
# Copyright, 2019-2020, by Igor Sidorov.
8-
# Copyright, 2023, by Genki Takiuchi.
9-
# Copyright, 2023, by Flavio Fernandes.
10-
# Copyright, 2024, by Jacob Frautschi.
4+
# Copyright, 2024, by Samuel Williams.
115

126
require 'faraday'
137
require 'faraday/adapter'

license.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Copyright, 2020, by Benoit Daloze.
99
Copyright, 2023, by Genki Takiuchi.
1010
Copyright, 2023, by Flavio Fernandes.
1111
Copyright, 2024, by Jacob Frautschi.
12+
Copyright, 2024, by Korbin Hoffman.
1213

1314
Permission is hereby granted, free of charge, to any person obtaining a copy
1415
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)