lib/nanoc.rb in nanoc-3.5.0b1 vs lib/nanoc.rb in nanoc-3.5.0b2

- old
+ new

@@ -1,10 +1,10 @@ # encoding: utf-8 module Nanoc # The current nanoc version. - VERSION = '3.5.0b1' + VERSION = '3.5.0b2' # @return [String] A string containing information about this nanoc version # and its environment (Ruby engine and version, Rubygems version if any). def self.version_information gem_info = defined?(Gem) ? "with RubyGems #{Gem::VERSION}" : "without RubyGems"