Fixes the gem name.

This commit is contained in:
Tim Emiola 2015-02-19 12:52:26 -08:00
parent c1500a5abb
commit 7b68400fa4
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
# encoding: utf-8
Gem::Specification.new do |s|
s.name = 'grpc'
s.version = '0.0.0'
s.name = 'grpc-greeter'
s.version = '0.1.0'
s.authors = ['gRPC Authors']
s.email = 'temiola@google.com'
s.homepage = 'https://github.com/grpc/grpc-common'