http-auth0 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/http/auth0/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e98fbab88270dc914b0528406469a624216b2a780b3428a8bc2c4ed1d130f426
|
4
|
+
data.tar.gz: 79f0226bcb5070a3b2a3fdffd133f2387e73d796707d545c0c78a856e3835bb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a6e6ce09fe32dd5d752119deae47596a9bc1a4aeab38c255ce4a12e7c57870fefc240a2a9e5d9d927c6460f1d5b1df87f93faf14882a51954bfef563016e4e2
|
7
|
+
data.tar.gz: c23d8415e97ecc037dfce1a6aa0f9adbc684526a37d1d1cc6d77d0ef55ee54a206d5e221345a2d65328f6e38a941c5033cc73c30673d906749e2c7a9241ceba0
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# http-auth0
|
2
2
|
|
3
3
|
[![CI](https://github.com/itsmechlark/http-auth0/actions/workflows/release.yml/badge.svg)](https://github.com/itsmechlark/http-auth0/actions/workflows/release.yml)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/http-auth0.svg)](https://badge.fury.io/rb/http-auth0)
|
4
5
|
[![Coverage Status](https://coveralls.io/repos/github/itsmechlark/http-auth0/badge.svg?branch=main)](https://coveralls.io/github/itsmechlark/http-auth0?branch=main)
|
5
6
|
[![Maintainability](https://api.codeclimate.com/v1/badges/298974e71e03a3b26a47/maintainability)](https://codeclimate.com/github/itsmechlark/http-auth0/maintainability)
|
6
7
|
|
data/lib/http/auth0/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: http-auth0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Chlark Sumatra
|
@@ -322,8 +322,8 @@ licenses:
|
|
322
322
|
- MIT
|
323
323
|
metadata:
|
324
324
|
homepage_uri: https://github.com/itsmechlark/http-auth0
|
325
|
-
changelog_uri: https://github.com/itsmechlark/http-auth0/releases/tag/v1.0.
|
326
|
-
source_code_uri: https://github.com/itsmechlark/http-auth0/tree/v1.0.
|
325
|
+
changelog_uri: https://github.com/itsmechlark/http-auth0/releases/tag/v1.0.1
|
326
|
+
source_code_uri: https://github.com/itsmechlark/http-auth0/tree/v1.0.1
|
327
327
|
bug_tracker_uri: https://github.com/itsmechlark/http-auth0/issues
|
328
328
|
github_repo: https://github.com/itsmechlark/http-auth0
|
329
329
|
post_install_message:
|