lib/nanoc.rb in nanoc-1.6 vs lib/nanoc.rb in nanoc-1.6.1
- old
+ new
@@ -1,7 +1,7 @@
module Nanoc
- VERSION = '1.6'
+ VERSION = '1.6.1'
def self.ensure_in_site
unless in_site?
$stderr.puts 'ERROR: The current working directory does not seem to ' +
'be a valid/complete nanoc site directory; aborting.' unless $quiet