Commit 2afb6d04 authored by Timo Tijhof's avatar Timo Tijhof
Browse files

Remove require rubygems from source code.

Removed from anything that is wrapped by gem when installed by gem.
Fixes #338.
parent b4ba4aa1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
# For running when gem not installed
$:.unshift File.dirname(File.dirname(__FILE__)) + "/lib"

require 'rubygems'
require 'jsduck/app'
require 'jsduck/options'

+0 −1
Original line number Diff line number Diff line
require 'rubygems'
require 'strscan'
require 'rdiscount'
require 'jsduck/html_stack'