diff options
author | murgatroid99 <mlumish@google.com> | 2016-04-21 14:28:00 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-04-21 14:28:00 -0700 |
commit | e621f13ecd64d005ad3dfe84f67e81dde6c113ef (patch) | |
tree | a4961c3978a85607ecb92517aa4984ce0f69ebbf /grpc.gemspec | |
parent | c807ddd5ddf2eb84ac98ab2332580a20fc0614cd (diff) |
Simplified ruby interop test files
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-x | grpc.gemspec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 9c858b2579..05bb681c5f 100755 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -24,10 +24,6 @@ Gem::Specification.new do |s| s.files += Dir.glob('include/grpc/**/*') s.test_files = Dir.glob('src/ruby/spec/**/*') s.bindir = 'src/ruby/bin' - %w(math noproto).each do |b| - s.executables += ["#{b}_client.rb", "#{b}_server.rb"] - end - s.executables += %w(grpc_ruby_interop_client grpc_ruby_interop_server) s.require_paths = %w( src/ruby/bin src/ruby/lib src/ruby/pb ) s.platform = Gem::Platform::RUBY |