File: remove_rubygems_stuff.patch

package info (click to toggle)
ruby-addressable 2.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 788 kB
  • sloc: ruby: 12,594; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove the use of rubygems in spec files
Origin: vendor
Last-Update: 2012-06-29

--- a/spec/addressable/idna_spec.rb
+++ b/spec/addressable/idna_spec.rb
@@ -15,7 +15,7 @@
 
 
 # Have to use RubyGems to load the idn gem.
-require "rubygems"
+#require "rubygems"
 
 require "addressable/idna"