summaryrefslogtreecommitdiff
path: root/ext/json/json.gemspec
diff options
context:
space:
mode:
authorBenoit Daloze <[email protected]>2024-10-21 21:38:12 +0200
committerHiroshi SHIBATA <[email protected]>2024-10-26 18:44:15 +0900
commit1cf1bf9588261263fbf5d423d4786d59bc2600f7 ()
tree1969eea8943ee59f8bcb9a804b91a56cb8385aac /ext/json/json.gemspec
parent70f554efb468278d4488c988f1eb59d00bacbda5 (diff)
[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://.com/ruby/json/commit/1e2809b0b0
-rw-r--r--ext/json/json.gemspec1
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ Gem::Specification.new do |s|
"lib/json/add/time.rb",
"lib/json/common.rb",
"lib/json/ext.rb",
"lib/json/generic_object.rb",
"lib/json/pure.rb",
"lib/json/pure/generator.rb",