[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. debian/0.10.1-1-11-g0ba09f1

Cédric Boutillier cedric.boutillier at gmail.com
Tue Mar 13 13:23:40 UTC 2012


The following commit has been merged in the master branch:
commit 8a82cf1c4cda0cc97d30b59e6ccca83463fafa2a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Feb 13 11:21:02 2012 +0100

    drop 0005_fix_rspec_example.patch

diff --git a/debian/patches/0005_fix_rspec_example.patch b/debian/patches/0005_fix_rspec_example.patch
deleted file mode 100644
index c438976..0000000
--- a/debian/patches/0005_fix_rspec_example.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: make example/rspec.rb work
- This example was written for an old version of rspec
- This is already fixed in upstream repository for later versions
-Author: Cédric Boutillier <cedric.boutillier at gmail.com>
-Last-Update: 2011-09-07
-
---- a/examples/rspec.rb
-+++ b/examples/rspec.rb
-@@ -5,7 +5,7 @@
- 
- require 'pdf/reader'
- require 'pdf/writer'
--require 'spec'
-+require 'rspec'
- 
- class PageTextReceiver
-   attr_accessor :content
-@@ -34,8 +34,8 @@
-   end
- end
- 
--context "My generated PDF" do
--  specify "should have the correct text on 2 pages" do
-+describe "My generated PDF" do
-+  it "should have the correct text on 2 pages" do
- 
-     # generate our PDF
-     pdf = PDF::Writer.new
diff --git a/debian/patches/series b/debian/patches/series
index 7f43576..aba98c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0002-examples_rubygems.patch
 0004-spec_fix_requires.patch
-0005_fix_rspec_example.patch

-- 
ruby-pdf-reader.git



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