Rakefile in thinreports-0.7.5 vs Rakefile in thinreports-0.7.6

- old
+ new

@@ -1,10 +1,10 @@ -# coding: utf-8 - -# Load thinreports -$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/lib')) -require 'thinreports' - -# Load tasks -Dir.glob('tasks/**/*.rake').each do |r| - Rake.application.add_import r +# coding: utf-8 + +# Load thinreports +$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/lib')) +require 'thinreports' + +# Load tasks +Dir.glob('tasks/**/*.rake').each do |r| + Rake.application.add_import r end \ No newline at end of file