[DRE-commits] [ruby-rack-rewrite] 03/04: refresh patches
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun May 4 12:13:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-rack-rewrite.
commit 1601f0134d953924a32c22c0be816fa6ccf2e7bd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun May 4 17:06:05 2014 +0530
refresh patches
---
debian/changelog | 1 +
debian/patches/remove-rubygems-bundler.patch | 11 ++++-------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 672161a..9009ed4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-rack-rewrite (1.5.0-1) UNRELEASED; urgency=low
* New upstream release
* Bump gem2deb build dep >= 0.7.5~ (install gemspec for all ruby versions)
+ * Refresh patches
-- Pirate Praveen <praveen at debian.org> Sun, 04 May 2014 17:01:04 +0530
diff --git a/debian/patches/remove-rubygems-bundler.patch b/debian/patches/remove-rubygems-bundler.patch
index 6696f9a..9a0f6bf 100644
--- a/debian/patches/remove-rubygems-bundler.patch
+++ b/debian/patches/remove-rubygems-bundler.patch
@@ -8,16 +8,12 @@ Last-Update: 2013-03-20
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
-@@ -1,13 +1,18 @@
+@@ -1,9 +1,8 @@
-require 'rubygems'
-require 'bundler/setup'
-+# We'll add dependencies in debian/control
-+#require 'rubygems'
-+#require 'bundler/setup'
-
+-
-Bundler.require :default, :development
-+#Bundler.require :default, :development
-
+-
require 'test/unit'
+require 'shoulda'
+require 'mocha/setup'
@@ -26,6 +22,7 @@ Last-Update: 2013-03-20
class Test::Unit::TestCase
end
+@@ -15,4 +14,4 @@
def supported_status_codes
[:r301, :r302, :r303, :r307]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-rewrite.git
More information about the Pkg-ruby-extras-commits
mailing list