[DRE-commits] [ruby-filepath] 05/07: Patch to avoid requiring bundler in Rakefile

Gioele Barabucci gioele-guest at alioth.debian.org
Sun Sep 22 13:23:30 UTC 2013


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

gioele-guest pushed a commit to branch master
in repository ruby-filepath.

commit 63b63b9324dfd30045a09e292b70d98358649df9
Author: Gioele Barabucci <gioele at svario.it>
Date:   Sun Sep 22 11:43:29 2013 +0000

    Patch to avoid requiring bundler in Rakefile
---
 .../0002-Avoid-requiring-bundler-in-Rakefile.patch  |   19 +++++++++++++++++++
 debian/patches/series                               |    1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/0002-Avoid-requiring-bundler-in-Rakefile.patch b/debian/patches/0002-Avoid-requiring-bundler-in-Rakefile.patch
new file mode 100644
index 0000000..93dee59
--- /dev/null
+++ b/debian/patches/0002-Avoid-requiring-bundler-in-Rakefile.patch
@@ -0,0 +1,19 @@
+From: Gioele Barabucci <gioele at svario.it>
+Date: Sun, 22 Sep 2013 11:42:51 +0000
+Subject: Avoid requiring bundler in Rakefile
+
+---
+ Rakefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Rakefile b/Rakefile
+index 9e1a46b..fbcf4d6 100644
+--- a/Rakefile
++++ b/Rakefile
+@@ -1,6 +1,5 @@
+ # This is free software released into the public domain (CC0 license).
+ 
+-require 'bundler/gem_tasks'
+ require 'rspec/core/rake_task'
+ 
+ require File.join(File.dirname(__FILE__), 'spec/tasks')
diff --git a/debian/patches/series b/debian/patches/series
index 388a8f3..7698330 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Require-RSpec-in-helper.patch
+0002-Avoid-requiring-bundler-in-Rakefile.patch

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



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