lib/nanoc.rb in nanoc-4.1.1 vs lib/nanoc.rb in nanoc-4.1.2
- old
+ new
@@ -5,10 +5,10 @@
# @api private
def self.version_information
gem_info = defined?(Gem) ? "with RubyGems #{Gem::VERSION}" : 'without RubyGems'
engine = defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby'
res = ''
- res << "Nanoc #{Nanoc::VERSION} © 2007-2015 Denis Defreyne.\n"
+ res << "Nanoc #{Nanoc::VERSION} © 2007-2016 Denis Defreyne.\n"
res << "Running #{engine} #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) on #{RUBY_PLATFORM} #{gem_info}.\n"
res
end
# @return [Boolean] True if the current platform is Windows, false otherwise.