summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
authorPavel Rosický <[email protected]>2021-09-30 17:22:07 +0200
committerHiroshi SHIBATA <[email protected]>2021-10-12 20:53:17 +0900
commit10a0fac7e4270fbbaca5458636bbc49a6887e6c9 ()
tree54fa2c2baf6883d1ae9b8c2ad612d83053843994 /ext/digest
parente94bcda02539e1695cdda9550ace45c1890e541c (diff)
[ruby/digest] include jars
https://.com/ruby/digest/commit/c15cbcd978
-rw-r--r--ext/digest/digest.gemspec2
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
if Gem::Platform === spec.platform and spec.platform =~ 'java' or RUBY_ENGINE == 'jruby'
spec.platform = 'java'
- spec.files += Dir["ext/java/**/*.{rb,java}"]
spec.require_paths = %w[lib ext/java/org/jruby/ext/digest/lib]
else
spec.extensions = Dir["ext/digest/**/extconf.rb"]