We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c8024 commit 07cf261Copy full SHA for 07cf261
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+* Fix the java packages to include the extension.
4
+
5
### 2024-11-06 (2.8.0)
6
7
* Emit a deprecation warning when `JSON.load` create custom types without the `create_additions` option being explictly enabled.
json.gemspec
@@ -50,6 +50,7 @@ spec = Gem::Specification.new do |s|
50
51
if java_ext
52
s.platform = 'java'
53
+ s.files += Dir["lib/json/ext/**/*.jar"]
54
else
55
s.extensions = Dir["ext/json/**/extconf.rb"]
56
s.files += Dir["ext/json/**/*.{c,h,rl}"]
0 commit comments