lib/google/cloud/bigquery/service.rb in google-cloud-bigquery-0.20.2 vs lib/google/cloud/bigquery/service.rb in google-cloud-bigquery-0.21.0

- old
+ new

@@ -51,10 +51,10 @@ def service return mocked_service if mocked_service @service ||= begin service = API::BigqueryService.new - service.client_options.application_name = "google-cloud-bigquery" + service.client_options.application_name = "gcloud-ruby" service.client_options.application_version = \ Google::Cloud::Bigquery::VERSION service.request_options.retries = @retries || 3 service.request_options.timeout_sec = @timeout service.request_options.open_timeout_sec = @timeout