[DRE-commits] [SCM] ruby-parser.git branch, master, updated. upstream/2.2.0-12-g8d010b9

Praveen Arimbrathodiyil pravi.a at gmail.com
Mon Sep 5 11:40:26 UTC 2011


The following commit has been merged in the master branch:
commit a325fc66600165409a7a63831ef08420e193bf10
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Mon Sep 5 15:13:08 2011 +0530

    patch out require rubygems line

diff --git a/debian/patches/001-remove-rubygems-require.patch b/debian/patches/001-remove-rubygems-require.patch
new file mode 100644
index 0000000..1b70569
--- /dev/null
+++ b/debian/patches/001-remove-rubygems-require.patch
@@ -0,0 +1,13 @@
+--- a/lib/gauntlet_rubyparser.rb
++++ b/lib/gauntlet_rubyparser.rb
+@@ -5,7 +5,9 @@
+ $:.unshift "../../ruby_parser/dev/lib"
+ $:.unshift "../../ruby2ruby/dev/lib"
+ 
+-require 'rubygems'
++# remove rubygems require
++# require 'rubygems'
++
+ require 'ruby2ruby'
+ require 'ruby_parser'
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..beb05d3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+001-remove-rubygems-require.patch

-- 
ruby-parser.git



More information about the Pkg-ruby-extras-commits mailing list