aboutsummaryrefslogtreecommitdiff
path: root/lib/longboat.rb
diff options
context:
space:
mode:
authorNat Lasseter <nat.lasseter@york.ac.uk>2020-03-16 10:15:21 +0000
committerNat Lasseter <nat.lasseter@york.ac.uk>2020-03-16 10:15:21 +0000
commit666ea91e473554acabe6f6c3477eb915e70a7538 (patch)
tree2f245df6a494c63f6a829f4729552939ce0effdd /lib/longboat.rb
parent58758e907801e332f5e80b4f2fed5a50f080fec1 (diff)
Refactor: renamed jobs to raiders, becaus pun, and jobs is confusing given the intended application of longboat by the original authors.
Diffstat (limited to 'lib/longboat.rb')
-rw-r--r--lib/longboat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/longboat.rb b/lib/longboat.rb
index 6383558..bbbac52 100644
--- a/lib/longboat.rb
+++ b/lib/longboat.rb
@@ -1,4 +1,4 @@
require 'longboat/collector'
require 'longboat/config'
-require 'longboat/jobs'
+require 'longboat/raiders'
require 'longboat/server'