Skip to content

Commit 4c14200

Browse files
authored
Merge pull request #75 from line/fix/email_addr_in_gemspec
Change email addr in Gemspec
2 parents 52cffaa + 093567c commit 4c14200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line-bot-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.name = "line-bot-api"
88
spec.version = Line::Bot::API::VERSION
99
spec.authors = ["LINE Corporation"]
10-
spec.email = ["hirohisa.kawasaki@gmail.com"]
10+
spec.email = ["kimoto@linecorp.com", "todaka.yusuke@linecorp.com", "masaki_kurosawa@linecorp.com"]
1111

1212
spec.description = "Line::Bot::API - SDK of the LINE Messaging API for Ruby"
1313
spec.summary = "SDK of the LINE Messaging API"

0 commit comments

Comments
 (0)