Commit Graph

35 Commits

Author SHA1 Message Date
chiu c48221bcd9 change some code to let ruby 2.1.2 can use no problem 2021-01-23 21:10:41 +08:00
Daniel Azuma 4df620978c
feat: Support for ID token validation 2020-06-17 08:13:42 -07:00
Daniel Azuma c7f82f29f8
feat: Support for ID token credentials. 2020-04-07 17:19:29 -07:00
David Supplee 5b6ef36a67
chore: update github url 2020-03-16 08:33:17 -07:00
d-m-u de8e9e42af
feat: support Faraday 1.x 2020-02-24 14:23:05 -08:00
Graham Paye a6082d158b
chore: publish to googleapis.dev on release (#242) 2019-10-11 10:56:55 -07:00
Daniel Azuma fe4220244c
Require Ruby 2.4 and Signet 0.12 (#236) 2019-10-09 11:25:44 -07:00
Yasuo Honda 9ca53d24ff Bump the minimum supported Ruby version from 1.9 to 2.3 (#208) 2019-04-04 10:21:27 -07:00
Graham Paye bf822910fa
add google-style and refactor (#203) 2019-03-15 12:34:54 -07:00
Graham Paye 0d25f3a10f
prepare for autorelease (#199) 2019-02-27 08:06:41 -08:00
Graham Paye 4831d41d73
prepare for autorelease (#197) 2019-02-22 10:38:05 -08:00
Matt Sanford 3802390e70 Upgrade Memoist (#165) 2018-10-16 12:08:58 -07:00
Graham Paye 5f714d44c5
moved logging dependency to developer 2018-07-31 11:20:36 -07:00
Kevin Deisz 85808dbaf6 Update os gem dependency (#139)
* Update os gem dependency
2018-07-16 08:40:51 -07:00
Jurriaan Pruis 2e9841e084 Support ruby-jwt 2.0
This version of ruby-jwt requires specification of the algorithm (see
jwt/ruby-jwt#184) for more information.

I've created a PR on signet to. That has to be merged before ruby-jwt
2.0 can be really used (see https://github.com/google/signet/pull/93).

Tested locally against ruby-jwt 2.0 and 1.5.6.
2017-09-16 01:11:12 +02:00
hxiong388 403debaaa2 Merge pull request #100 from icco/patch-1
Update faraday dependency
2017-07-13 11:27:10 -07:00
Heng Xiong 822435f616 Fix rubocop violations. Fix Travis build. 2017-07-12 15:57:12 -07:00
Nat Welch 45ed29a098 Update faraday dependency 2017-04-11 10:56:36 -04:00
Vijay Subramani 0be20dd5a3 Update googleauth.gemspec 2015-12-31 15:50:45 -08:00
Steven Bazyl b46a7dc82c Prep for 0.5 release, update unit tests to use webmock instead of Faraday stubs (due to fragility -- sensitive to internal changes made in signet) 2015-12-09 15:45:22 -08:00
Steven Bazyl e903a12563 Base version of 3LO support. 2015-10-14 13:54:03 -07:00
Todd Derr 86de5fe13b Add support for a system default credentials file.
The path is:
  - windows: %ProgramData%\Google\Auth\application_default_credentials.json
  - other: /etc/google/auth/application_default_credentials.json
2015-06-29 16:35:45 -04:00
Yuji Yamamoto 0e2b722d5b relax dependent version of multi_json
see also: https://github.com/intridea/multi_json/blob/master/CHANGELOG.md#1111
2015-06-15 14:52:18 +09:00
Tim Emiola f557108ad9 Release 0.4.1 2015-04-23 13:17:00 -07:00
Tim Emiola 7e522cfe13 Release 0.4.0 2015-03-25 20:08:14 -07:00
Tim Emiola 5f4cc99347 updates gem dependencies to the latest version 2015-03-23 16:36:46 -07:00
Tim Emiola 72fc26dd5f Update the coverage to use the coveralls gem 2015-03-22 18:31:11 -07:00
Tim Emiola 84d1e27d15 Adds the coverage report and coverage badge 2015-03-22 18:10:18 -07:00
Tim Emiola b2e2e9fb3e Updates the dependencies 2015-03-06 19:57:52 -08:00
Tim Emiola 632ebad0af Fixes a lint error in the gemspec 2015-02-24 22:56:40 -08:00
Tim Emiola 379aca9228 Adds a license field, corrects the description 2015-02-24 22:14:34 -08:00
Tim Emiola 219663cbf9 Fixes the doc url 2015-02-12 05:00:19 -08:00
Tim Emiola e01b14cba8 Memoizes on_gce?
- also fixes an error in the gemspec.
2015-02-11 20:52:47 -08:00
Tim Emiola eea40d1d1e Corrects the homepage URL 2015-02-11 20:15:15 -08:00
Tim Emiola 3e60a713c5 Extract the auth library into its own project
- adds no new functionality beyond the initial attempt at providing
  Usable Auth constructors.

- adds enough packaging metadata to be able to export this library as a gem.

- next steps:
  complete usable auth implemntation of Application Default Credentials.
2015-02-11 19:23:34 -08:00