openid_backchannel_logout 0.1.0 → 1.0.0

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: 763a37be3d48c7a97844aac81708338c7ed7611aaa45d9bda3f4dc9ee2de5999
4
- data.tar.gz: 17b07998e9ed65452a81b931dff14d8c3a1606ce9ac34eedfb085228245af16e
3
+ metadata.gz: 296444d6a124b10d4e53bbc7883199776500155503d797ddeedb6092d2969e7b
4
+ data.tar.gz: 19b3dc1cabac2fab84b640e78f2fb7bd26a320b6a6be56696cae0aefdb622895
5
5
  SHA512:
6
- metadata.gz: 181bf76cf0cd74622e4dc302072e8887ccab1dbe1f4fcf88b2ae978308a24d42789b3498d691ba4fe120c8b69d1c37171d1e58cd4070f33fc6e61240e15361b4
7
- data.tar.gz: e414c4f742bc57cda4777b52028f4c8b413e9de27b7d4b597e3c5d77d0ec7ece2b2835a413eb3940b93c74ce06040a735982ec25f9766d644086d912434cb3fb
6
+ metadata.gz: 5e74fc7f3afc40048ce49874a73aa6412af3f445956c03a9e506b0b3838137ea5e7733a1476c66bb2b2026b3e5da099bb253c54c63c5c971a68fb3907956c36c
7
+ data.tar.gz: 872994e4d0a3425d0fa5b396b4066a4c2ed740c77e2dc4ac11c897aad61505e78666d0b93e204988c2bd3f3b7a5ea8912fa44cba3f7399e3dc25bbf91e93613f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module OpenidBackchannelLogout
4
- VERSION = '0.1.0'
4
+ VERSION = '1.0.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openid_backchannel_logout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nguyen Ngoc Hai
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: jwt
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '2.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ">="
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '2.0'
27
27
  description: A Ruby implementation of OpenID Connect Backchannel Logout, as defined
28
28
  in the OpenID Connect Back-Channel Logout 1.0 specification.
29
29
  email:
@@ -51,8 +51,6 @@ licenses:
51
51
  - MIT
52
52
  metadata:
53
53
  homepage_uri: https://github.com/NgocHai220998/openid_backchannel_logout.git
54
- source_code_uri: https://github.com/NgocHai220998/openid_backchannel_logout.git
55
- changelog_uri: https://github.com/NgocHai220998/openid_backchannel_logout.git
56
54
  post_install_message:
57
55
  rdoc_options: []
58
56
  require_paths: