From 7258b10f88bdb9b1f72b9ef2012601ba07d75eb1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 28 Feb 2013 22:19:38 +0100 Subject: [PATCH] We don't need YAML in the new command. --- lib/jekyll/commands/new.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/jekyll/commands/new.rb b/lib/jekyll/commands/new.rb index be0f17c2..c87aebcb 100644 --- a/lib/jekyll/commands/new.rb +++ b/lib/jekyll/commands/new.rb @@ -1,4 +1,3 @@ -require 'yaml' require 'erb' module Jekyll