zoreal-oauth2 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e564eea3a16252cff4698e23df5fbfd5c15f825fffb87924151a1c138b82c3da
4
- data.tar.gz: a83e1a55610407dee2d652a09da1cce208d9226d644589bd6ff8419b42503135
3
+ metadata.gz: f9c10c1e458f83e81745d75a1a849de06bfbdb5f5ba437ed575515ac6371f9af
4
+ data.tar.gz: 30328a76dbbfd6feddb6a38c7d4c5df43b6a91d9367214207aadd30a05c723d3
5
5
  SHA512:
6
- metadata.gz: fcf40f7e79505d1d392ad956090961ac397de69ab3e21ce90c00a9c7b90f42ff6fd02275612eed1cb2a45c5f11180a28cd020cd69fe68560f615d6f62268b4d2
7
- data.tar.gz: 192160f6d509783536e587d57965ec9a50df27078d80f47f7cd0881833ef5eb897bf288f55042eb6025c9f2c08f5e3d0a3512e0e4c9d5829143a6ec282321de5
6
+ metadata.gz: 6c180aeabdd264fbcc5397c5b50628b5972580d6b9f86c5f859b9ec363758c8ddc735ae6b9be3e8da7144a334de3f23cdcf842051f4013fde5c00ee6aa24aeb7
7
+ data.tar.gz: d1adda0f24f577084729ab5842496e26693a29395be464f12d30a316e7714da74576224d95c00ed315dcddece82f7793e793e7baf97c2a8173cd34b5f3b28355
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # zoreal-oauth2
2
2
 
3
+ [![Gem Version](https://img.shields.io/gem/v/zoreal-oauth2)](https://rubygems.org/gems/zoreal-oauth2) [![Downloads](https://img.shields.io/gem/dt/zoreal-oauth2)](https://rubygems.org/gems/zoreal-oauth2) [![CI](https://img.shields.io/github/actions/workflow/status/Bynn-Intelligence/zoreal-oauth2-ruby/ci.yml?branch=main&label=CI)](https://github.com/Bynn-Intelligence/zoreal-oauth2-ruby/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
4
+
3
5
  Login with ZOREAL for Ruby backends: the relying-party half of the flow that
4
6
  [`@zoreal/oauth2-react`](https://github.com/Bynn-Intelligence/zoreal-oauth2-react)
5
7
  starts in the browser.
@@ -1,5 +1,5 @@
1
1
  module Zoreal
2
2
  module OAuth2
3
- VERSION = '0.1.5'.freeze
3
+ VERSION = '0.1.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoreal-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZOREAL