-
Name
-
googleauth
-
Version
-
0.4.2
-
Platform
-
ruby
-
Authors
-
Tim Emiola
-
Bindir
-
bin
-
Date
-
2015-08-06 00:00:00 UTC
-
Dependencies
-
faraday (~> 0.9)
logging (~> 2.0)
jwt (~> 1.4)
memoist (~> 0.12)
multi_json (~> 1.11)
signet (~> 0.6)
bundler (~> 1.9, development)
simplecov (~> 0.9, development)
coveralls (~> 0.7, development)
fakefs (~> 0.6, development)
rake (~> 10.0, development)
rubocop (~> 0.30, development)
rspec (~> 3.0, development)
-
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
.rubocop_todo.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
COPYING
Gemfile
README.md
Rakefile
googleauth.gemspec
lib/googleauth.rb
lib/googleauth/compute_engine.rb
lib/googleauth/credentials_loader.rb
lib/googleauth/iam.rb
lib/googleauth/service_account.rb
lib/googleauth/signet.rb
lib/googleauth/user_refresh.rb
lib/googleauth/version.rb
spec/googleauth/apply_auth_examples.rb
spec/googleauth/compute_engine_spec.rb
spec/googleauth/get_application_default_spec.rb
spec/googleauth/iam_spec.rb
spec/googleauth/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/googleauth/user_refresh_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.4.8
-
Specification version
-
4
-
Summary
-
Google Auth Library for Ruby
-
Test files
-
spec/googleauth/apply_auth_examples.rb
spec/googleauth/compute_engine_spec.rb
spec/googleauth/get_application_default_spec.rb
spec/googleauth/iam_spec.rb
spec/googleauth/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/googleauth/user_refresh_spec.rb
spec/spec_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby