From 7921597538eb6c92b591349eef75379ee1aeef03 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Sat, 8 Dec 2018 20:49:51 +0900 Subject: [PATCH] Add missing license field to the Gemspec This way it shows up the correct license in rubygems.org. --- ipaddr.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ipaddr.gemspec b/ipaddr.gemspec index 859dbdf..7e11b88 100644 --- a/ipaddr.gemspec +++ b/ipaddr.gemspec @@ -15,6 +15,7 @@ IPAddr provides a set of methods to manipulate an IP address. Both IPv4 and IPv6 are supported. DESCRIPTION spec.homepage = "https://github.com/ruby/ipaddr" + spec.license = "BSD-2-Clause" spec.files = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "ipaddr.gemspec", "lib/ipaddr.rb"] spec.bindir = "exe"