staticpress.gemspec in staticpress-0.1.2 vs staticpress.gemspec in staticpress-0.1.3

- old
+ new

@@ -6,9 +6,12 @@ s.name = 'staticpress' s.version = Staticpress::Version.to_s s.authors = ['Raving Genius'] s.email = ['rg+code@ravinggenius.com'] s.summary = 'Blog-centric static site builder' + s.description = <<-DESCRIPTION +Staticpress is a blog-focused static site generator. It uses Tilt for rendering nearly any template you can think of and come with a built-in Rack server for easy development previews. + DESCRIPTION s.license = 'MIT' s.rubyforge_project = 'staticpress' s.files = `git ls-files`.split("\n")