File: remove-bundler.patch

package info (click to toggle)
ruby-em-socksify 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: ruby: 256; sh: 20; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove bundler and rubygems
 We will use apt to install dependencies.
 Dependencies will be added to debian/control.
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Last-Update: 2013-06-04

--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,4 +1,4 @@
-require 'rubygems'
-require 'bundler/setup'
+#require 'rubygems'
+#require 'bundler/setup'
 
-require 'em-socksify'
\ No newline at end of file
+require 'em-socksify'