Skip to content

Commit

Permalink
External adapters exposed
Browse files Browse the repository at this point in the history
  - this was inadvertently removed in 0c873c1
  - the feature was introduced in #941
  • Loading branch information
olleolleolle committed Feb 29, 2020
1 parent e2c56e9 commit ca879dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faraday.gemspec
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|

files = %w[CHANGELOG.md LICENSE.md README.md Rakefile examples lib spec]
spec.files = `git ls-files -z #{files.join(' ')}`.split("\0")
spec.require_paths = %w[lib spec/external_adapters]
spec.metadata = {
'homepage_uri' => 'https://lostisland.github.io/faraday',
'changelog_uri' =>
Expand Down

0 comments on commit ca879dd

Please sign in to comment.