[ruby/json] Add lib/json/ext/generator/state.rb to the gemspec

* Otherwise the gem always uses the pure-Ruby backend
  as it's missing that file and rescuing the LoadError.

https://github.com/ruby/json/commit/1e2809b0b0
This commit is contained in:
Benoit Daloze 2024-10-21 21:38:12 +02:00 committed by Hiroshi SHIBATA
parent 70f554efb4
commit 1cf1bf9588

View File

@ -50,6 +50,7 @@ Gem::Specification.new do |s|
"lib/json/add/time.rb",
"lib/json/common.rb",
"lib/json/ext.rb",
"lib/json/ext/generator/state.rb",
"lib/json/generic_object.rb",
"lib/json/pure.rb",
"lib/json/pure/generator.rb",