diff --git a/.rubocop.yml b/.rubocop.yml index 442c667..a2447c2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -16,6 +16,9 @@ Layout/IndentationConsistency: Enabled: true EnforcedStyle: normal +Layout/BlockAlignment: + Enabled: true + Layout/EndAlignment: Enabled: true EnforcedStyleAlignWith: start_of_line diff --git a/async-http-faraday.gemspec b/async-http-faraday.gemspec index 3736de0..088506c 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", "Korbin Hoffman"] + spec.authors = ["Samuel Williams", "Igor Sidorov", "Andreas Garnaes", "Genki Takiuchi", "Olle Jonsson", "Benoit Daloze", "Denis Talakevich", "Flavio Fernandes", "Jacob Frautschi"] spec.license = "MIT" spec.cert_chain = ['release.cert'] diff --git a/bake.rb b/bake.rb new file mode 100644 index 0000000..e69de29 diff --git a/lib/async/http/faraday/adapter.rb b/lib/async/http/faraday/adapter.rb index ce3352e..370d03d 100644 --- a/lib/async/http/faraday/adapter.rb +++ b/lib/async/http/faraday/adapter.rb @@ -8,7 +8,6 @@ # 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/license.md b/license.md index ce95b24..dbbc208 100644 --- a/license.md +++ b/license.md @@ -9,7 +9,6 @@ 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 diff --git a/test/async/http/faraday/adapter/parallel.rb b/test/async/http/faraday/adapter/parallel.rb index 2aa4e0f..b5cd4a2 100644 --- a/test/async/http/faraday/adapter/parallel.rb +++ b/test/async/http/faraday/adapter/parallel.rb @@ -40,4 +40,4 @@ adapter&.close end end -end \ No newline at end of file +end