summaryrefslogtreecommitdiff
path: root/libre/ruby2.7/ruby-add-json_pure.patch
blob: 5529cc58cace8052fbda3186980912c71e0c3afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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