aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-27 14:46:18 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-27 14:46:18 -0700
commit158375a44007cfa3a07901d3a2035200a63c9e48 (patch)
tree43efac1051e80bda4e794cbb084f1928eefd5f92 /grpc.gemspec
parent46511cd5d3488007b22480d64074feff0bf71010 (diff)
parentb984a27d90ab1d3ed206a5f7a32200f01e1f3a11 (diff)
Merge branch 'master' of github.com:grpc/grpc into authority_header
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index ec8a7ffb77..4e309f15a9 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -44,6 +44,11 @@ Gem::Specification.new do |s|
s.extensions = %w(src/ruby/ext/grpc/extconf.rb)
+ s.files += %w( third_party/address_sorting/address_sorting_internal.h )
+ s.files += %w( third_party/address_sorting/include/address_sorting/address_sorting.h )
+ s.files += %w( third_party/address_sorting/address_sorting.c )
+ s.files += %w( third_party/address_sorting/address_sorting_posix.c )
+ s.files += %w( third_party/address_sorting/address_sorting_windows.c )
s.files += %w( include/grpc/support/alloc.h )
s.files += %w( include/grpc/support/atm.h )
s.files += %w( include/grpc/support/atm_gcc_atomic.h )