From c8dbd444418bc4cdbb9fb0b1f63c24ecf2f7f518 Mon Sep 17 00:00:00 2001
From: Chris Marshall <chris@chrismar035.com>
Date: Thu, 22 Jan 2015 17:02:18 -0500
Subject: [PATCH] Add license to gemspec

---
 ipaddress.gemspec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaddress.gemspec b/ipaddress.gemspec
index 7b6e151..90793d9 100644
--- a/ipaddress.gemspec
+++ b/ipaddress.gemspec
@@ -41,6 +41,7 @@ Gem::Specification.new do |s|
     "test/test_helper.rb"
   ]
   s.homepage = %q{http://github.com/bluemonk/ipaddress}
+  s.license = 'MIT'
   s.require_paths = ["lib"]
   s.rubygems_version = %q{1.6.2}
   s.summary = %q{IPv4/IPv6 addresses manipulation library}
-- 
GitLab