summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ceresa <ceresa@gmail.com>2015-02-02 14:53:53 +0100
committerMarco Ceresa <ceresa@gmail.com>2015-02-02 14:53:53 +0100
commitaebc436119c014ddba509c6058d323d6db453019 (patch)
treed65ffe5ecc80b81bc098c4abf4cfdca703dafa83
parent52234fe47f8682c94119930771eebb00acfe1f90 (diff)
parentc8dbd444418bc4cdbb9fb0b1f63c24ecf2f7f518 (diff)
downloadipaddress-aebc436119c014ddba509c6058d323d6db453019.tar.gz
Merge pull request #55 from chrismar035/patch-1
Add license to 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}