aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/math_client.rb
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-01-13 07:55:34 -0800
committerGravatar Tim Emiola <temiola@google.com>2015-01-13 08:00:15 -0800
commit3acf05afd8402366e53cc5bd282ee2e8b6f3d329 (patch)
tree2e61a9df05514a38bc7d120405b4d4e57de37d31 /src/ruby/bin/math_client.rb
parent35e7b0cb5ce5ea6721353eb8d698a1131c1096ef (diff)
Fixes the shebang line
- fixes the shebang line by moving it above the copyright notice in executables. - also fixes the execution bit on all the binaries
Diffstat (limited to 'src/ruby/bin/math_client.rb')
-rwxr-xr-x[-rw-r--r--]src/ruby/bin/math_client.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ruby/bin/math_client.rb b/src/ruby/bin/math_client.rb
index 5cba9317f4..4df333d085 100644..100755
--- a/src/ruby/bin/math_client.rb
+++ b/src/ruby/bin/math_client.rb
@@ -1,3 +1,5 @@
+#!/usr/bin/env ruby
+
# Copyright 2014, Google Inc.
# All rights reserved.
#
@@ -27,8 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#!/usr/bin/env ruby
-#
+
# Sample app that accesses a Calc service running on a Ruby gRPC server and
# helps validate RpcServer as a gRPC server using proto2 serialization.
#