lib/lolcommits/plugin/lolsrv.rb in lolcommits-0.9.3 vs lib/lolcommits/plugin/lolsrv.rb in lolcommits-0.9.4.pre1
- old
+ new
@@ -8,11 +8,11 @@
def initialize(runner)
super
options << 'server'
end
- def run_postcapture
+ def run_captureready
fork { sync }
end
def configured?
!configuration['enabled'].nil? && configuration['server']
@@ -49,10 +49,10 @@
def self.name
'lolsrv'
end
def self.runner_order
- :postcapture
+ :captureready
end
end
end
end