[DRE-commits] [ruby-twitter-stream] 03/03: added patch to remove gem command, has problems with ruby 2.0

Jonas Genannt jonas at brachium-system.net
Sun Feb 16 09:41:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-twitter-stream.

commit 0ab094cd16d784319ee6b30501cc421cabaa1a9c
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sun Feb 16 10:40:24 2014 +0100

    added patch to remove gem command, has problems with ruby 2.0
---
 debian/patches/series                       |  1 +
 debian/patches/test_rspec_remove_gems.patch | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..de058f2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test_rspec_remove_gems.patch
diff --git a/debian/patches/test_rspec_remove_gems.patch b/debian/patches/test_rspec_remove_gems.patch
new file mode 100644
index 0000000..030e712
--- /dev/null
+++ b/debian/patches/test_rspec_remove_gems.patch
@@ -0,0 +1,13 @@
+Description: remove rubygems and gem command
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Forwarded: not-needed
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,6 +1,3 @@
+-require 'rubygems'
+-
+-gem 'rspec', '>= 2.5.0'
+ require 'rspec'
+ require 'rspec/mocks'
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-twitter-stream.git



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