File: remove-rubygems.patch

package info (click to toggle)
ruby-oembed 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,440 kB
  • ctags: 190
  • sloc: ruby: 2,325; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 426 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 rubygems

 Debian specific.

Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2014-10-24

Index: ruby-oembed-0.8.10/lib/oembed/providers.rb
===================================================================
--- ruby-oembed-0.8.10.orig/lib/oembed/providers.rb
+++ ruby-oembed-0.8.10/lib/oembed/providers.rb
@@ -1,4 +1,4 @@
-require 'rubygems'
+#require 'rubygems'
 require 'yaml'
 
 module OEmbed