Skip to content
Snippets Groups Projects
Commit c4a4288f authored by Tim Emiola's avatar Tim Emiola
Browse files

Update grpc.gemspec

parent 3ce8b554
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ Gem::Specification.new do |s| ...@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby' s.homepage = 'https://github.com/google/grpc/tree/master/src/ruby'
s.summary = 'GRPC system in Ruby' s.summary = 'GRPC system in Ruby'
s.description = 'Send RPCs from Ruby using GRPC' s.description = 'Send RPCs from Ruby using GRPC'
s.license = 'BSD-3-Clause'
s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment