[astute] Fix semicolon in gemspec

This commit is contained in:
Mike Scherbakov 2013-01-30 10:46:23 +04:00
parent 66e2e4a105
commit 00d9d76301

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = Astute::VERSION
s.summary = 'Orchestrator for OpenStack deployment'
s.description = 'Deployment Orchestrator of Puppet via MCollective. Works as a library or from CLI."
s.description = 'Deployment Orchestrator of Puppet via MCollective. Works as a library or from CLI.'
s.authors = ['Mike Scherbakov']
s.email = ['mscherbakov@mirantis.com']