lib/edl.rb in edl-0.0.4 vs lib/edl.rb in edl-0.0.5
- old
+ new
@@ -4,13 +4,12 @@
require File.dirname(__FILE__) + '/edl/event'
require File.dirname(__FILE__) + '/edl/transition'
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
+# A simplistic EDL parser
module EDL
- VERSION = "0.0.4"
+ VERSION = "0.0.5"
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