From f42fd856ffeb0661d5f2b2c74787b1342aef3686 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 20 Aug 2013 03:53:09 +0000 Subject: [PATCH] Fix missing gem description --- producer-core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/producer-core.gemspec b/producer-core.gemspec index bd5c64e..17bab55 100644 --- a/producer-core.gemspec +++ b/producer-core.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.version = Producer::Core::VERSION s.summary = "producer-core-#{Producer::Core::VERSION}" s.description = <<-eoh.gsub(/^ +/, '') - blah + Software provisioning tool, including a DSL to write "recipes". eoh s.homepage = 'https://rubygems.org/gems/producer-core'