[DRE-commits] [ruby-generator-spec] 06/07: patch to remove bundler
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Jun 30 12:00:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-generator-spec.
commit f00913ba11db4597702f700c3a8c8051e7d5e669
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Jun 30 17:28:43 2015 +0530
patch to remove bundler
---
debian/patches/remove-bundler.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
new file mode 100644
index 0000000..39ddbb4
--- /dev/null
+++ b/debian/patches/remove-bundler.patch
@@ -0,0 +1,13 @@
+Description: remove bundler
+ debian specific
+Author: Pirate Praveen <praveen at debian.org>
+Last-Updated: 2015-06-30
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,4 @@
+-require 'bundler/setup'
++#require 'bundler/setup'
+ require 'rspec'
+ require 'generator_spec'
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0712931
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-bundler.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-generator-spec.git
More information about the Pkg-ruby-extras-commits
mailing list