diff options
author | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-25 16:45:19 -0800 |
---|---|---|
committer | Tim Emiola <tbetbetbe@users.noreply.github.com> | 2015-02-25 16:45:19 -0800 |
commit | c4a4288f830bcc9f0bd72b24fab824adb3a91f7a (patch) | |
tree | f9e377072a7206d3e7c4bf2d506bd5a99f6678e8 | |
parent | 3ce8b554f448a06a43c6082cb93696f4c266e96d (diff) |
Update grpc.gemspec
-rwxr-xr-x | src/ruby/grpc.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec index 25a3ff5ce2..ed26fef4a9 100755 --- a/src/ruby/grpc.gemspec +++ b/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") |