update grpc-tools.gemspec after with os_check -> plactform_check.rb

pull/8304/head
Alexander Polcyn 8 years ago
parent aaddb5cb93
commit 4d08937206
  1. 2
      src/ruby/tools/grpc-tools.gemspec

@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = 'protoc and the Ruby gRPC protoc plugin'
s.license = 'BSD-3-Clause'
s.files = %w( version.rb os_check.rb README.md )
s.files = %w( version.rb platform_check.rb README.md )
s.files += Dir.glob('bin/**/*')
s.bindir = 'bin'

Loading…
Cancel
Save