Skip to content

Commit 7d0d58c

Browse files
committed
Modernize gem.
1 parent 80097b5 commit 7d0d58c

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

.rubocop.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Layout/IndentationConsistency:
1616
Enabled: true
1717
EnforcedStyle: normal
1818

19+
Layout/BlockAlignment:
20+
Enabled: true
21+
1922
Layout/EndAlignment:
2023
Enabled: true
2124
EnforcedStyleAlignWith: start_of_line

async-http-faraday.gemspec

+1-1
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", "Korbin Hoffman"]
10+
spec.authors = ["Samuel Williams", "Igor Sidorov", "Andreas Garnaes", "Genki Takiuchi", "Olle Jonsson", "Benoit Daloze", "Denis Talakevich", "Flavio Fernandes", "Jacob Frautschi"]
1111
spec.license = "MIT"
1212

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

bake.rb

Whitespace-only changes.

lib/async/http/faraday/adapter.rb

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Copyright, 2023, by Genki Takiuchi.
99
# Copyright, 2023, by Flavio Fernandes.
1010
# Copyright, 2024, by Jacob Frautschi.
11-
# Copyright, 2024, by Korbin Hoffman.
1211

1312
require 'faraday'
1413
require 'faraday/adapter'

license.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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.
1312

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

test/async/http/faraday/adapter/parallel.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
adapter&.close
4141
end
4242
end
43-
end
43+
end

0 commit comments

Comments
 (0)