Skip to content

Commit

Permalink
Modernize gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 31, 2024
1 parent 80097b5 commit 7d0d58c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Layout/IndentationConsistency:
Enabled: true
EnforcedStyle: normal

Layout/BlockAlignment:
Enabled: true

Layout/EndAlignment:
Enabled: true
EnforcedStyleAlignWith: start_of_line
Expand Down
2 changes: 1 addition & 1 deletion async-http-faraday.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
Empty file added bake.rb
Empty file.
1 change: 0 additions & 1 deletion lib/async/http/faraday/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/async/http/faraday/adapter/parallel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
adapter&.close
end
end
end
end

0 comments on commit 7d0d58c

Please sign in to comment.