diff --git a/Gemfile.lock b/Gemfile.lock index b1c9663..0f2f69e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.0) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) diff --git a/template-ruby.gemspec b/template-ruby.gemspec index e980839..83e8426 100644 --- a/template-ruby.gemspec +++ b/template-ruby.gemspec @@ -6,9 +6,8 @@ require_relative "lib/template/version" Gem::Specification.new do |s| s.name = "template-ruby" s.version = ::Template::Version - s.summary = "A templating programming language" - s.description = - 'A templating programming language, like "Hello {name}" with {name: "Dorian"} gives "Hello Dorian"' + s.summary = "templating language" + s.description = s.summary s.authors = ["Dorian MariƩ"] s.email = "dorian@dorianmarie.fr" s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)