auth_jwt_go 1.0.2 → 1.0.3

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: 9e1ed6985e7c1a41051daa52b0d994a0c964cafea15ee3667053ff38282cb0a3
4
- data.tar.gz: 14ed0fa84553b8070ef367bb7653247046a10797f89dcf756243c8aa88089d03
3
+ metadata.gz: fd96aa8a92856e45714cb6580c1740447d1b8d054cc7f8907ac36bd4c42ce83b
4
+ data.tar.gz: 61c5cc3916812ec0d2d1c58099e148deb8d28436fa4fe344fc8fa632f619a52e
5
5
  SHA512:
6
- metadata.gz: 6d6d86fc777464e163b78c4b7d292f7156d6bc25e6e00390be1cc3e496bdb6644b73c02cb3b45bc93e1a804cfea6881ee8d76f9bd5419c3bcbd122195efcbd36
7
- data.tar.gz: 4b223b0dc62874184f1b6924af66288ea4c816026e23323f868cb09f0463b5f230c0bfbc8fb119ad81a1d0d727239628782c5f00e32e0263799f16cd40fb9f4b
6
+ metadata.gz: ff2b43c6dc5f9ed72d98bc0ab76396a7c004be0954de183ccfb7f3989beaad28754e7ebd392d3cc0a04bfb528cca6eae3a05d8e27b4661d01fb7dbd60d5e1bb7
7
+ data.tar.gz: bb75b6a86721acdbf97473d3e4f741ef1a91a88c225ce0741020154a307a4dc360f170a731155060d0d53a4e7fd790419555a660fa325bac47bcd3738271dd39
Binary file
@@ -1,3 +1,3 @@
1
1
  module AuthJwtGo
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
data/lib/auth_jwt_go.rb CHANGED
@@ -3,7 +3,7 @@ require 'auth_jwt_go/authorized_user'
3
3
 
4
4
  module AuthJwtGo
5
5
  class << self
6
- mattr_accessor :secret_key_api,
6
+ attr_accessor :secret_key_api,
7
7
  :secret_key_jwt,
8
8
  :algorithm,
9
9
  :class_name_model,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auth_jwt_go
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - jonathan rojas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-10-07 00:00:00.000000000 Z
11
+ date: 2021-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: this authenticates your api with jwt include current_user helper
14
14
  email:
@@ -38,6 +38,7 @@ files:
38
38
  - auth_jwt_go-0.1.4.gem
39
39
  - auth_jwt_go-1.0.0.gem
40
40
  - auth_jwt_go-1.0.1.gem
41
+ - auth_jwt_go-1.0.2.gem
41
42
  - auth_jwt_go.gemspec
42
43
  - bin/console
43
44
  - bin/setup