[DRE-commits] [SCM] ruby-metaclass.git branch, master, updated. upstream/0.0.1-8-ged54325

Cédric Boutillier cedric.boutillier at gmail.com
Fri Dec 30 14:46:04 UTC 2011


The following commit has been merged in the master branch:
commit 288a5095e68a30a88037502d5bdef91b957f5a57
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 29 16:18:05 2011 +0100

    patch: 0100_remove_rubygems_bundler_stuff.patch
    
    removing requirements on rubygems and bundler

diff --git a/debian/changelog b/debian/changelog
index 21a4c3e..2d80c92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 ruby-metaclass (0.0.1-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
+  * 0100_remove_rubygems_bundler_stuff.patch: remove requirements on rubygems
+    and bundler
 
  -- Cédric Boutillier <cedric.boutillier at gmail.com>  Thu, 29 Dec 2011 14:48:35 +0100
diff --git a/debian/patches/0100_remove_rubygems_bundler_stuff.patch b/debian/patches/0100_remove_rubygems_bundler_stuff.patch
new file mode 100644
index 0000000..05ca7ce
--- /dev/null
+++ b/debian/patches/0100_remove_rubygems_bundler_stuff.patch
@@ -0,0 +1,13 @@
+Description: Remove requirements on bundler and rubygems
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Forwarded: No
+Last-Update: 2011-12-29
+
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -1,5 +1,2 @@
+-require "rubygems"
+-require "bundler/setup"
+-
+ require "metaclass"
+ require "test/unit"
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-metaclass.git



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