pwhois.gemspec in pwhois-1.2.1 vs pwhois.gemspec in pwhois-1.2.2
- old
+ new
@@ -12,10 +12,10 @@
pwhois is a small command-line utility that takes advantage of the
whois module to parse WHOIS results and display them in a
consistent, coherent style.
EOF
spec.homepage = "https://github.com/Crosse/pwhois"
- spec.license = "ISC"
+ spec.license = "MIT"
spec.files = `git ls-files`.split($\)
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }