aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-16 11:56:54 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-16 11:56:54 -0700
commitcb1c0b0973e42a872bb3f55a9af9297724cc9bc6 (patch)
tree8a580b4256510a50061260667cd5af5b3cbc816b /grpc.gemspec
parentcec780ed045a79cf27455d2524fc57c6ac18f231 (diff)
parent5b7c88713e1d07e9ccfa46c056faa1198e4837b1 (diff)
Merge github.com:grpc/grpc into vector
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec5
1 files changed, 4 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index b1d8250f3f..cbbc48abee 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -89,6 +89,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/support/atomic_with_atm.h )
s.files += %w( src/core/lib/support/atomic_with_std.h )
s.files += %w( src/core/lib/support/env.h )
+ s.files += %w( src/core/lib/support/manual_constructor.h )
s.files += %w( src/core/lib/support/memory.h )
s.files += %w( src/core/lib/support/mpscq.h )
s.files += %w( src/core/lib/support/murmur_hash.h )
@@ -1124,8 +1125,10 @@ Gem::Specification.new do |s|
s.files += %w( third_party/cares/cares/config-win32.h )
s.files += %w( third_party/cares/cares/setup_once.h )
s.files += %w( third_party/cares/ares_build.h )
- s.files += %w( third_party/cares/config_linux/ares_config.h )
s.files += %w( third_party/cares/config_darwin/ares_config.h )
+ s.files += %w( third_party/cares/config_freebsd/ares_config.h )
+ s.files += %w( third_party/cares/config_linux/ares_config.h )
+ s.files += %w( third_party/cares/config_openbsd/ares_config.h )
s.files += %w( third_party/cares/cares/ares__close_sockets.c )
s.files += %w( third_party/cares/cares/ares__get_hostent.c )
s.files += %w( third_party/cares/cares/ares__read_line.c )