[DRE-commits] [ruby-mini-magick] 08/10: remove unsupported rspec features

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Nov 29 22:19:30 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-mini-magick.

commit e83bcacbf49e5a25404153fb79233cf7f303cd30
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 30 03:37:06 2014 +0530

    remove unsupported rspec features
---
 debian/changelog                                |  3 +--
 debian/patches/remove-unsuported-rspec-features | 12 ++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4a4e798..a83ee5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,7 @@ ruby-mini-magick (4.0.1-1) UNRELEASED; urgency=medium
   * Team upload..
   * New upstream release.
   * Refresh patches.
-  * Remove patches remove-unsuported-rspec-features,
-    remove-erroneous-image-test (not needed).
+  * Remove patche remove-erroneous-image-test (not needed).
   * Add pry as build dependency.
 
  -- Pirate Praveen <praveen at debian.org>  Sun, 30 Nov 2014 03:08:46 +0530
diff --git a/debian/patches/remove-unsuported-rspec-features b/debian/patches/remove-unsuported-rspec-features
new file mode 100644
index 0000000..9a32278
--- /dev/null
+++ b/debian/patches/remove-unsuported-rspec-features
@@ -0,0 +1,12 @@
+Index: ruby-mini-magick/spec/spec_helper.rb
+===================================================================
+--- ruby-mini-magick.orig/spec/spec_helper.rb
++++ ruby-mini-magick/spec/spec_helper.rb
+@@ -5,7 +5,6 @@ require "pry"
+ require_relative "support/helpers"
+ 
+ RSpec.configure do |config|
+-  config.disable_monkey_patching!
+   config.formatter = "documentation"
+   config.color = true
+   config.fail_fast = true unless ENV["CI"]
diff --git a/debian/patches/series b/debian/patches/series
index c909268..6f446a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+remove-unsuported-rspec-features
 remove-rubygems
 remove-remote-tests

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



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