diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-12 14:55:17 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-12 14:55:17 -0700 |
commit | 80233bfde5a3f7cb184e5fba19cedaf93151b693 (patch) | |
tree | 1532b41e1b559c8424e9273d32835cd3631fb754 /grpc.gemspec | |
parent | 161e4baf74eaf760cd028a833a5a05d3e51796ae (diff) | |
parent | 023a51a7fadc5d1a764fa8dddedceb396f54cff6 (diff) |
Merge github.com:grpc/grpc into minimal_test
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index bf2101254b..e53bd29cd4 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -290,6 +290,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/ext/transport/chttp2/transport/hpack_encoder.h ) s.files += %w( src/core/ext/transport/chttp2/transport/hpack_parser.h ) s.files += %w( src/core/ext/transport/chttp2/transport/hpack_table.h ) + s.files += %w( src/core/ext/transport/chttp2/transport/http2_settings.h ) s.files += %w( src/core/ext/transport/chttp2/transport/huffsyms.h ) s.files += %w( src/core/ext/transport/chttp2/transport/incoming_metadata.h ) s.files += %w( src/core/ext/transport/chttp2/transport/internal.h ) @@ -509,6 +510,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/ext/transport/chttp2/transport/hpack_encoder.c ) s.files += %w( src/core/ext/transport/chttp2/transport/hpack_parser.c ) s.files += %w( src/core/ext/transport/chttp2/transport/hpack_table.c ) + s.files += %w( src/core/ext/transport/chttp2/transport/http2_settings.c ) s.files += %w( src/core/ext/transport/chttp2/transport/huffsyms.c ) s.files += %w( src/core/ext/transport/chttp2/transport/incoming_metadata.c ) s.files += %w( src/core/ext/transport/chttp2/transport/parsing.c ) |