summaryrefslogtreecommitdiff
path: root/ipaddress.gemspec
diff options
context:
space:
mode:
authorChris Marshall <chris@chrismar035.com>2015-01-22 17:02:18 -0500
committerChris Marshall <chris@chrismar035.com>2015-01-22 17:02:18 -0500
commitc8dbd444418bc4cdbb9fb0b1f63c24ecf2f7f518 (patch)
tree5733b61fe13b0d6534fb7aa1024f777ff4b33e6c /ipaddress.gemspec
parentce5b524748759d23790a710fd1adcca6a547d91d (diff)
downloadipaddress-c8dbd444418bc4cdbb9fb0b1f63c24ecf2f7f518.tar.gz
Add license to gemspec
Diffstat (limited to 'ipaddress.gemspec')
-rw-r--r--ipaddress.gemspec1
1 files changed, 1 insertions, 0 deletions
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}