[DRE-commits] [SCM] ruby-ascii85.git branch, master, updated. upstream/1.0.1-6-g4eb4ec0

Cédric Boutillier cedric.boutillier at gmail.com
Fri Sep 2 21:57:29 UTC 2011


The following commit has been merged in the master branch:
commit 0b58f75a00fd0c4595f91d4f71ee73afad59bef8
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Sep 2 23:40:27 2011 +0200

    patch to fix missing require in spec_helper.rb

diff --git a/.gitignore b/.gitignore
index 88bc462..845ca06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1 @@
-*.gem
-.bundle
-Gemfile.lock
-doc/
-pkg/*
+.pc
diff --git a/debian/patches/01_spec_fix_requires.diff b/debian/patches/01_spec_fix_requires.diff
new file mode 100644
index 0000000..4892730
--- /dev/null
+++ b/debian/patches/01_spec_fix_requires.diff
@@ -0,0 +1,14 @@
+Description: fix missing require on rspec in spec_helper.rb
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-09-02
+Bug: http://rubyforge.org/tracker/index.php?func=detail&aid=29376&group_id=7826&atid=30310
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,5 +1,6 @@
+ # encoding: utf-8
+ 
++require "rspec"
+ require File.join(File.dirname(__FILE__), '..', 'lib', 'ascii85')
+ 
+ RSpec.configure do |c|
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6ad2bf9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_spec_fix_requires.diff
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-ascii85.git



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