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