Fixed grpc-tools.gemspec

pull/6371/head
murgatroid99 9 years ago
parent f238194b25
commit faf3bfca82
  1. 0
      src/ruby/tools/bin/protoc_grpc_ruby_plugin.rb
  2. 2
      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'

Loading…
Cancel
Save