Kazuhiro Serizawa
a1a9387c2b
Use retry_with_error in GCECredentials#fetch_access_token
2017-07-14 07:53:35 +09:00
Kazuhiro Serizawa
3014e6ddaf
Implement retry_with_faraday_error
2017-07-14 07:53:35 +09:00
Heng Xiong
0f7fe1ea91
Merge pull request #110 from hxiong388/update-readme
...
Add service account example
2017-07-13 15:12:44 -07:00
Heng Xiong
608e9f9b91
Add service account example
2017-07-13 14:58:23 -07:00
hxiong388
403debaaa2
Merge pull request #100 from icco/patch-1
...
Update faraday dependency
2017-07-13 11:27:10 -07:00
hxiong388
90aaf7f554
Merge pull request #105 from bootstraponline/patch-1
...
google-api-ruby-client now uses google-auth-library-ruby
2017-07-13 11:26:52 -07:00
Daniel Azuma
91ecc02d86
Merge pull request #109 from hxiong388/fix-build
...
Fix rubocop violations. Fix Travis build.
2017-07-13 08:29:23 -07:00
Heng Xiong
1db30f6db1
Fix rubocop Ruby 1.9.3 compatibility issues
2017-07-12 17:11:49 -07:00
Heng Xiong
374b342ea9
restore travis config back to ruby 2.3, which aliases to 2.3.4
2017-07-12 16:13:10 -07:00
Heng Xiong
822435f616
Fix rubocop violations. Fix Travis build.
2017-07-12 15:57:12 -07:00
hxiong388
4cece8bd80
Merge pull request #98 from serihiro/fix-rubocop-warning
...
Fix rubocop warning
2017-07-12 15:52:59 -07:00
bootstraponline
d7872bae9c
google-api-ruby-client now uses google-auth-library-ruby
2017-06-06 16:41:35 -04:00
Nat Welch
45ed29a098
Update faraday dependency
2017-04-11 10:56:36 -04:00
Kazuhiro Serizawa
350de2ef60
Specify ruby patch version for ruby2.3
2017-02-26 14:32:37 +09:00
Kazuhiro Serizawa
bcca449f79
rubocop --auto-gen-config
2017-02-25 23:27:52 +09:00
Kazuhiro Serizawa
9fda76427a
Use normalcase for variable numbers.
2017-02-25 23:27:52 +09:00
Kazuhiro Serizawa
198e766bcd
Disable `Metrics/BlockLength` for spec files and gemspec
2017-02-25 23:27:52 +09:00
Kazuhiro Serizawa
a67e5297c2
rubocop autocorrect: Fix empty method definition
2017-02-25 23:27:04 +09:00
Kazuhiro Serizawa
35bef89588
rubocop autocorrect: Favor a normal if-statement
2017-02-25 23:24:59 +09:00
Tim Emiola
37ed189b2e
Merge pull request #76 from shicholas/update_tests
...
added ruby 2.3 to travis w/ other small changes.
2016-07-14 08:02:49 +09:00
nicholas shook
82a4f8520c
added ruby 2.3 compatability
...
also:
* updated rubocop and applied styling
* made small test refactorings (using the expect block notation)
* made a small refactor to remove an unnecessary ``return credentials``
* bumped the version
2016-07-13 15:45:46 -07:00
Steve Bazyl
72fb8df541
Small correction to web example
2016-01-15 12:16:47 -08:00
Tim Emiola
2b63b591ba
Merge pull request #59 from mikem836/env_error_message
...
Fix uninitialized constant in DefaultCredentials
2016-01-08 13:49:01 -08:00
Mike Milner
62a8d41bc4
Replace uninitialized constant
2016-01-08 13:17:49 -05:00
Steve Bazyl
a99a2204b0
Fix a small typo + undefined constant in sample
2016-01-06 17:02:05 -08:00
Tim Emiola
e3b4c420af
Merge pull request #58 from murgatroid99/header_name_change_version_update
...
Update version and changelog for 0.5.1
2016-01-06 11:16:37 -08:00
murgatroid99
7eca23785d
Fixed markdown syntax
2016-01-06 11:04:34 -08:00
murgatroid99
3d3aae31e0
Include other recent change in changelog
2016-01-06 11:03:49 -08:00
murgatroid99
5b483b07e7
Update version and changelog
2016-01-06 10:54:27 -08:00
Tim Emiola
c3accecfc8
Merge pull request #57 from murgatroid99/lowercase_authorization
...
Use lowercase :authorization for metadata key
2016-01-06 10:46:40 -08:00
murgatroid99
6991904343
Use lowercase :authorization for metadata key
2016-01-05 13:58:50 -08:00
Tim Emiola
642a70f8fa
Merge pull request #56 from vsubramani/master
...
Fix for ADC not working on some windows machines
2016-01-04 08:25:38 -08:00
Vijay Subramani
0be20dd5a3
Update googleauth.gemspec
2015-12-31 15:50:45 -08:00
Vijay Subramani
ec7e118248
Update credentials_loader.rb
2015-12-31 15:48:39 -08:00
Tim Emiola
c75d7398ff
Merge pull request #54 from sqrrrl/0.5-dev
...
Prep for 0.5 release
2015-12-11 21:49:03 -08:00
Steven Bazyl
9be6475adb
Update how RBX exclusion is specified
2015-12-11 14:59:08 -08:00
Steven Bazyl
b78ebc4ab8
Remove blank link to appease rubocop
2015-12-11 12:39:43 -08:00
Steven Bazyl
ebdc177aeb
Remove dead codeblock leftover after moving to webmock, enable coverage output locally
2015-12-11 12:10:50 -08:00
Steven Bazyl
9b34943655
Fix rubocop errors with line length
2015-12-10 12:47:13 -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
Steve Bazyl
273be13333
Fix CLI snippet in class docs
...
Snippet was slightly outdated, based on an earlier revision.
2015-11-19 13:09:59 -08:00
Tim Emiola
2be5bfe375
Merge pull request #51 from sqrrrl/master
...
Round 2 of 3LO support - web flow
2015-11-12 09:48:14 -08:00
Steven Bazyl
8ac3dcff8f
Preload multijson adapter to avoid loading adapter while FakeFS enabled
2015-11-11 15:50:17 -08:00
Steven Bazyl
44ab4cdd56
Merge branch 'web'
2015-11-11 09:18:03 -08:00
Tim Emiola
1e9244689e
Merge pull request #50 from sqrrrl/master
...
Base version of 3LO support.
2015-11-11 08:38:49 -08:00
Steven Bazyl
d1bec630c4
Allow rbx failures due to rubocop crash. See rubinius/rubinius#3485
2015-10-14 16:36:29 -07:00
Steven Bazyl
cdc12a2c08
3LO support round 2 - web support
2015-10-14 14:26:21 -07:00
Steven Bazyl
e903a12563
Base version of 3LO support.
2015-10-14 13:54:03 -07:00
Tim Emiola
5cae4f7988
Merge pull request #47 from igrep/patch-1
...
fix typo of a contributor's name
2015-08-10 20:06:44 -07:00
Yuji Yamamoto
7e76b14a68
fix typo of a contributor's name
2015-08-11 11:59:50 +09:00