lib/edl.rb in edl-0.1.2 vs lib/edl.rb in edl-0.1.3

- old
+ new

@@ -8,10 +8,10 @@ require File.dirname(__FILE__) + '/edl/parser' require File.dirname(__FILE__) + '/edl/linebreak_magician' # A simplistic EDL parser module EDL - VERSION = "0.1.2" + VERSION = "0.1.3" DEFAULT_FPS = 25.0 # 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