[DRE-commits] [ruby-prawn-table] 03/05: refresh clean_spec_helper.patch

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jun 11 22:17:41 UTC 2016


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

boutil pushed a commit to branch master
in repository ruby-prawn-table.

commit b5fd13484a3bafc60e074d44040ee8a2bbeba32f
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jun 12 00:02:33 2016 +0200

    refresh clean_spec_helper.patch
---
 debian/patches/clean_spec_helper.patch | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/patches/clean_spec_helper.patch b/debian/patches/clean_spec_helper.patch
index d065bab..7a93e5d 100644
--- a/debian/patches/clean_spec_helper.patch
+++ b/debian/patches/clean_spec_helper.patch
@@ -5,17 +5,17 @@ Description: remove unneeded stuff from spec_helper file
    prawn/table.rb
 Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: no
-Last-Update: 2014-09-16
+Last-Update: 2016-06-12
 
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
-@@ -2,18 +2,8 @@
+@@ -2,17 +2,8 @@
  
  puts "Prawn specs: Running on Ruby Version: #{RUBY_VERSION}"
  
 -require "bundler"
 -Bundler.setup
--
+ 
 -if ENV["COVERAGE"]
 -  require "simplecov"
 -  SimpleCov.start do
@@ -23,7 +23,6 @@ Last-Update: 2014-09-16
 -  end
 -end
 -
- require "prawn"
 -require_relative "../lib/prawn/table"
 +require "prawn/table"
  

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



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