summaryrefslogtreecommitdiff
path: root/lib/ipaddr.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ipaddr.gemspec')
-rw-r--r--lib/ipaddr.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
index 753156af5e..8f8fc4afaa 100644
--- a/lib/ipaddr.gemspec
+++ b/lib/ipaddr.gemspec
@@ -15,7 +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.licenses = ["Ruby", "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"