Metadata


Name
googleauth
Version
0.6.5
Platform
ruby
Authors
Tim Emiola
Bindir
bin
Date
2018-08-20 00:00:00 UTC
Dependencies
faraday (~> 0.12)
jwt (>= 1.4, < 3.0)
memoist (~> 0.12)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.7)
Description
Allows simple authorization for accessing Google APIs. Provide support for Application Default Credentials, as described at https://developers.google.com/accounts/docs/application-default-credentials
Email
temiola@google.com
Files
.gitignore
.rspec
.rubocop.yml
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
Gemfile
README.md
Rakefile
googleauth.gemspec
lib/googleauth.rb
lib/googleauth/application_default.rb
lib/googleauth/client_id.rb
lib/googleauth/compute_engine.rb
lib/googleauth/credentials.rb
lib/googleauth/credentials_loader.rb
lib/googleauth/default_credentials.rb
lib/googleauth/iam.rb
lib/googleauth/json_key_reader.rb
lib/googleauth/scope_util.rb
lib/googleauth/service_account.rb
lib/googleauth/signet.rb
lib/googleauth/stores/file_token_store.rb
lib/googleauth/stores/redis_token_store.rb
lib/googleauth/token_store.rb
lib/googleauth/user_authorizer.rb
lib/googleauth/user_refresh.rb
lib/googleauth/version.rb
lib/googleauth/web_user_authorizer.rb
spec/googleauth/apply_auth_examples.rb
spec/googleauth/client_id_spec.rb
spec/googleauth/compute_engine_spec.rb
spec/googleauth/credentials_spec.rb
spec/googleauth/get_application_default_spec.rb
spec/googleauth/iam_spec.rb
spec/googleauth/scope_util_spec.rb
spec/googleauth/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/googleauth/stores/file_token_store_spec.rb
spec/googleauth/stores/redis_token_store_spec.rb
spec/googleauth/stores/store_examples.rb
spec/googleauth/user_authorizer_spec.rb
spec/googleauth/user_refresh_spec.rb
spec/googleauth/web_user_authorizer_spec.rb
spec/spec_helper.rb
Homepage
https://github.com/google/google-auth-library-ruby
Licenses
Apache-2.0
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
2.7.6
Specification version
4
Summary
Google Auth Library for Ruby
Test files
spec/googleauth/apply_auth_examples.rb
spec/googleauth/client_id_spec.rb
spec/googleauth/compute_engine_spec.rb
spec/googleauth/credentials_spec.rb
spec/googleauth/get_application_default_spec.rb
spec/googleauth/iam_spec.rb
spec/googleauth/scope_util_spec.rb
spec/googleauth/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/googleauth/stores/file_token_store_spec.rb
spec/googleauth/stores/redis_token_store_spec.rb
spec/googleauth/stores/store_examples.rb
spec/googleauth/user_authorizer_spec.rb
spec/googleauth/user_refresh_spec.rb
spec/googleauth/web_user_authorizer_spec.rb
spec/spec_helper.rb
Original platform
ruby
New platform
ruby