Skip to content

Instantly share code, notes, and snippets.

@julik
Created September 26, 2009 15:59
Show Gist options
  • Save julik/194292 to your computer and use it in GitHub Desktop.
Save julik/194292 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'depix'
dpx = Depix::Editor.new("/Users/julik/Desktop/Case/1374470_adjusted.dpx")
dpx.file.copyright = "Copyleft"
dpx.file.reserve = "FileReserve"
dpx.orientation.reserve = "OrientReserve"
dpx.orientation.device = "Chainik"
dpx.orientation.serial = "43"
dpx.film.reserve = "FilmRezerve"
dpx.file.project = "Mastermind"
puts dpx.inspect
dpx.commit!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment