Merge pull request #173 from tbetbetbe/grpc_rb_fix_grpc_gemspec
fixes a typo
diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec
index bf7e5ad..450362f 100755
--- a/src/ruby/grpc.gemspec
+++ b/src/ruby/grpc.gemspec
@@ -9,7 +9,7 @@
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")