lib/tracksperanto.rb in tracksperanto-2.2.2 vs lib/tracksperanto.rb in tracksperanto-2.2.4

- old
+ new

@@ -1,12 +1,11 @@ require 'stringio' require 'delegate' -require 'forwardable' require 'tempfile' module Tracksperanto PATH = File.expand_path(File.dirname(__FILE__)) - VERSION = '2.2.2' + VERSION = '2.2.4' module Import; end module Export; end module Middleware; end module Pipeline; end