From: Lunar Date: Mon, 3 Jun 2013 10:26:51 +0000 (+0200) Subject: Add missing fields to gemspec X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/commitdiff_plain/e22baa3184690bb2123622e3b1d9bbab6b4355a3 Add missing fields to gemspec --- diff --git a/nos_oignons.gemspec b/nos_oignons.gemspec index 83b7ea2..585de0c 100644 --- a/nos_oignons.gemspec +++ b/nos_oignons.gemspec @@ -1,5 +1,7 @@ Gem::Specification.new do |s| s.name = 'nos_oignons' + s.summary = 'Specific tools for the Nos oignons organization' + s.authors = ['lunar@anargeek.net'] s.version = '0.0.1.dev' s.require_paths = ['lib']