Update grpc.gemspec

pull/826/head
Tim Emiola 10 years ago
parent 3ce8b554f4
commit c4a4288f83
  1. 1
      src/ruby/grpc.gemspec

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby'
s.summary = 'GRPC system in Ruby'
s.description = 'Send RPCs from Ruby using GRPC'
s.license = 'BSD-3-Clause'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

Loading…
Cancel
Save