aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-06 16:38:12 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-06 16:38:12 -0800
commit160a690a4cdbb8b359580564bfda215259dc0d52 (patch)
tree311cc8df38536b5b76f67354e2e1b8ccc039a5d1 /grpc.gemspec
parent296ae72581f17438e9355d4862c3ad5c66d49807 (diff)
parent36187ab66b562a536d13999ee31c36cdee760d48 (diff)
Merge pull request #4633 from murgatroid99/core_validate_metadata
Expose core metadata validation functions in public headers
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index ee5c22c24c..fabf683cb2 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -378,6 +378,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/surface/server.c )
s.files += %w( src/core/surface/server_chttp2.c )
s.files += %w( src/core/surface/server_create.c )
+ s.files += %w( src/core/surface/validate_metadata.c )
s.files += %w( src/core/surface/version.c )
s.files += %w( src/core/transport/byte_stream.c )
s.files += %w( src/core/transport/chttp2/alpn.c )