summaryrefslogtreecommitdiff
path: root/libre/ruby/ruby-2.4.1-add-json_pure.patch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-06-24 23:26:32 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-06-25 01:18:03 -0400
commitdd149cd90180fe4a0c66274147eb68b62c7bf6d0 (patch)
tree92776a6f6abc262bb8e093d15195df87aa690ddd /libre/ruby/ruby-2.4.1-add-json_pure.patch
parentc4d932795de4399151d624622da341d158ab93fb (diff)
downloadabslibre-dd149cd90180fe4a0c66274147eb68b62c7bf6d0.tar.gz
abslibre-dd149cd90180fe4a0c66274147eb68b62c7bf6d0.tar.bz2
abslibre-dd149cd90180fe4a0c66274147eb68b62c7bf6d0.zip
libre/ruby: update to json 2.0.2
Diffstat (limited to 'libre/ruby/ruby-2.4.1-add-json_pure.patch')
-rw-r--r--libre/ruby/ruby-2.4.1-add-json_pure.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/libre/ruby/ruby-2.4.1-add-json_pure.patch b/libre/ruby/ruby-2.4.1-add-json_pure.patch
new file mode 100644
index 000000000..b624687d0
--- /dev/null
+++ b/libre/ruby/ruby-2.4.1-add-json_pure.patch
@@ -0,0 +1,32 @@
+diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
+index ec6a6b7134..11a1079e57 100644
+--- a/doc/maintainers.rdoc
++++ b/doc/maintainers.rdoc
+@@ -72,6 +72,8 @@ Zachary Scott (zzak)
+ Akinori MUSHA (knu)
+ [lib/irb.rb, lib/irb/*]
+ Keiju ISHITSUKA (keiju)
++[lib/json]
++ NARUSE, Yui (naruse)
+ [lib/logger.rb]
+ Naotoshi Seo (sonots)
+ [lib/mathn.rb]
+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
+diff --git a/test/json/test_helper.rb b/test/json/test_helper.rb
+index 9d3665d47a..3feed36b6a 100644
+--- a/test/json/test_helper.rb
++++ b/test/json/test_helper.rb
+@@ -1,5 +1,3 @@
+-gem 'json', File.read('VERSION').chomp
+-
+ $:.unshift 'lib'
+ require 'json'
+