Loading lib/jsduck/util/parallel.rb +0 −1 Original line number Diff line number Diff line require 'rubygems' require 'parallel' module JsDuck Loading spec/smoke_spec.rb +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ describe "smoke test running jsduck --version" do it "does not crash" do `./bin/jsduck --version` # Explicitly include rubygems, otherwise TravisCI will fail to # load the parallel and possibly other gems in Ruby 1.8 `ruby -e 'require "rubygems"' ./bin/jsduck --version` $?.exitstatus.should == 0 end Loading Loading
lib/jsduck/util/parallel.rb +0 −1 Original line number Diff line number Diff line require 'rubygems' require 'parallel' module JsDuck Loading
spec/smoke_spec.rb +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ describe "smoke test running jsduck --version" do it "does not crash" do `./bin/jsduck --version` # Explicitly include rubygems, otherwise TravisCI will fail to # load the parallel and possibly other gems in Ruby 1.8 `ruby -e 'require "rubygems"' ./bin/jsduck --version` $?.exitstatus.should == 0 end Loading