[DRE-commits] [ruby-pdf-core] 05/07: do not use bundler in specs

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 21 13:55:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-pdf-core.

commit a39fd847c52ae806c9cdac3dbb3f2bf38a8e4ef5
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Mar 21 14:26:10 2014 +0100

    do not use bundler in specs
---
 debian/patches/no_bundler.patch | 17 +++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/no_bundler.patch b/debian/patches/no_bundler.patch
new file mode 100644
index 0000000..88096e9
--- /dev/null
+++ b/debian/patches/no_bundler.patch
@@ -0,0 +1,17 @@
+Description: do not use bundler in specs
+Origin: vendor
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: no
+Last-Update: 2014-03-21
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -2,8 +2,6 @@
+ 
+ puts "PDF::Core specs: Running on Ruby Version: #{RUBY_VERSION}"
+ 
+-require "bundler"
+-Bundler.setup
+ 
+ if ENV["COVERAGE"]
+   require "simplecov"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e7364da
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no_bundler.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pdf-core.git



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