[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. upstream/0.10.0-15-g3168024

Cédric Boutillier cedric.boutillier at gmail.com
Wed Sep 7 08:55:52 UTC 2011


The following commit has been merged in the master branch:
commit 56ffa17ceb4c130d47b040620ee42ec59460ef65
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Sep 6 23:36:00 2011 +0200

    add 'rspec' and remove 'rubygems'/'bundle' stuff from spec/

diff --git a/debian/patches/0004-spec_fix_requires.patch b/debian/patches/0004-spec_fix_requires.patch
new file mode 100644
index 0000000..3547db5
--- /dev/null
+++ b/debian/patches/0004-spec_fix_requires.patch
@@ -0,0 +1,22 @@
+Description: fix requires in spec/
+ Disable rubygems and bundler stuff
+ Add requirement on rspec
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-09-06
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,9 +1,10 @@
+ # coding: utf-8
+ 
+-require "rubygems"
+-require "bundler"
+-Bundler.setup
++#require "rubygems"
++#require "bundler"
++#Bundler.setup
+ 
++require 'rspec'
+ require 'pdf/reader'
+ require 'timeout'
+ require 'singleton'
diff --git a/debian/patches/series b/debian/patches/series
index bb2f52c..107dba2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-bin_rubygems_load_path.patch
 0002-examples_rubygems.patch
 0003-examples_fix_shebang.patch
+0004-spec_fix_requires.patch

-- 
ruby-pdf-reader.git



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