-
- Downloads
Merge pull request #55 from chrismar035/patch-1
Add license to gemspec
No related branches found
No related tags found
... | @@ -41,6 +41,7 @@ Gem::Specification.new do |s| | ... | @@ -41,6 +41,7 @@ Gem::Specification.new do |s| |
"test/test_helper.rb" | "test/test_helper.rb" | ||
] | ] | ||
s.homepage = %q{http://github.com/bluemonk/ipaddress} | s.homepage = %q{http://github.com/bluemonk/ipaddress} | ||
s.license = 'MIT' | |||
s.require_paths = ["lib"] | s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.6.2} | s.rubygems_version = %q{1.6.2} | ||
s.summary = %q{IPv4/IPv6 addresses manipulation library} | s.summary = %q{IPv4/IPv6 addresses manipulation library} | ||
... | ... |
Please register or sign in to comment