add-json_pure.patch 640 B

123456789101112131415161718192021222324
  1. diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
  2. index 268293a..8063bbf 100644
  3. --- a/doc/maintainers.rdoc
  4. +++ b/doc/maintainers.rdoc
  5. @@ -310,6 +310,9 @@ Zachary Scott (zzak)
  6. Nobuyuki Nakada (nobu)
  7. https://github.com/ruby/io-console
  8. https://rubygems.org/gems/io-console
  9. +[ext/json]
  10. + NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt)
  11. + https://github.com/flori/json
  12. [ext/openssl]
  13. Kazuki Yamaguchi (rhe)
  14. https://github.com/ruby/openssl
  15. diff --git a/lib/json/.document b/lib/json/.document
  16. new file mode 100644
  17. index 0000000000..7ae6b614de
  18. --- /dev/null
  19. +++ b/lib/json/.document
  20. @@ -0,0 +1,3 @@
  21. +*.rb
  22. +add/*.rb
  23. +pure/*.rb