[DRE-commits] [ruby-riddle] 03/03: Apply spec_helper.rb.patch.

Andrew Lee ajqlee at moszumanska.debian.org
Fri Dec 18 21:11:17 UTC 2015


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

ajqlee pushed a commit to branch master
in repository ruby-riddle.

commit 6a87a39ec2901d048c9f788e4f794fdfd2eb9d5a
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Sat Dec 19 05:08:54 2015 +0800

    Apply spec_helper.rb.patch.
---
 debian/patches/series               |  1 +
 debian/patches/spec_helper.rb.patch | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e4ea440
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spec_helper.rb.patch
diff --git a/debian/patches/spec_helper.rb.patch b/debian/patches/spec_helper.rb.patch
new file mode 100644
index 0000000..f3e8629
--- /dev/null
+++ b/debian/patches/spec_helper.rb.patch
@@ -0,0 +1,15 @@
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,12 +1,6 @@
+-require 'rubygems'
+-require 'bundler'
+-
+-$:.unshift File.dirname(__FILE__) + '/../lib'
+-$:.unshift File.dirname(__FILE__) + '/..'
+ 
+ Dir['spec/support/**/*.rb'].each { |f| require f }
+ 
+-Bundler.require :default, :development
+ 
+ require 'riddle'
+ 

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



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