diff options
Diffstat (limited to 'src/ruby/grpc.gemspec')
-rwxr-xr-x | src/ruby/grpc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec index eb748458b9..22fafe1b50 100755 --- a/src/ruby/grpc.gemspec +++ b/src/ruby/grpc.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| %w(math noproto).each do |b| s.executables += ["#{b}_client.rb", "#{b}_server.rb"] end - s.require_paths = %w( bin lib ) + s.require_paths = %w( bin lib pb ) s.platform = Gem::Platform::RUBY s.add_dependency 'google-protobuf', '~> 3.0.0alpha.1.1' |