lib/tracksperanto.rb in tracksperanto-2.1.0 vs lib/tracksperanto.rb in tracksperanto-2.1.1
- old
+ new
@@ -1,12 +1,13 @@
require 'stringio'
require 'delegate'
+require 'forwardable'
require 'tempfile'
module Tracksperanto
PATH = File.expand_path(File.dirname(__FILE__))
- VERSION = '2.1.0'
+ VERSION = '2.1.1'
module Import; end
module Export; end
module Middleware; end
module Pipeline; end
@@ -104,6 +105,6 @@
end
# Load pipelines
Dir.glob(File.dirname(__FILE__) + '/pipeline/*.rb').sort.each do | i |
require i
-end
\ No newline at end of file
+end