Fix missing gem description

This commit is contained in:
Thibault Jouan 2013-08-20 03:53:09 +00:00
parent 5d3173977f
commit f42fd856ff

View File

@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = Producer::Core::VERSION s.version = Producer::Core::VERSION
s.summary = "producer-core-#{Producer::Core::VERSION}" s.summary = "producer-core-#{Producer::Core::VERSION}"
s.description = <<-eoh.gsub(/^ +/, '') s.description = <<-eoh.gsub(/^ +/, '')
blah Software provisioning tool, including a DSL to write "recipes".
eoh eoh
s.homepage = 'https://rubygems.org/gems/producer-core' s.homepage = 'https://rubygems.org/gems/producer-core'