aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-08-12 12:00:37 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-08-12 12:00:37 -0700
commit9fbfb5b0169a10e24fcee5659794b19bdfec3d7e (patch)
tree8863bd3f63701b96f6644eea6895c6d0ca108a7e /src/ruby
parentbe88526b6e83a0c6213d80350841725a88418f10 (diff)
Fixes a lint issue.
Diffstat (limited to 'src/ruby')
-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 45f31329e9..eb748458b9 100755
--- a/src/ruby/grpc.gemspec
+++ b/src/ruby/grpc.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.files += Dir.glob('bin/**/*')
s.test_files = Dir.glob('spec/**/*')
%w(math noproto).each do |b|
- s.executables += [ "#{b}_client.rb", "#{b}_server.rb" ]
+ s.executables += ["#{b}_client.rb", "#{b}_server.rb"]
end
s.require_paths = %w( bin lib )
s.platform = Gem::Platform::RUBY