lib/tracksperanto.rb in tracksperanto-3.3.12 vs lib/tracksperanto.rb in tracksperanto-3.3.13
- old
+ new
@@ -1,11 +1,13 @@
# -*- encoding : utf-8 -*-
-%w( stringio delegate tempfile ).map(&method(:require))
+require 'stringio'
+require 'forwardable'
+require 'tempfile'
module Tracksperanto
PATH = File.expand_path(File.dirname(__FILE__))
- VERSION = '3.3.12'
+ VERSION = '3.3.13'
module Import; end
module Export; end
module Tool; end
module Pipeline; end
@@ -84,19 +86,22 @@
raise UnknownImporterError, "Unknown importer #{name.inspect}"
end
end
+# We do get loaded as a library so do not add to the load paths,
+# just load directly
%w(
returning
const_name
casts
block_init
safety
zip_tuples
keyframe
tracker
format_detector
+ io_wrapper
ext_io
buffer_io
simple_export
uv_coordinates
parameters