We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feb61f commit 55b4a94Copy full SHA for 55b4a94
lib/google/api_client.rb
@@ -19,8 +19,8 @@
19
require 'compat/multi_json'
20
require 'stringio'
21
22
-require 'google/api_client/logging'
23
require 'google/api_client/version'
+require 'google/api_client/logging'
24
require 'google/api_client/errors'
25
require 'google/api_client/environment'
26
require 'google/api_client/discovery'
@@ -94,7 +94,7 @@ def initialize(options={})
94
end
95
self.user_agent = options[:user_agent] || (
96
"#{application_string} " +
97
- "google-api-ruby-client/#{VERSION::STRING} " +
+ "google-api-ruby-client/#{Google::APIClient::VERSION::STRING} " +
98
ENV::OS_VERSION
99
).strip
100
# The writer method understands a few Symbols and will generate useful
0 commit comments