[DRE-commits] [ruby-buff-ignore] 03/04: Disable bundler
Miguel Landaeta
nomadium at moszumanska.debian.org
Sat Aug 1 00:01:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository ruby-buff-ignore.
commit 97edad1b890fd93a613f6016b7bafd626dfbffac
Author: Miguel Landaeta <nomadium at debian.org>
Date: Fri Jul 31 20:44:21 2015 -0300
Disable bundler
---
debian/patches/01_disable_bundler.patch | 32 ++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 33 insertions(+)
diff --git a/debian/patches/01_disable_bundler.patch b/debian/patches/01_disable_bundler.patch
new file mode 100644
index 0000000..a111902
--- /dev/null
+++ b/debian/patches/01_disable_bundler.patch
@@ -0,0 +1,32 @@
+Description: Handle unit tests dependencies manually without Bundler
+Author: Miguel Landaeta <nomadium at debian.org>
+Forwarded: no
+Last-Update: 2015-07-31
+
+--- ruby-buff-ignore-1.1.1.orig/Rakefile
++++ ruby-buff-ignore-1.1.1/Rakefile
+@@ -1,4 +1,4 @@
+-require 'bundler/gem_tasks'
++#require 'bundler/gem_tasks'
+ require 'rspec/core/rake_task'
+
+ RSpec::Core::RakeTask.new do |t|
+--- ruby-buff-ignore-1.1.1.orig/spec/spec_helper.rb
++++ ruby-buff-ignore-1.1.1/spec/spec_helper.rb
+@@ -1,5 +1,7 @@
+-require 'bundler/setup'
++#require 'bundler/setup'
+ require 'spork'
++require 'buff/ignore'
++require_relative 'support/path_helpers'
+
+ Spork.prefork do
+ require 'rspec'
+--- ruby-buff-ignore-1.1.1.orig/spec/support/path_helpers.rb
++++ ruby-buff-ignore-1.1.1/spec/support/path_helpers.rb
+@@ -1,3 +1,5 @@
++require 'fileutils'
++
+ module Buff::Ignore
+ module RSpec
+ module PathHelpers
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f154447
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_disable_bundler.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-buff-ignore.git
More information about the Pkg-ruby-extras-commits
mailing list