From faf3bfca82c88b1bf08995fdfb26a152c90bf0a5 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Fri, 29 Apr 2016 12:39:05 -0700
Subject: [PATCH] Fixed grpc-tools.gemspec

---
 src/ruby/tools/bin/protoc_grpc_ruby_plugin.rb | 0
 src/ruby/tools/grpc-tools.gemspec             | 2 ++
 2 files changed, 2 insertions(+)
 mode change 100644 => 100755 src/ruby/tools/bin/protoc_grpc_ruby_plugin.rb

diff --git a/src/ruby/tools/bin/protoc_grpc_ruby_plugin.rb b/src/ruby/tools/bin/protoc_grpc_ruby_plugin.rb
old mode 100644
new mode 100755
diff --git a/src/ruby/tools/grpc-tools.gemspec b/src/ruby/tools/grpc-tools.gemspec
index f56f2f58ce..af904de4a9 100644
--- a/src/ruby/tools/grpc-tools.gemspec
+++ b/src/ruby/tools/grpc-tools.gemspec
@@ -4,6 +4,8 @@ require_relative 'version.rb'
 Gem::Specification.new do |s|
   s.name = 'grpc-tools'
   s.version = GRPC::Tools::VERSION
+  s.authors = ['grpc Authors']
+  s.email = 'grpc-io@googlegroups.com'
   s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby/tools'
   s.summary = 'Development tools for Ruby gRPC'
   s.description = 'protoc and the Ruby gRPC protoc plugin'
-- 
GitLab