lib/nanoc/cli.rb in nanoc-4.0.0rc1 vs lib/nanoc/cli.rb in nanoc-4.0.0rc2

- old
+ new

@@ -1,10 +1,10 @@ begin require 'cri' rescue LoadError => e $stderr.puts e - $stderr.puts "If you are using a Gemfile, make sure that the Gemfile contains nanoc ('gem \"nanoc\"')." + $stderr.puts "If you are using a Gemfile, make sure that the Gemfile contains Nanoc ('gem \"nanoc\"')." exit 1 end if Nanoc.on_windows? begin @@ -40,10 +40,10 @@ # @since 3.2.0 def self.debug=(boolean) @debug = boolean end - # Invokes the nanoc command-line tool with the given arguments. + # Invokes the Nanoc command-line tool with the given arguments. # # @param [Array<String>] args An array of command-line arguments # # @return [void] def self.run(args)