Sha256: c5f26e27e2290f374c2c4393fdba7bd257f5eb361d3ead475b0f1b6f88072fc0

Contents?: true

Size: 402 Bytes

Versions: 35

Compression:

Stored size: 402 Bytes

Contents

current_valuation = 0
current_karma = 0

SCHEDULER.every '2s' do
  last_valuation = current_valuation
  last_karma     = current_karma
  current_valuation = rand(100)
  current_karma     = rand(200000)

  send_event('valuation', { current: current_valuation, last: last_valuation })
  send_event('karma', { current: current_karma, last: last_karma })
  send_event('synergy',   { value: rand(100) })
end

Version data entries

35 entries across 35 versions & 6 rubygems

Version Path
smashing-1.3.6 templates/project/jobs/sample.rb
smashing-1.3.5 templates/project/jobs/sample.rb
smashing-1.3.4 templates/project/jobs/sample.rb
smashing-1.3.3 templates/project/jobs/sample.rb
smashing-1.3.2 templates/project/jobs/sample.rb
smashing-1.3.1 templates/project/jobs/sample.rb
smashing-1.3.0 templates/project/jobs/sample.rb
smashing-1.2.0 templates/project/jobs/sample.rb
smashing-1.1.0 templates/project/jobs/sample.rb
smashing-1.0.0 templates/project/jobs/sample.rb
dashing-1.3.7 templates/project/jobs/sample.rb
dashing-1.3.6 templates/project/jobs/sample.rb
baseboard-1.0.4 templates/project/jobs/sample.rb
baseboard-1.0.3 templates/project/jobs/sample.rb
baseboard-1.0.2 templates/project/jobs/sample.rb
baseboard-1.0.1 templates/project/jobs/sample.rb
rtdi-1.0 templates/project/jobs/sample.rb
dashing-jruby-1.3.4.1 templates/project/jobs/sample.rb
dashing-jruby-1.3.4 templates/project/jobs/sample.rb
dashing-1.3.4 templates/project/jobs/sample.rb