Fix gemspec:
* Remove $LOAD_PATH modification; * Dup VERSION string; * Add a real summary.
This commit is contained in:
parent
012c776880
commit
9b975836dc
@ -1,11 +1,9 @@
|
|||||||
lib = File.expand_path('../lib', __FILE__)
|
require File.expand_path('../lib/producer/core/version', __FILE__)
|
||||||
$LOAD_PATH << lib unless $LOAD_PATH.include? lib
|
|
||||||
require 'producer/core/version'
|
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'producer-core'
|
s.name = 'producer-core'
|
||||||
s.version = Producer::Core::VERSION
|
s.version = Producer::Core::VERSION.dup
|
||||||
s.summary = "producer-core-#{Producer::Core::VERSION}"
|
s.summary = 'Provisioning tool'
|
||||||
s.description = <<-eoh.gsub(/^ +/, '')
|
s.description = <<-eoh.gsub(/^ +/, '')
|
||||||
Software provisioning tool, including a DSL to write "recipes".
|
Software provisioning tool, including a DSL to write "recipes".
|
||||||
eoh
|
eoh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user