Skip to content

Commit

Permalink
Merge 7548727 into 42b1b6e
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRoyalTnetennba committed Aug 3, 2018
2 parents 42b1b6e + 7548727 commit b318f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.6.4 (2018/08/03)

* Resolve issue where DefaultCredentials constant was undefined.

## 0.6.3 (2018/08/02)

* Resolve issue where token_store was being written to twice
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/default_credentials.rb
Expand Up @@ -53,7 +53,7 @@ def self.make_creds(options = {})
clz.make_creds(json_key_io: StringIO.new(MultiJson.dump(json_key)),
scope: scope)
else
warn_if_cloud_sdk_credentials ENV[CLIENT_ID_VAR]
warn_if_cloud_sdk_credentials ENV[CredentialsLoader::CLIENT_ID_VAR]
clz = read_creds
clz.make_creds(scope: scope)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Expand Up @@ -31,6 +31,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = '0.6.3'.freeze
VERSION = '0.6.4'.freeze
end
end

0 comments on commit b318f1c

Please sign in to comment.