From 12deccc51379df1c1cc33a7839078c345ff509e9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 19 May 2016 14:39:55 -0700 Subject: [PATCH] Only spec.summary is needed... --- features/theme.feature | 5 +++++ lib/theme_template/theme.gemspec.erb | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/features/theme.feature b/features/theme.feature index 40877f84..ae18d3a6 100644 --- a/features/theme.feature +++ b/features/theme.feature @@ -3,6 +3,11 @@ Feature: Writing themes I want to be able to make a gemified theme In order to share my awesome style skillz with other Jekyllites + Scenario: Generating a new theme scaffold + When I run jekyll new-theme my-cool-theme + Then I should get a zero exit status + And the my-cool-theme directory should exist + Scenario: A theme with SCSS Given I have a configuration file with "theme" set to "test-theme" And I have a css directory diff --git a/lib/theme_template/theme.gemspec.erb b/lib/theme_template/theme.gemspec.erb index 8a0b97a9..0bd7c365 100644 --- a/lib/theme_template/theme.gemspec.erb +++ b/lib/theme_template/theme.gemspec.erb @@ -7,7 +7,6 @@ Gem::Specification.new do |spec| spec.email = [<%= user_email.inspect %>] spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.} - spec.description = %q{TODO: Write a longer description or delete this line.} spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.license = "MIT"