jwt_handler_ruby 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 2340e3de9faf852451d2d196d24fbbd93db9c3a0
4
- data.tar.gz: a90aca41c6b3932387e1c2c06d5e95af19af028d
3
+ metadata.gz: 553cc0f53a56dc8380f7573bd279794feae7cba6
4
+ data.tar.gz: 65d345305177b704d0616947491127ad9a33fe0c
5
5
  SHA512:
6
- metadata.gz: c2e284fac81e1f89feba340ae90ff63e44c1077d0acb347f4890d0769b14a103e49aef5d1924d12cd30a286f0af1bb28cf2481f62aba70cfa5aa3051074300fc
7
- data.tar.gz: a6213eb8a57f4b25024c01a871f7e6769c33bb7371d1f05ec600bd5d21ed9326ad3062651a22bcd0f80b0ddce858a9cc7bec33df6b1ba612bdf2305e0bd3e4ba
6
+ metadata.gz: f9a869c8dcd7889d82f3c80f94710e56dd8e8aa6cb10a4d296ae72967ca3d1183a068e659254e732a505d9fc211b7bf0faca807f8532275b71174ceca39479b9
7
+ data.tar.gz: 77a67a564291b7143073637bc31c77bc25ee35fb21d191fad355c138819ccfde9f3f6a0cfe50f98e0eb495d7e71c6e53c261d305a1f962f4cc5bc83d13c3cedf
@@ -1,3 +1,3 @@
1
1
  module JwtHandlerRuby
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwt_handler_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
- - ''
7
+ - RingCaptcha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -164,7 +164,8 @@ dependencies:
164
164
  - - ">="
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
- description: Helps to integrate RingCaptcha widget with Ruby on Rails applications.
167
+ description: Makes it easy for RoR backend to interact with front-end and external
168
+ services to manage User lifecycle, e.g., signup, login, etc.
168
169
  email:
169
170
  - ''
170
171
  executables: []