Sha256: 696a510c757af30dc5093afda3aa6cafdc1c0516e201030d04d3255e3fd51fbb
Contents?: true
Size: 536 Bytes
Versions: 3
Compression:
Stored size: 536 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 } input { Sham.url } action { 'graphics_magick' } end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
documentcloud-cloud-crowd-0.1.1 | test/blueprints.rb |
documentcloud-cloud-crowd-0.2.0 | test/blueprints.rb |
cloud-crowd-0.2.0 | test/blueprints.rb |