Rakefile in stack-0.0.4 vs Rakefile in stack-0.0.5

- old
+ new

@@ -4,10 +4,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "stack" gem.summary = %Q{Simple static site generator.} - gem.description = %Q{Generates a static site from template files in Liquid, Markdown and Textile.} + gem.description = %Q{Generates a static site from template files with YAML and Liquid. Stack supports template transformation through Markdown, Textile and Less CSS.} gem.email = "dev@sixones.com" gem.homepage = "http://github.com/sixones/stack" gem.authors = ["sixones"] gem.files = FileList['lib/**/*.rb', 'bin/*', '[A-Z]*', 'test/**/*'].to_a \ No newline at end of file