File: no-require-rubygems

package info (click to toggle)
puppet-lint 0.1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 208 kB
  • sloc: ruby: 1,498; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
From: Stig Sandbeck Mathisen <ssm@debian.org>
Subject: Do not require rubygems for building and testing
--- puppet-lint.orig/bin/puppet-lint
+++ puppet-lint/bin/puppet-lint
@@ -14,7 +14,6 @@
 HELP
 
 require 'optparse'
-require 'rubygems'
 require 'puppet-lint'
 
 opts = OptionParser.new do |opts|