nanoc.gemspec in nanoc-4.0.0b4 vs nanoc.gemspec in nanoc-4.0.0rc1

- old
+ new

@@ -1,13 +1,12 @@ -$LOAD_PATH.unshift(File.expand_path('../lib/', __FILE__)) -require 'nanoc/version' +require_relative 'lib/nanoc/version' Gem::Specification.new do |s| s.name = 'nanoc' s.version = Nanoc::VERSION s.homepage = 'http://nanoc.ws/' - s.summary = 'a web publishing system written in Ruby for building small to medium-sized websites.' - s.description = 'nanoc is a simple but very flexible static site generator written in Ruby. It operates on local files, and therefore does not run on the server. nanoc “compiles” the local source files into HTML (usually), by evaluating eRuby, Markdown, etc.' + s.summary = 'A static-site generator with a focus on flexibility.' + s.description = 'nanoc is a static-site generator focused on flexibility. It transforms content from a format such as Markdown or AsciiDoc into another format, usually HTML, and lays out pages consistently to retain the site’s look and feel throughout. Static sites built with nanoc can be deployed to any web server.' s.author = 'Denis Defreyne' s.email = 'denis.defreyne@stoneship.org' s.license = 'MIT'