[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:
parent
70f554efb4
commit
1cf1bf9588
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user