-
Name
-
googleauth
-
Version
-
0.1.0
-
Platform
-
ruby
-
Authors
-
Tim Emiola
-
Bindir
-
bin
-
Date
-
2015-02-25 00:00:00 UTC
-
Dependencies
-
faraday (~> 0.9)
logging (~> 1.8)
jwt (~> 1.2.1)
memoist (~> 0.11.0)
multi_json (= 1.10.1)
signet (~> 0.6.0)
bundler (~> 1.7, development)
rake (~> 10.0, development)
rubocop (~> 0.28.0, 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
.travis.yml
CONTRIBUTING.md
COPYING
Gemfile
README.md
Rakefile
googleauth.gemspec
lib/googleauth.rb
lib/googleauth/compute_engine.rb
lib/googleauth/service_account.rb
lib/googleauth/signet.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/service_account_spec.rb
spec/googleauth/signet_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.3
-
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/service_account_spec.rb
spec/googleauth/signet_spec.rb
spec/spec_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby