aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:24:11 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 09:24:11 +0100
commit09ac0a46f4ba899bea09c7d4da8dc7c1540f9978 (patch)
tree4909a0f105a332c19f356b583df1d6f78cc0e918 /grpc.gemspec
parentd2f20efcd8acfef059e21d5368f45c75a87185f0 (diff)
Building the grpc DLLs.
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 6aefe5536e..47af8eeca9 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.files = %w( Makefile )
s.files += %w( etc/roots.pem )
+ s.files += %w( tools/distrib/docker_for_windows.rb )
s.files += Dir.glob('src/ruby/bin/**/*')
s.files += Dir.glob('src/ruby/ext/**/*')
s.files += Dir.glob('src/ruby/lib/**/*')