ruby/ext/json
Ufuk Kayserilioglu 12dfd9d1c9
[flori/json] Call `super` in `included` hook
The C extension defines an `included` hook for the
`JSON::Ext::Generator::GeneratorMethods::String` module but neglects to
call `super` in the hook. This can break the functionality of various
other code that rely on the fact that `included` on `Module` will always
be called.

https://github.com/flori/json/commit/cd8bbe56a3
2023-05-24 09:37:30 +09:00
..
fbuffer Merge json-2.0.4. 2017-04-12 00:21:18 +00:00
generator [flori/json] Call `super` in `included` hook 2023-05-24 09:37:30 +09:00
lib Merge json-2.6.3 2022-12-09 16:36:22 +09:00
parser Update the depend files 2023-02-28 09:09:00 -08:00
VERSION Merge json-2.6.3 2022-12-09 16:36:22 +09:00
depend Added depend files 2019-07-14 01:31:29 +09:00
extconf.rb Implement a freeze: parser option 2020-10-20 21:40:25 +09:00
json.gemspec Fix homepage url in gemspec 2023-01-23 17:06:15 +09:00