[DRE-commits] [ruby-text-table] 05/06: drop patches, relativeto excluded tests

Cédric Boutillier boutil at moszumanska.debian.org
Tue Aug 18 16:05:24 UTC 2015


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

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

commit bb817ddb8a1a1fbed4fc65dd25b7f994e929490a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Aug 18 18:00:56 2015 +0200

    drop patches, relativeto excluded tests
---
 debian/patches/fix_specs_for_ruby18.patch | 17 -----------------
 debian/patches/series                     |  1 -
 2 files changed, 18 deletions(-)

diff --git a/debian/patches/fix_specs_for_ruby18.patch b/debian/patches/fix_specs_for_ruby18.patch
deleted file mode 100644
index a3d1f61..0000000
--- a/debian/patches/fix_specs_for_ruby18.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix Hash syntax in specs for compatibility with Ruby 1.8
-Author: Aaron Tinio <aptinio at gmail.com>
-Origin: https://github.com/aptinio/text-table/commit/e50d0feed8301f503eee872b345edb976c11110b.patch
-Reviewed-by: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2013-06-27
-
---- a/spec/integration/performance_spec.rb
-+++ b/spec/integration/performance_spec.rb
-@@ -13,7 +13,7 @@
-     GC.start
- 
-     Benchmark.realtime do
--      Text::Table.new(rows: Array.new(num)).to_s
-+      Text::Table.new(:rows => Array.new(num)).to_s
-     end
-   end
- end
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a81fa40..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_specs_for_ruby18.patch

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



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