lib/google/cloud/speech/v1/speech_client.rb in google-cloud-speech-0.34.1 vs lib/google/cloud/speech/v1/speech_client.rb in google-cloud-speech-0.35.0

- old
+ new

@@ -27,10 +27,11 @@ require "google/gax/operation" require "google/longrunning/operations_client" require "google/cloud/speech/v1/cloud_speech_pb" require "google/cloud/speech/v1/credentials" +require "google/cloud/speech/version" module Google module Cloud module Speech module V1 @@ -134,10 +135,10 @@ end if credentials.is_a?(Google::Auth::Credentials) updater_proc = credentials.updater_proc end - package_version = Gem.loaded_specs['google-cloud-speech'].version.version + package_version = Google::Cloud::Speech::VERSION google_api_client = "gl-ruby/#{RUBY_VERSION}" google_api_client << " #{lib_name}/#{lib_version}" if lib_name google_api_client << " gapic/#{package_version} gax/#{Google::Gax::VERSION}" google_api_client << " grpc/#{GRPC::VERSION}"