jwt_auth_token 1.3.7 → 1.3.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/router_helper.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0cc35f41a1212ee79cba16c5b18b5c8d9bad3d11
4
- data.tar.gz: aef58fd4139ddd420a1b6d98d1645f3750d930f6
3
+ metadata.gz: dead2cf50290ccf88c9c2f7b98abb75f9f1284d0
4
+ data.tar.gz: 36191dd4e5eb4a3519d0ee476aa146f240243b66
5
5
  SHA512:
6
- metadata.gz: 10539c8730ebc4c5bdcff8c94c9e7607646474745828fed972daa5fa5f17884a0353ff8bee3f163a06520f70929543a18451d41252b552d8de48ffb327504693
7
- data.tar.gz: cea58dc947822cae0a9560fc608f7af019fe2588a1ae42c2841b8fecc7281f4bec190d469bf82c66aa6daddaf711f02b9bde952cafbf5bd38699f0ad480eb93f
6
+ metadata.gz: f5e42299b9b55f0d222672bd3386e2461c5b29b125fae1447eac290c8606694ce264ff5f9df2e87f53c405419b3e58c003ac4be3a17ba219e2f1c2a28ea1e667
7
+ data.tar.gz: e7d76fe73f7302d332fa50037c61240f7e5fc806f101a5a07140267747c18cde45b63ad172233173fc4630784ebb7ace108a55d52f701f7b5ec9fa0d21213e02
data/lib/router_helper.rb CHANGED
@@ -75,7 +75,7 @@ module RouterHelper
75
75
  {development: {kafka: stage, redis: {host: "localhost", port: 6379}},
76
76
  staging: {kafka: stage, redis: {host: "10.140.10.195", port: 6379}},
77
77
  preprod: {kafka: stage, redis: {host: "10.140.10.195", port: 6379}},
78
- production: {kafka: prod, redis: {host: "10.140.10.42", port: 6379}}
78
+ production: {kafka: prod, redis: {host: "10.140.10.42", port: 6379}}}
79
79
  end
80
80
 
81
81
  def kafka_log_end_points
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwt_auth_token
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.7
4
+ version: 1.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Afzal Lakdawala