google-auth-library-ruby/lib/googleauth
Herbert Siojo 5061fb5add Enables reading credentials from env vars.
- ServiceAccountCredentials, ServiceAccountJwtHeaderCredentials
and UserRefreshCredentials initializers now take keyword args
via options hash.

- In `credentials_loader.rb`, refactored env var checking into
private methods

- Updated tests & added new tests.

- Fixed existing test for #from_well_known_path 'fails if
the file is invalid', where `from_env` was called instead of
`from_well_known_path`.

- Fixed rubocop errors I introduced, but two existing ones remain.

- Added entry to changelog.

- Fixed rubocop errors from code containing parallel assignments

- Updated rubocop_todo.yml to ignore parallel assignments and
trailing underscore assignments.
2015-05-21 13:38:19 -07:00
..
compute_engine.rb Updates conditional logic to use a case clause 2015-04-23 11:19:16 -07:00
credentials_loader.rb Enables reading credentials from env vars. 2015-05-21 13:38:19 -07:00
iam.rb Adds an implementation of IAMCredentials 2015-04-22 15:40:56 -07:00
service_account.rb Enables reading credentials from env vars. 2015-05-21 13:38:19 -07:00
signet.rb Extract the auth library into its own project 2015-02-11 19:23:34 -08:00
user_refresh.rb Enables reading credentials from env vars. 2015-05-21 13:38:19 -07:00
version.rb Release 0.4.1 2015-04-23 13:17:00 -07:00