summaryrefslogtreecommitdiff
path: root/libre/ruby/ruby-2.4.1-add-json_pure.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-07 12:47:10 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-07 12:47:10 -0500
commite45612c26658f6bd8e5653b8270061467688fe19 (patch)
tree66554665c871c8c7162e99ad6c3e1cc4fb240bd9 /libre/ruby/ruby-2.4.1-add-json_pure.patch
parent914b793ddce20dc1291480c17ee0aeada5bf43ab (diff)
downloadabslibre-e45612c26658f6bd8e5653b8270061467688fe19.tar.gz
abslibre-e45612c26658f6bd8e5653b8270061467688fe19.tar.bz2
abslibre-e45612c26658f6bd8e5653b8270061467688fe19.zip
ruby-2.5.0-1.parabola1: udpating version
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, 0 insertions, 32 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
deleted file mode 100644
index b624687d0..000000000
--- a/libre/ruby/ruby-2.4.1-add-json_pure.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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'
-