aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-04-07 17:31:29 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-04-08 17:08:57 -0700
commit9885bff5fb817031a9f8b73d0960f7ae5e3c3c2a (patch)
tree38733f2b39b8b8a5097da5cbb218287d23dc74ed /grpc.gemspec
parentd6ac251d4be334d7e13cfedb6181c161fdf05c41 (diff)
Factored out parse functions from sockaddr_resolver
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index b05f238c43..463a2bbedc 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -287,6 +287,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_config/lb_policy.h )
s.files += %w( src/core/ext/client_config/lb_policy_factory.h )
s.files += %w( src/core/ext/client_config/lb_policy_registry.h )
+ s.files += %w( src/core/ext/client_config/parse_address.h )
s.files += %w( src/core/ext/client_config/resolver.h )
s.files += %w( src/core/ext/client_config/resolver_factory.h )
s.files += %w( src/core/ext/client_config/resolver_registry.h )
@@ -442,6 +443,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/client_config/lb_policy.c )
s.files += %w( src/core/ext/client_config/lb_policy_factory.c )
s.files += %w( src/core/ext/client_config/lb_policy_registry.c )
+ s.files += %w( src/core/ext/client_config/parse_address.c )
s.files += %w( src/core/ext/client_config/resolver.c )
s.files += %w( src/core/ext/client_config/resolver_factory.c )
s.files += %w( src/core/ext/client_config/resolver_registry.c )