summaryrefslogtreecommitdiff
path: root/libre/ruby2.7/ruby-add-json_pure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/ruby2.7/ruby-add-json_pure.patch')
-rw-r--r--libre/ruby2.7/ruby-add-json_pure.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/ruby2.7/ruby-add-json_pure.patch b/libre/ruby2.7/ruby-add-json_pure.patch
new file mode 100644
index 000000000..5529cc58c
--- /dev/null
+++ b/libre/ruby2.7/ruby-add-json_pure.patch
@@ -0,0 +1,23 @@
+diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
+index 268293a..8063bbf 100644
+--- a/doc/maintainers.rdoc
++++ b/doc/maintainers.rdoc
+@@ -310,6 +310,9 @@ Zachary Scott (zzak)
+ Nobuyuki Nakada (nobu)
+ https://github.com/ruby/io-console
+ https://rubygems.org/gems/io-console
++[ext/json]
++ NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt)
++ https://github.com/flori/json
+ [ext/openssl]
+ Kazuki Yamaguchi (rhe)
+ https://github.com/ruby/openssl
+diff --git a/lib/json/.document b/lib/json/.document
+new file mode 100644
+index 0000000000..7ae6b614de
+--- /dev/null
++++ b/lib/json/.document
+@@ -0,0 +1,3 @@
++*.rb
++add/*.rb
++pure/*.rb