From 5d11f8e7a1044dce3de37b2d990df39196ec1de7 Mon Sep 17 00:00:00 2001
From: Tim Emiola <temiola@google.com>
Date: Fri, 23 Jan 2015 04:11:23 -0800
Subject: [PATCH] fix a typo

---
 src/ruby/grpc.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec
index bf7e5ad4a3..450362f5a8 100755
--- a/src/ruby/grpc.gemspec
+++ b/src/ruby/grpc.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
   s.email         = 'tbetbetbe@gmail.com'
   s.homepage      = 'https://github.com/google/grpc/tree/master/src/ruby'
   s.summary       = 'Google RPC system in Ruby'
-  s.description   = 'Send RPCs from Ruby using Google's RPC system'
+  s.description   = 'Send RPCs from Ruby using Google\'s RPC system'
 
   s.files         = `git ls-files`.split("\n")
   s.test_files    = `git ls-files -- spec/*`.split("\n")
-- 
GitLab