ruby-add-json_pure.patch 716 B

1234567891011121314151617181920212223242526272829
  1. diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
  2. index 93bad87..17ff882 100644
  3. --- a/doc/maintainers.rdoc
  4. +++ b/doc/maintainers.rdoc
  5. @@ -352,6 +352,9 @@ Yukihiro Matsumoto (matz)
  6. NARUSE, Yui (naruse)
  7. https://github.com/ruby/nkf
  8. https://rubygems.org/gems/nkf
  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/ext/.document b/ext/.document
  16. index 5e5bce3..7b370b1 100644
  17. --- a/ext/.document
  18. +++ b/ext/.document
  19. @@ -1,5 +1,9 @@
  20. # Add files to this as they become documented
  21. ++*.rb
  22. ++add/*.rb
  23. ++pure/*.rb
  24. +
  25. bigdecimal/bigdecimal.c
  26. bigdecimal/lib
  27. cgi/escape/escape.c