Skip to content

Commit

Permalink
gemspec: Exclude spec files from published gem (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBert authored Jul 12, 2024
1 parent 97b1c36 commit c6fc806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gem::Specification.new do |s|

s.metadata["rubygems_mfa_required"] = "true"

s.files = `git ls-files`.split("\n")
s.files = Dir["lib/**/*"] + %w[CHANGELOG.md LICENSE README.md UPDATING.md]
s.require_path = 'lib'
end

0 comments on commit c6fc806

Please sign in to comment.