webfinger.gemspec in webfinger-0.0.5 vs webfinger.gemspec in webfinger-1.0.0

- old
+ new

@@ -4,9 +4,10 @@ gem.authors = ["nov matake"] gem.email = ["nov@matake.jp"] gem.description = %q{Ruby WebFinger client library} gem.summary = %q{Ruby WebFinger client library, following IETF WebFinger WG spec updates.} gem.homepage = "https://github.com/nov/webfinger" + gem.license = 'MIT' gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]