Skip to content

Commit

Permalink
Add comment in gemspec to explain exposure of examples and spec f…
Browse files Browse the repository at this point in the history
…olders. (#1192)

Fixes #1190
  • Loading branch information
iMacTia committed Oct 21, 2020
1 parent 571dc11 commit 680407d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faraday.gemspec
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'multipart-post', '>= 1.2', '< 3'
spec.add_dependency 'ruby2_keywords'

# Includes `examples` and `spec` to allow external adapter gems to run Faraday unit and integration tests
spec.files = Dir['CHANGELOG.md', '{examples,lib,spec}/**/*', 'LICENSE.md', 'Rakefile', 'README.md']
spec.require_paths = %w[lib spec/external_adapters]
spec.metadata = {
Expand Down

0 comments on commit 680407d

Please sign in to comment.