[DRE-commits] [SCM] ruby-instantiator.git branch, master, updated. upstream/0.0.6-6-g9ae0d45

Cédric Boutillier cedric.boutillier at gmail.com
Sun Jan 1 18:03:21 UTC 2012


The following commit has been merged in the master branch:
commit 7fb462185b579acf2148f581d889e96c8a6f6cf8
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Dec 31 17:28:01 2011 +0100

    remove rubygems and bundler stuff

diff --git a/debian/changelog b/debian/changelog
index a60b569..9aed95e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 ruby-instantiator (0.0.6-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
+  * 0100_remove_rubygems_bundler_stuff.patch: remove require statements on
+    rubygems and bundler from tests.
 
  -- Cédric Boutillier <cedric.boutillier at gmail.com>  Fri, 30 Dec 2011 16:32:49 +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..bc96db9
--- /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-31
+
+--- a/test/test_helper.rb
++++ b/test/test_helper.rb
+@@ -1,5 +1 @@
+-require "rubygems"
+-require "bundler"
+-Bundler.setup(:default, :development)
+-
+ require "test/unit"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d1af466
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0100_remove_rubygems_bundler_stuff.patch
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-instantiator.git



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