malawski / cloudworkflowsimulator

Other
24 stars 20 forks source link

Ruby scripts fail under ruby 1.9 #97

Closed bryk closed 10 years ago

bryk commented 10 years ago

Ruby scripts fail under ruby 1.9. This is because of using require 'script.rb' instead of require './script.rb'

bryk commented 10 years ago

Done.