aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-01-29 16:19:25 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-01-31 17:55:23 -0800
commit3306139df0a846fa717b14a23ea71fd30ad1539b (patch)
tree16db3403182d605bb7779d13d4953971ce3d6c97 /src/ruby
parent6f06a7e81de33a63b63bc380f78228841a420b17 (diff)
Adds an emacs modeline
Diffstat (limited to 'src/ruby')
-rwxr-xr-xsrc/ruby/grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/grpc.gemspec b/src/ruby/grpc.gemspec
index f615945b79..9d95db545f 100755
--- a/src/ruby/grpc.gemspec
+++ b/src/ruby/grpc.gemspec
@@ -1,3 +1,4 @@
+# -*- ruby -*-
# encoding: utf-8
$LOAD_PATH.push File.expand_path('../lib', __FILE__)
require 'grpc/version'