1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/digest] gemspec: Avoid distributing extraneous files

https://github.com/ruby/digest/commit/0a451e0c94
This commit is contained in:
Olle Jonsson 2021-04-01 16:10:52 +02:00 committed by Hiroshi SHIBATA
parent add48acea3
commit 26e859b5c7
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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",