summaryrefslogtreecommitdiff
path: root/libre/ruby/add-json_pure.patch
blob: 96017494d1baf42e66de2a076edada8a2efab35a (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
@@ -348,6 +348,9 @@
   Nobuyuki Nakada (nobu)
   https://github.com/ruby/io-wait
   https://rubygems.org/gems/io-wait
+[ext/json]
+  NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt)
+  https://github.com/flori/json
 [ext/nkf]
   NARUSE, Yui (naruse)
   https://github.com/ruby/nkf
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