Sha256: 759afb4345328f8159fddf6bc421ec462d288acec21662de0923eb09fb31292b

Contents?: true

Size: 564 Bytes

Versions: 3

Compression:

Stored size: 564 Bytes

Contents

Sham.url        { Faker::Internet.domain_name + "/" + Faker::Internet.domain_word + ".jpg" }

CloudCrowd::Job.blueprint do
  status  { CloudCrowd::PROCESSING }
  inputs  { ['http://www.google.com/intl/en_ALL/images/logo.gif'].to_json }
  action  { 'graphics_magick' }
  options { {}.to_json }
  email   { 'noone@example.com' }
end

CloudCrowd::WorkUnit.blueprint do
  job               { CloudCrowd::Job.make }
  status            { CloudCrowd::PROCESSING }
  worker_record_id  { nil }
  input             { Sham.url }
  action            { 'graphics_magick' }
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
documentcloud-cloud-crowd-0.0.6 test/blueprints.rb
documentcloud-cloud-crowd-0.1.0 test/blueprints.rb
cloud-crowd-0.1.0 test/blueprints.rb