aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/grpc.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/grpc.gemspec')
-rwxr-xr-xsrc/ruby/grpc.gemspec2
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'