Merge pull request #6510 from murgatroid99/ruby_tools_gem_fix

Fixed references in grpc-tools gemspec
pull/6517/head
Nicolas Noble 9 years ago
commit 60ab589b7a
  1. 2
      src/ruby/tools/grpc-tools.gemspec

@ -18,5 +18,5 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.executables = %w( protoc.rb protoc_grpc_ruby_plugin.rb )
s.executables = %w( grpc_tools_ruby_protoc.rb grpc_tools_ruby_protoc_plugin.rb )
end

Loading…
Cancel
Save