chatwork.gemspec in chatwork-0.3.1 vs chatwork.gemspec in chatwork-0.4.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = ChatWork::VERSION spec.authors = ["asonas"] spec.email = ["hzw1258@gmail.com"] spec.description = %q{ChatWork is cloud-based business chat tool} spec.summary = %q{Ruby bindings of Chatwork API} - spec.homepage = "" + spec.homepage = "https://github.com/asonas/chatwork-ruby" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})