[DRE-commits] [SCM] ruby-prawn.git branch, master, updated. upstream/1.0.0_rc1-44-g6e97afc

Cédric Boutillier cedric.boutillier at gmail.com
Thu Nov 24 23:11:54 UTC 2011


The following commit has been merged in the master branch:
commit ec11dde034cf70c303deea4c9175e9bd919c513f
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Nov 8 00:56:10 2011 +0100

    patch: remove bundler/rubygems and LOAD_PATH manipulation from specs

diff --git a/debian/patches/0100_remove_bundler_rubygems_stuff.patch b/debian/patches/0100_remove_bundler_rubygems_stuff.patch
new file mode 100644
index 0000000..1eb87ab
--- /dev/null
+++ b/debian/patches/0100_remove_bundler_rubygems_stuff.patch
@@ -0,0 +1,22 @@
+Description: remove rubygems and bundler stuff from specs
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-11-07
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -2,11 +2,11 @@
+ 
+ puts "Prawn specs: Running on Ruby Version: #{RUBY_VERSION}"
+ 
+-require "rubygems"
+-require "bundler"
+-Bundler.setup
++#require "rubygems"
++#require "bundler"
++#Bundler.setup
+ 
+-$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') 
++#$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') 
+ require "prawn"
+ 
+ Prawn.debug = true
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c24f34d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0100_remove_bundler_rubygems_stuff.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-prawn.git



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