File: no_gem.patch

package info (click to toggle)
ruby-color 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 383
  • sloc: ruby: 2,902; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Description: do not use gem to load libraries
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2014-05-10

--- a/test/minitest_helper.rb
+++ b/test/minitest_helper.rb
@@ -2,5 +2,4 @@
 
 require 'color'
 
-gem 'minitest'
 require 'minitest/autorun'