Add commands/new and scaffold post to gemspec so they get copied over.

This commit is contained in:
Jonathan Roes 2013-03-12 00:47:42 -04:00
parent 7258b10f88
commit b71ec624f8
2 changed files with 3 additions and 2 deletions

View File

@ -75,6 +75,7 @@ Gem::Specification.new do |s|
lib/jekyll/command.rb lib/jekyll/command.rb
lib/jekyll/commands/build.rb lib/jekyll/commands/build.rb
lib/jekyll/commands/migrate.rb lib/jekyll/commands/migrate.rb
lib/jekyll/commands/new.rb
lib/jekyll/commands/serve.rb lib/jekyll/commands/serve.rb
lib/jekyll/converter.rb lib/jekyll/converter.rb
lib/jekyll/converters/identity.rb lib/jekyll/converters/identity.rb
@ -112,7 +113,7 @@ Gem::Specification.new do |s|
lib/site_template/_config.yml lib/site_template/_config.yml
lib/site_template/_layouts/default.html lib/site_template/_layouts/default.html
lib/site_template/_layouts/post.html lib/site_template/_layouts/post.html
lib/site_template/_posts/.gitkeep lib/site_template/_posts/0000-00-00-sample_post.markdown.erb
lib/site_template/css/screen.css lib/site_template/css/screen.css
lib/site_template/css/syntax.css lib/site_template/css/syntax.css
lib/site_template/images/.gitkeep lib/site_template/images/.gitkeep