From 9a038fbb45edce36a5174a2ead8ea18d5e138975 Mon Sep 17 00:00:00 2001 From: HLFH Date: Sat, 30 Sep 2017 09:15:35 +0100 Subject: [PATCH] Gemspec license & summary fixes --- namelib.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/namelib.gemspec b/namelib.gemspec index 6a9eb61..532d199 100644 --- a/namelib.gemspec +++ b/namelib.gemspec @@ -13,10 +13,10 @@ Gem::Specification.new do |s| s.extra_rdoc_files = ["History.txt", "LICENSE.txt", "Manifest.txt", "README.md"] s.files = [".gemtest", "Gemfile", "History.txt", "LICENSE.txt", "Manifest.txt", "README.md", "Rakefile", "lib/namelib.rb", "test/test_namelib.rb"] s.homepage = "https://github.com/HLFH/namelib/" - s.licenses = ["GPL"] + s.licenses = ["GPL-3.0"] s.rdoc_options = ["--main", "README.md"] s.rubygems_version = "2.4.5" - s.summary = "namelib is a Ruby fork of NameCase, a library for converting denormalized names to be properly cased." + s.summary = "Ruby gem that properly cases your clients' names" s.test_files = ["test/test_namelib.rb"] if s.respond_to? :specification_version then