ruby-changes:68408
From: Pavel <ko1@a...>
Date: Tue, 12 Oct 2021 21:11:25 +0900 (JST)
Subject: [ruby-changes:68408] 10a0fac7e4 (master): [ruby/digest] include jars
https://git.ruby-lang.org/ruby.git/commit/?id=10a0fac7e4 From 10a0fac7e4270fbbaca5458636bbc49a6887e6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= <pavel.rosicky@e...> Date: Thu, 30 Sep 2021 17:22:07 +0200 Subject: [ruby/digest] include jars https://github.com/ruby/digest/commit/c15cbcd978 --- 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 9b61c400f8..efc602ad4d 100644 --- a/ext/digest/digest.gemspec +++ b/ext/digest/digest.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/ext/digest/digest.gemspec#L26 if Gem::Platform === spec.platform and spec.platform =~ 'java' or RUBY_ENGINE == 'jruby' spec.platform = 'java' - spec.files += Dir["ext/java/**/*.{rb,java}"] + spec.files += Dir["ext/java/**/*.{rb,java}", "lib/digest.jar"] spec.require_paths = %w[lib ext/java/org/jruby/ext/digest/lib] else spec.extensions = Dir["ext/digest/**/extconf.rb"] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/