lib/nanoc.rb in nanoc-2.0.1 vs lib/nanoc.rb in nanoc-2.0.2
- old
+ new
@@ -1,7 +1,7 @@
module Nanoc
- VERSION = '2.0.1'
+ VERSION = '2.0.2'
def self.load_file(*path)
full_path = [ File.dirname(__FILE__), 'nanoc' ] + path
Dir[File.join(full_path)].each { |f| require f }
end