chatroom.gemspec in chatroom-0.0.8 vs chatroom.gemspec in chatroom-0.0.9

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Chatroom::VERSION spec.authors = ["TsaiKoga"] spec.email = ["969024089@qq.com"] spec.description = %q{This gem can help you create a chatroom.} spec.summary = %q{Chatroom provides functions, like adding emotions or changing text pattern.} - spec.homepage = "http://github.com/TsaiKoga/" + spec.homepage = "http://github.com/TsaiKoga/chatroom" 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)/})