Sha256: 4809fa17545197e4e38cf47a58433543f9357102ece049623efd984d5762d7bf

Contents?: true

Size: 446 Bytes

Versions: 2

Compression:

Stored size: 446 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 }
end

CloudCrowd::WorkUnit.blueprint do
  job    { CloudCrowd::Job.make }
  status { CloudCrowd::PROCESSING }
  taken  { false }
  input  { Sham.url }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
documentcloud-cloud-crowd-0.0.3 test/blueprints.rb
documentcloud-cloud-crowd-0.0.4 test/blueprints.rb