Skip to content

Commit

Permalink
gemspec: Avoid distributing extraneous files
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Apr 12, 2021
1 parent 8ce3289 commit 0a451e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.licenses = ["Ruby", "BSD-2-Clause"]

spec.files = [
"Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "digest.gemspec",
"LICENSE.txt", "README.md",
"ext/digest/bubblebabble/bubblebabble.c", "ext/digest/bubblebabble/extconf.rb", "ext/digest/defs.h",
"ext/digest/digest.c", "ext/digest/digest.h", "ext/digest/digest_conf.rb", "ext/digest/extconf.rb",
"ext/digest/md5/extconf.rb", "ext/digest/md5/md5.c", "ext/digest/md5/md5.h", "ext/digest/md5/md5cc.h",
Expand Down

0 comments on commit 0a451e0

Please sign in to comment.