File: no_rubygems.patch

package info (click to toggle)
ruby-em-redis 0.3.0%2Bgh-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 240 kB
  • ctags: 73
  • sloc: ruby: 1,548; makefile: 9; sh: 4
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Description: do not require rubygems
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2014-04-23

--- a/lib/em-redis/redis_protocol.rb
+++ b/lib/em-redis/redis_protocol.rb
@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'eventmachine'
 
 module EventMachine