bin/nanoc-select in nanoc-3.2.3 vs bin/nanoc-select in nanoc-3.2.4

- old
+ new

@@ -5,10 +5,10 @@ require 'nanoc-select' require 'getoptlong' def version(io) - io.puts "nanoc-select #{NanocSelect::VERSION} (c) 2010 Denis Defreyne." + io.puts "nanoc-select #{NanocSelect::VERSION} (c) 2010-2012 Denis Defreyne." io.puts "Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) running on #{RUBY_PLATFORM}" end def usage(io, option_definitions) io.puts "usage: #{$0} version"