lib/tracksperanto.rb in tracksperanto-2.9.4 vs lib/tracksperanto.rb in tracksperanto-2.9.5

- old
+ new

@@ -1,16 +1,11 @@ # -*- encoding : utf-8 -*- -require 'stringio' -require 'delegate' -require 'tempfile' -require 'flame_channel_parser' -require "obuf" -require "progressive_io" +%w( stringio delegate tempfile flame_channel_parser obuf progressive_io ).map(&method(:require)) module Tracksperanto PATH = File.expand_path(File.dirname(__FILE__)) - VERSION = '2.9.4' + VERSION = '2.9.5' module Import; end module Export; end module Middleware; end module Pipeline; end @@ -70,17 +65,9 @@ importers.each do | x | return x if x.const_name.downcase == name.downcase end raise UnknownImporterError, "Unknown importer #{name.inspect}" - end - - # DEPRECATED, will be removed in Tracksperanto 3 - class Accumulator < Obuf - end - - # DEPRECATED, will be removed in Tracksperanto 3 - class Tracksperanto::ProgressiveIO < ProgressiveIO end end %w(