summaryrefslogtreecommitdiff
path: root/libre/ruby2.7/ruby-add-json_pure.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-07-24 02:24:22 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-07-24 02:43:07 -0400
commit60f547f8e15074cc1599dab66d2043edd0d4498f (patch)
tree7618149c1d6dad1f4177c5db851c8237d109d148 /libre/ruby2.7/ruby-add-json_pure.patch
parente04da0b16166baa71c6e77691e9ccefea7e616a4 (diff)
downloadabslibre-60f547f8e15074cc1599dab66d2043edd0d4498f.tar.gz
abslibre-60f547f8e15074cc1599dab66d2043edd0d4498f.tar.bz2
abslibre-60f547f8e15074cc1599dab66d2043edd0d4498f.zip
[ruby2.7]: add package
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