[DRE-commits] [SCM] ruby-rspec-core.git branch, master, updated. upstream/2.5.1-17-g4ef689a

Cédric Boutillier cedric.boutillier at gmail.com
Tue Feb 14 22:16:50 UTC 2012


The following commit has been merged in the master branch:
commit 255807f39fb61d754bd1779a4097ce021fa8cf9a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Feb 13 17:01:35 2012 +0100

    don't require rubygems in spec_helper.rb

diff --git a/debian/patches/remove-rubygems-stuff-in-tests.patch b/debian/patches/remove-rubygems-stuff-in-tests.patch
new file mode 100644
index 0000000..16417fc
--- /dev/null
+++ b/debian/patches/remove-rubygems-stuff-in-tests.patch
@@ -0,0 +1,13 @@
+Description: remove requirement on rubygems in spec_helper.rb
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2012-02-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,4 @@
+-require 'rubygems'
++#require 'rubygems'
+ 
+ begin
+   require 'spork'
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-rspec-core.git



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