diff options
author | Craig Tiller <ctiller@google.com> | 2017-08-31 11:22:52 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-08-31 11:22:52 -0700 |
commit | 6e739745e298bf205eb2553d3a3c8a3eed06fff1 (patch) | |
tree | 9d9683a209647997d2e813605947c2b0eab5def0 /grpc.gemspec | |
parent | bcf6ca8d498c7f729aa164067b34d8f465b56084 (diff) |
Fix header location error
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index c20ec741ac..61376b8165 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -82,8 +82,6 @@ Gem::Specification.new do |s| s.files += %w( include/grpc/impl/codegen/sync_generic.h ) s.files += %w( include/grpc/impl/codegen/sync_posix.h ) s.files += %w( include/grpc/impl/codegen/sync_windows.h ) - s.files += %w( src/core/lib/debug/stats.h ) - s.files += %w( src/core/lib/debug/stats_data.h ) s.files += %w( src/core/lib/profiling/timers.h ) s.files += %w( src/core/lib/support/arena.h ) s.files += %w( src/core/lib/support/atomic.h ) @@ -263,6 +261,8 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/compression/algorithm_metadata.h ) s.files += %w( src/core/lib/compression/message_compress.h ) s.files += %w( src/core/lib/compression/stream_compression.h ) + s.files += %w( src/core/lib/debug/stats.h ) + s.files += %w( src/core/lib/debug/stats_data.h ) s.files += %w( src/core/lib/http/format_request.h ) s.files += %w( src/core/lib/http/httpcli.h ) s.files += %w( src/core/lib/http/parser.h ) |