diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-17 07:50:54 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-17 07:50:54 -0700 |
commit | 40d34bf47712e33cb22e63bbed884068fb3f6439 (patch) | |
tree | 31c7f3c9ee1077dd5486b691793f1914228b3e39 /grpc.gemspec | |
parent | 121e7a964538cee570764a88503e2eb569f5152b (diff) | |
parent | e4ce826e3009bf0de85225fef53fae330e4496ff (diff) |
Merge github.com:grpc/grpc into filter-selection
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 036e4dfd46..7a5562ede8 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -143,17 +143,17 @@ Gem::Specification.new do |s| s.files += %w( src/core/support/tmpfile_win32.c ) s.files += %w( src/core/support/wrap_memcpy.c ) s.files += %w( include/grpc/grpc_security.h ) + s.files += %w( include/grpc/byte_buffer.h ) + s.files += %w( include/grpc/byte_buffer_reader.h ) + s.files += %w( include/grpc/compression.h ) + s.files += %w( include/grpc/grpc.h ) + s.files += %w( include/grpc/status.h ) s.files += %w( include/grpc/impl/codegen/byte_buffer.h ) s.files += %w( include/grpc/impl/codegen/compression_types.h ) s.files += %w( include/grpc/impl/codegen/connectivity_state.h ) s.files += %w( include/grpc/impl/codegen/grpc_types.h ) s.files += %w( include/grpc/impl/codegen/propagation_bits.h ) s.files += %w( include/grpc/impl/codegen/status.h ) - s.files += %w( include/grpc/byte_buffer.h ) - s.files += %w( include/grpc/byte_buffer_reader.h ) - s.files += %w( include/grpc/compression.h ) - s.files += %w( include/grpc/grpc.h ) - s.files += %w( include/grpc/status.h ) s.files += %w( include/grpc/census.h ) s.files += %w( src/core/census/grpc_filter.h ) s.files += %w( src/core/census/grpc_plugin.h ) |