Commit Graph

  • 5124dc2a46 Merge pull request #20 from tbetbetbe/grpc-auth-update-dependencies Tim Emiola 2015-03-23 17:33:59 -0700
  • 48da187d50 Adds a version badge Tim Emiola 2015-03-23 16:40:55 -0700
  • 5f4cc99347 updates gem dependencies to the latest version Tim Emiola 2015-03-23 16:36:46 -0700
  • 3a516305f1 Merge pull request #17 from tbetbetbe/ruby-auth-make-scopes-optional Tim Emiola 2015-03-23 16:32:51 -0700
  • 86435f1913 Adds a CHANGELOG.md Tim Emiola 2015-03-23 15:49:18 -0700
  • 395febd0f0 Corrects some comments Tim Emiola 2015-03-23 15:27:21 -0700
  • 369b3bfd80 Merge pull request #19 from tbetbetbe/ruby-auth-update-coverage Tim Emiola 2015-03-22 18:43:19 -0700
  • 72fc26dd5f Update the coverage to use the coveralls gem Tim Emiola 2015-03-22 18:31:11 -0700
  • 30b978c7d6 Merge pull request #18 from tbetbetbe/ruby-auth-add-coverage Tim Emiola 2015-03-22 18:19:25 -0700
  • 84d1e27d15 Adds the coverage report and coverage badge Tim Emiola 2015-03-22 18:10:18 -0700
  • cb46aae999 Bump the version, as optional scopes changes the API. Tim Emiola 2015-03-17 16:49:36 -0700
  • bd97c23d9f Make the scope optional Tim Emiola 2015-03-17 16:46:55 -0700
  • 7a9dea37f1 Bump version Tim Emiola 2015-03-12 14:49:18 -0700
  • ade30c023a Merge pull request #13 from tbetbetbe/ruby-auth-add-user-creds Tim Emiola 2015-03-11 09:49:01 -0700
  • fb6cd15e4f Merge pull request #15 from tbetbetbe/ruby-auth-update-dependencies Tim Emiola 2015-03-11 09:48:36 -0700
  • 8f33ba8f4c Explicitly checks for user auth and fail if auth type is not known Tim Emiola 2015-03-09 09:50:18 -0700
  • b2e2e9fb3e Updates the dependencies Tim Emiola 2015-03-06 19:57:52 -0800
  • 4d4bcd46e8 Add support for loading either credentials type as determined by the loaded content Tim Emiola 2015-03-06 16:58:57 -0800
  • 3bd8751519 Adds a credential class that supports User Refresh Tokens Tim Emiola 2015-03-06 15:33:05 -0800
  • df56f8af33 Refactoring: move the credentials load into its own class Tim Emiola 2015-03-06 13:13:26 -0800
  • a2b59eb836 Merge pull request #12 from google/vsubramani-patch-1 Tim Emiola 2015-02-25 18:14:49 -0800
  • dc901656cc Update README.md Vijay Subramani 2015-02-25 10:51:48 -0800
  • 36ceadc26f Merge pull request #11 from tbetbetbe/ruby-auth-fix-tests-on-other-rubies Tim Emiola 2015-02-25 05:07:52 -0800
  • e097a9cae9 Updates the tests work on ruby-1.9.3 and JRuby Tim Emiola 2015-02-25 04:39:22 -0800
  • 82ae8a21a9 Add rubocop config files Tim Emiola 2015-02-25 04:38:56 -0800
  • 5261c511c8 Merge pull request #10 from tbetbetbe/ruby-auth-fix-travis-command Tim Emiola 2015-02-24 22:57:42 -0800
  • 632ebad0af Fixes a lint error in the gemspec Tim Emiola 2015-02-24 22:56:40 -0800
  • 017eb16bd8 Fixes the command travis uses to build Tim Emiola 2015-02-24 22:56:16 -0800
  • 8af9dd6fb6 Merge pull request #9 from tbetbetbe/ruby-auth-add-bundler-tasks Tim Emiola 2015-02-24 22:36:21 -0800
  • a42254a5e6 Adds bundler tasks Tim Emiola 2015-02-24 22:34:27 -0800
  • b34f87daa2 Merge pull request #8 from tbetbetbe/ruby-auth-update-license Tim Emiola 2015-02-24 22:15:45 -0800
  • 379aca9228 Adds a license field, corrects the description Tim Emiola 2015-02-24 22:14:34 -0800
  • 41321befc0 Merge pull request #7 from tbetbetbe/ruby-auth-docs-correct-package-name Tim Emiola 2015-02-24 21:35:16 -0800
  • 07a9399c6a Minor doco fix Tim Emiola 2015-02-24 19:06:28 -0800
  • 10b63d0b92 Correct the package name Tim Emiola 2015-02-24 18:33:37 -0800
  • 83cd8d5581 Merge pull request #6 from tbetbetbe/ruby-auth-add-top-level-docs Tim Emiola 2015-02-24 18:29:00 -0800
  • 18307f1911 Adds top-level documentation and testing metadata Tim Emiola 2015-02-24 18:09:39 -0800
  • 6815e7d7bd Merge pull request #2 from tbetbetbe/ruby-auth-add-adc Tim Emiola 2015-02-24 17:14:49 -0800
  • 34429f3298 Updates the comment to link to Application Default Credentials Tim Emiola 2015-02-24 15:01:11 -0800
  • 21b0a3dead Ensures that the loaded files are closed Tim Emiola 2015-02-24 14:57:12 -0800
  • 7adcf42958 Renamed the error vars Tim Emiola 2015-02-17 18:43:00 -0800
  • a5bb601fe3 Adds an implementation of Application Default Credentials Tim Emiola 2015-02-12 16:59:08 -0800
  • f8fd5fa519 Corrects the rescue clause Tim Emiola 2015-02-12 16:58:48 -0800
  • 1492408997 Adds funcs for json key from environment defaults Tim Emiola 2015-02-12 12:54:58 -0800
  • 648b30e937 Merge pull request #1 from tbetbetbe/ruby-auth-initial-port-from-umbrella-project Tim Emiola 2015-02-12 15:06:17 -0800
  • 219663cbf9 Fixes the doc url Tim Emiola 2015-02-12 05:00:19 -0800
  • b01737abe2 Adds an explicit short timeout to on_gce? Tim Emiola 2015-02-11 21:03:37 -0800
  • e01b14cba8 Memoizes on_gce? Tim Emiola 2015-02-11 20:52:47 -0800
  • eea40d1d1e Corrects the homepage URL Tim Emiola 2015-02-11 20:15:15 -0800
  • 3e60a713c5 Extract the auth library into its own project Tim Emiola 2015-02-11 19:23:34 -0800
  • 1688c65e80 Ignore emacs backup files and Gemfile.lock Tim Emiola 2015-02-11 18:02:13 -0800
  • 56f2733589 Initial commit Steve Bazyl 2014-10-20 13:37:47 -0700