Skip to content

Commit a78cb95

Browse files
byroothsbt
authored andcommitted
[ruby/json] Fix gemspec to include .jar files
Fix: ruby/json#694 This was lost during the .gemspec merge and not noticed because it was falling back to loading the jars from the stdlib. ruby/json@07cf261251
1 parent a75fabf commit a78cb95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/json/json.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spec = Gem::Specification.new do |s|
5050

5151
if java_ext
5252
s.platform = 'java'
53+
s.files += Dir["lib/json/ext/**/*.jar"]
5354
else
5455
s.extensions = Dir["ext/json/**/extconf.rb"]
5556
s.files += Dir["ext/json/**/*.{c,h,rl}"]

0 commit comments

Comments
 (0)