Skip to content

Commit

Permalink
Gemspec license & summary fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HLFH committed Sep 30, 2017
1 parent 467679b commit 9a038fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions namelib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a038fb

Please sign in to comment.