aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/ruby
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-09 03:33:40 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-02-09 03:33:40 +0100
commitf9e3c23fe8d54d1587afe163d38214c94907a336 (patch)
tree7fad74f10544ba81e398c36c7228370543697582 /templates/src/ruby
parent490f771fc0721f39355cafdcc133193e3122f64e (diff)
Fixing ruby versionning.
Diffstat (limited to 'templates/src/ruby')
-rw-r--r--templates/src/ruby/lib/grpc/version.rb.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/ruby/lib/grpc/version.rb.template b/templates/src/ruby/lib/grpc/version.rb.template
index a47d2d8548..6488614aed 100644
--- a/templates/src/ruby/lib/grpc/version.rb.template
+++ b/templates/src/ruby/lib/grpc/version.rb.template
@@ -31,5 +31,5 @@
# GRPC contains the General RPC module.
module GRPC
- VERSION = '${settings.ruby_version}'
+ VERSION = '${settings.ruby_version.ruby()}'
end