google-auth-library-ruby/spec/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
..
apply_auth_examples.rb Promote ServiceAccountCredentials when scope is nil 2015-03-23 21:35:07 -07:00
compute_engine_spec.rb Corrects grammar 2015-04-23 11:21:31 -07:00
get_application_default_spec.rb Enables reading credentials from env vars. 2015-05-21 13:38:19 -07:00
iam_spec.rb Adds an implementation of IAMCredentials 2015-04-22 15:40:56 -07:00
service_account_spec.rb Enables reading credentials from env vars. 2015-05-21 13:38:19 -07:00
signet_spec.rb More refactoring to please rubocop 2015-04-08 11:10:25 +10:00
user_refresh_spec.rb Enables reading credentials from env vars. 2015-05-21 13:38:19 -07:00