Skip to content

Commit bad263d

Browse files
committedApr 29, 2020
update ruby gem email to grpc-io@googlegroups.com
1 parent cd7e22c commit bad263d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎grpc.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.name = 'grpc'
88
s.version = GRPC::VERSION
99
s.authors = ['gRPC Authors']
10-
s.email = 'temiola@google.com'
10+
s.email = 'grpc-io@googlegroups.com'
1111
s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby'
1212
s.summary = 'GRPC system in Ruby'
1313
s.description = 'Send RPCs from Ruby using GRPC'

‎templates/grpc.gemspec.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
s.name = 'grpc'
1010
s.version = GRPC::VERSION
1111
s.authors = ['gRPC Authors']
12-
s.email = 'temiola@google.com'
12+
s.email = 'grpc-io@googlegroups.com'
1313
s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby'
1414
s.summary = 'GRPC system in Ruby'
1515
s.description = 'Send RPCs from Ruby using GRPC'

0 commit comments

Comments
 (0)
Please sign in to comment.