Sha256: ff10747a7c6017fa86369f7536646136234417398fae3e4f7561c77ac648e7cc
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
Sham.url { Faker::Internet.domain_name + "/" + Faker::Internet.domain_word + ".jpg" } 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 WorkUnit.blueprint do job { 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.1 | test/blueprints.rb |
documentcloud-cloud-crowd-0.0.2 | test/blueprints.rb |