lib/thinreports/layout.rb in thinreports-0.8.2 vs lib/thinreports/layout.rb in thinreports-0.9.0

- old
+ new

@@ -1,17 +1,17 @@ # coding: utf-8 module Thinreports - + module Layout # @see Thinreports::Layout::Base#initialize def self.new(filename, options = {}) Base.new(filename, options) end end - + end require 'thinreports/layout/version' require 'thinreports/layout/base' require 'thinreports/layout/format' -require 'thinreports/layout/configuration' \ No newline at end of file +require 'thinreports/layout/legacy_schema'