[DRE-commits] [ruby-amq-protocol] 04/09: debian/patches: refresh disable_bundler patch

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Mar 10 03:00:16 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository ruby-amq-protocol.

commit 0c592f840eac82ce5f87a38d1aa141b0a2a307bf
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Mar 9 23:16:51 2016 -0300

    debian/patches: refresh disable_bundler patch
---
 debian/changelog               |  1 +
 debian/patches/disable_bundler | 11 +++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2bd6ab2..8b883e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ruby-amq-protocol (2.0.1-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Imported Upstream version 2.0.1
   * debian/rules: add --check-dependencies flag
+  * debian/patches: refresh disable_bundler patch
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Wed, 09 Mar 2016 23:11:15 -0300
 
diff --git a/debian/patches/disable_bundler b/debian/patches/disable_bundler
index 8ce6ae1..9da426f 100644
--- a/debian/patches/disable_bundler
+++ b/debian/patches/disable_bundler
@@ -1,18 +1,17 @@
-Description: disable bundler and effin_utf8 usage in tests
-Author: Jonas Genannt <jonas.genannt at capi2name.de>
-Forwarded: not-needed
+Description: disable bundler and effin_utf8 during tests execution
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-03-09
 
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
-@@ -1,9 +1,9 @@
+@@ -1,10 +1,8 @@
  # encoding: binary
  
 -require 'bundler/setup'
-+#require 'bundler/setup'
  require 'rspec'
+ require 'rspec/its'
  
 -require "effin_utf8"
-+#require "effin_utf8"
  
  begin
    require 'simplecov'

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



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