Sha256: 4895f3acb85683f6d32442b9d674adec13dc39ec5bd776a55558743b60185872

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 Bytes

Contents

<% 5.times do |n| %>
resource_text_<%= n %>:
  extension: txt
  uploading: false
  content_type: text/plain
  name: resource text <%= n %>
  token: qwertzuiop<%= n %>
<% end %>

resource_mov:
  extension: mov
  uploading: false
  content_type: video/quicktime
  name: resource mov 1
  token: 1234567890mov

resource_png:
  extension: png
  uploading: false
  content_type: image/png
  name: resource png 1
  token: 1234567890png

encoding_resource:
  extension: mov
  uploading: false
  content_type: video/quicktime
  name: resource mov 1
  token: 1234567890mov
  encoding_job_id: 1234567890
  encoding_progress: 10

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fogged-0.0.4 test/fixtures/fogged/resources.yml
fogged-0.0.3 test/fixtures/fogged/resources.yml
fogged-0.0.2 test/fixtures/fogged/resources.yml