From fc21dd541263b6d2d9d326e1b9235ed8e2f0dea6 Mon Sep 17 00:00:00 2001 From: Stephen Rushe Date: Tue, 4 Aug 2020 00:52:12 +0100 Subject: [PATCH] Update to use released version of indieauth-token-verification gem --- Gemfile | 2 +- Gemfile.lock | 11 +++-------- README.md | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 3e5c4b2..ab193e0 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ git_source(:github) {|repo_name| "git@github.com:#{repo_name}" } gem 'sinatra' gem 'dotenv' -gem 'indieauth-token-verification', github: 'srushe/indieauth-token-verification' +gem 'indieauth-token-verification' gem 'mime-types' diff --git a/Gemfile.lock b/Gemfile.lock index c7e5010..adc91d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,8 @@ -GIT - remote: git@github.com:srushe/indieauth-token-verification - revision: 4396ba3e20b0b50d589c8b0b01e24404ccd083b5 - specs: - indieauth-token-verification (0.2.0) - GEM remote: https://rubygems.org/ specs: dotenv (2.7.6) + indieauth-token-verification (0.2.1) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) @@ -29,9 +24,9 @@ PLATFORMS DEPENDENCIES dotenv - indieauth-token-verification! + indieauth-token-verification mime-types sinatra BUNDLED WITH - 1.16.3 + 1.17.2 diff --git a/README.md b/README.md index 219785d..3253dc9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This results in `photos` being included correctly included in both the path used ##### Token Verification environment variables -Babbas uses the [IndieAuth::TokenVerification](https://github.com/srushe/indieauth-token-verification/) ruby gem to verify an IndieAuth access token against a token endpoint, and the `TOKEN_ENDPOINT` and `DOMAIN` environment variables are required by that gem. +Babbas uses the [IndieAuth::TokenVerification](https://code.deeden.co.uk/indieauth-token-verification/) ruby gem to verify an IndieAuth access token against a token endpoint, and the `TOKEN_ENDPOINT` and `DOMAIN` environment variables are required by that gem. `TOKEN_ENDPOINT` specifies the token endpoint to be used to validate the access token. Failure to specify `TOKEN_ENDPOINT` will result in a `IndieAuth::TokenVerification::MissingTokenEndpointError` error being raised. -- 2.30.1