[DRE-commits] [ruby-buff-ignore] 04/05: Refresh patch 01_disable_bundler.patch to load pathname

zeha at debian.org zeha at debian.org
Thu Mar 3 19:16:56 UTC 2016


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

zeha pushed a commit to annotated tag debian/1.1.1-2
in repository ruby-buff-ignore.

commit f1b87025a6178787eccce9d171230745c2cea3dd
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Thu Mar 3 19:47:19 2016 +0100

    Refresh patch 01_disable_bundler.patch to load pathname
---
 debian/patches/01_disable_bundler.patch | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/patches/01_disable_bundler.patch b/debian/patches/01_disable_bundler.patch
index a111902..9ecfb22 100644
--- a/debian/patches/01_disable_bundler.patch
+++ b/debian/patches/01_disable_bundler.patch
@@ -3,16 +3,20 @@ 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
+Index: ruby-buff-ignore/Rakefile
+===================================================================
+--- ruby-buff-ignore.orig/Rakefile
++++ ruby-buff-ignore/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
+Index: ruby-buff-ignore/spec/spec_helper.rb
+===================================================================
+--- ruby-buff-ignore.orig/spec/spec_helper.rb
++++ ruby-buff-ignore/spec/spec_helper.rb
 @@ -1,5 +1,7 @@
 -require 'bundler/setup'
 +#require 'bundler/setup'
@@ -22,10 +26,13 @@ Last-Update: 2015-07-31
  
  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 @@
+Index: ruby-buff-ignore/spec/support/path_helpers.rb
+===================================================================
+--- ruby-buff-ignore.orig/spec/support/path_helpers.rb
++++ ruby-buff-ignore/spec/support/path_helpers.rb
+@@ -1,3 +1,6 @@
 +require 'fileutils'
++require 'pathname'
 +
  module Buff::Ignore
    module RSpec

-- 
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