From 43a7e4e6ed33e1341394afdbe52ed00cdbe4b311 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 28 Oct 2015 00:17:14 -0700 Subject: Ruby wrapping of core credentials API change. --- src/ruby/bin/apis/pubsub_demo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ruby/bin/apis') diff --git a/src/ruby/bin/apis/pubsub_demo.rb b/src/ruby/bin/apis/pubsub_demo.rb index a039d036ac..003e91a6b3 100755 --- a/src/ruby/bin/apis/pubsub_demo.rb +++ b/src/ruby/bin/apis/pubsub_demo.rb @@ -66,7 +66,7 @@ end # creates a SSL Credentials from the production certificates. def ssl_creds - GRPC::Core::Credentials.new(load_prod_cert) + GRPC::Core::ChannelCredentials.new(load_prod_cert) end # Builds the metadata authentication update proc. -- cgit v1.2.3