ruby-changes:66925
From: Olle <ko1@a...>
Date: Wed, 28 Jul 2021 11:48:52 +0900 (JST)
Subject: [ruby-changes:66925] 26e859b5c7 (master): [ruby/digest] gemspec: Avoid distributing extraneous files
https://git.ruby-lang.org/ruby.git/commit/?id=26e859b5c7 From 26e859b5c7e9481b070dbd38dbf82d53e59d08c3 Mon Sep 17 00:00:00 2001 From: Olle Jonsson <olle.jonsson@g...> Date: Thu, 1 Apr 2021 16:10:52 +0200 Subject: [ruby/digest] gemspec: Avoid distributing extraneous files https://github.com/ruby/digest/commit/0a451e0c94 --- ext/digest/digest.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/digest/digest.gemspec b/ext/digest/digest.gemspec index 30ecf19..de70588 100644 --- a/ext/digest/digest.gemspec +++ b/ext/digest/digest.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.gemspec#L13 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", -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/