lib/edl.rb in edl-0.0.2 vs lib/edl.rb in edl-0.0.3
- old
+ new
@@ -7,10 +7,10 @@
require File.dirname(__FILE__) + '/edl/timewarp'
# A simplistic EDL parser. Current limitations: no support for DF timecode, no support for audio,
# no support for split edits, no support for key effects, no support for audio
module EDL
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
DEFAULT_FPS = 25
# Represents an EDL, is returned from the parser. Traditional operation is functional style, i.e.
# edl.renumbered.without_transitions.without_generators
class List < Array
\ No newline at end of file