From 2bc04e4a6022d3012c4b1d480b3d7860723b44a2 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 16 Jan 2013 21:19:02 -0500 Subject: [PATCH] Added the site_template files to the gemspec manifest. --- jekyll.gemspec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jekyll.gemspec b/jekyll.gemspec index 86cbd1e8..7d162fcb 100644 --- a/jekyll.gemspec +++ b/jekyll.gemspec @@ -109,6 +109,15 @@ Gem::Specification.new do |s| lib/jekyll/tags/highlight.rb lib/jekyll/tags/include.rb lib/jekyll/tags/post_url.rb + lib/site_template/_config.yml + lib/site_template/_layouts/default.html + lib/site_template/_layouts/post.html + lib/site_template/_posts/.gitkeep + lib/site_template/css/screen.css + lib/site_template/css/syntax.css + lib/site_template/images/.gitkeep + lib/site_template/images/rss.png + lib/site_template/index.html test/fixtures/broken_front_matter1.erb test/fixtures/broken_front_matter2.erb test/fixtures/broken_front_matter3.erb