summaryrefslogtreecommitdiffstats
path: root/rubygem-resque-job-stats-0.3.0-rm-bundler.patch
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2014-05-27 15:24:32 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2014-05-27 15:24:32 -0600
commit6ed5da9da3cfa53765719e5106b2f8b9dd36035b (patch)
tree6ad32a0cf75ee2e72d5cfebdecd1d92a7a432940 /rubygem-resque-job-stats-0.3.0-rm-bundler.patch
parentfb380ab4adba25257e4f528e6709ff078cc3f4f6 (diff)
downloadrubygem-resque-job-stats-6ed5da9da3cfa53765719e5106b2f8b9dd36035b.tar.gz
rubygem-resque-job-stats-6ed5da9da3cfa53765719e5106b2f8b9dd36035b.tar.xz
rubygem-resque-job-stats-6ed5da9da3cfa53765719e5106b2f8b9dd36035b.zip
Adjustments for https://fedoraproject.org/wiki/Changes/Ruby_2.1
- Drop patch0 in favor of a more future-proof Bundler-removal solution
Diffstat (limited to 'rubygem-resque-job-stats-0.3.0-rm-bundler.patch')
-rw-r--r--rubygem-resque-job-stats-0.3.0-rm-bundler.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/rubygem-resque-job-stats-0.3.0-rm-bundler.patch b/rubygem-resque-job-stats-0.3.0-rm-bundler.patch
deleted file mode 100644
index 51f6253..0000000
--- a/rubygem-resque-job-stats-0.3.0-rm-bundler.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From c2c707bc977a716c1b089c2772c3c6940d69a8a3 Mon Sep 17 00:00:00 2001
-From: Ken Dreyer <ktdreyer@ktdreyer.com>
-Date: Mon, 2 Dec 2013 21:43:14 -0700
-Subject: [PATCH] Fedora only: remove test suite dependency on bundler
-
----
- test/helper.rb | 8 --------
- 1 file changed, 8 deletions(-)
-
-diff --git a/test/helper.rb b/test/helper.rb
-index 5974035..53d4ea8 100644
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -1,12 +1,4 @@
- require 'rubygems'
--require 'bundler'
--begin
-- Bundler.setup(:default, :development)
--rescue Bundler::BundlerError => e
-- $stderr.puts e.message
-- $stderr.puts "Run `bundle install` to install missing gems"
-- exit e.status_code
--end
- require 'minitest/unit'
- require 'minitest/mock'
- require 'rack/test'
---
-1.8.3.1
-