staticpress.gemspec in staticpress-0.4.0 vs staticpress.gemspec in staticpress-0.5.0
- old
+ new
@@ -2,10 +2,10 @@
require File.expand_path('../lib/staticpress/version', __FILE__)
Gem::Specification.new do |s|
s.name = 'staticpress'
- s.version = Staticpress::Version.to_s
+ s.version = Staticpress::Version
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.