summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-04-01 16:10:52 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-07-28 11:48:36 +0900
commit26e859b5c7e9481b070dbd38dbf82d53e59d08c3 (patch)
tree16971977f48a1aebc21e627853c5e82a7a135d41 /ext/digest
parentadd48acea31560997796c0e7f2541cfbec93b44f (diff)
downloadruby-26e859b5c7e9481b070dbd38dbf82d53e59d08c3.tar.gz
[ruby/digest] gemspec: Avoid distributing extraneous files
https://github.com/ruby/digest/commit/0a451e0c94
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/digest.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec
index 30ecf19634..de70588076 100644
--- a/ext/digest/digest.gemspec
+++ b/ext/digest/digest.gemspec
@@ -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",