[DRE-commits] [SCM] ruby-mocha.git branch, master, updated. debian/0.11.3-2-20-g57274dd

Cédric Boutillier boutil at debian.org
Sat Apr 13 13:57:17 UTC 2013


The following commit has been merged in the master branch:
commit f64ee01bf8358cb1482479004a56f3cfaad7335a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Apr 8 08:13:13 2013 +0200

    refresh add_rubygems_requirement.patch

diff --git a/debian/patches/add_rubygems_requirement.patch b/debian/patches/add_rubygems_requirement.patch
index cf0e307..15de307 100644
--- a/debian/patches/add_rubygems_requirement.patch
+++ b/debian/patches/add_rubygems_requirement.patch
@@ -8,17 +8,19 @@ Last-Update: 2011-01-30
 
 --- a/lib/mocha/integration/test_unit.rb
 +++ b/lib/mocha/integration/test_unit.rb
-@@ -1,3 +1,5 @@
+@@ -1,3 +1,6 @@
 +module Gem ; end
 +require 'rubygems/requirement'
- require 'mocha/api'
- require 'mocha/options'
++
+ require 'mocha/debug'
  
+ require 'mocha/integration/test_unit/nothing'
 --- a/lib/mocha/integration/mini_test.rb
 +++ b/lib/mocha/integration/mini_test.rb
-@@ -1,3 +1,5 @@
+@@ -1,3 +1,6 @@
 +module Gem ; end
 +require 'rubygems/requirement'
- require 'mocha/api'
- require 'mocha/options'
++
+ require 'mocha/debug'
  
+ require 'mocha/integration/mini_test/nothing'

-- 
ruby-mocha.git



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