wordjelly-auth 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b199d8283db1ec9e2b8451159115e043feb55f424a4e69de8cb0de7484e0cbd9
4
- data.tar.gz: 378d09b649d232430e4e5b672d7400967d8aeda836bdeb93ae991c6b41bbb08a
3
+ metadata.gz: 7a1e6306f00703dc564bdd7b3d677c814d7a85c4f3fe3aa905b05d6d8cd9e591
4
+ data.tar.gz: c94b1bae40c2694a3b9b2b2d4acdef709a7479a37726bd7e10531819573ffc3d
5
5
  SHA512:
6
- metadata.gz: c7bd3556b2fc44d5c910bc8a9c3cc0d983f0ef44c5fc16c274d9753ce165f8dce0c40d07c6f85a38a446f2de27f77db049f7ca2ce40aab8a756867b3e1f0c595
7
- data.tar.gz: 3ce91e1f22f2855372084e00cdb83e3c46790c79c908076798eadeec849219ab8c8e555ba6a69f83d38b0ba102a08172e9c7a947861ade369cedc07e3c8ce2da
6
+ metadata.gz: a20525f63400e60abbc65f48362dd54808e4d1e709f31a9a3e97b6c462d327aaec4d82d9acd5637e158c6b0e8667bccecea89918736bfd875704bdc7d0af7961
7
+ data.tar.gz: e2b104327ea59b20f8b0f1d85d732c50796991e1bda7a34d8e00b32e409da5a6a4cdecf3736ca8a3a81d24fea9de3272796ffbe7bf07894c982787ad78d2a10a
@@ -602,7 +602,7 @@ module Auth::Concerns::UserConcern
602
602
 
603
603
  json = {}
604
604
  json[:es] = self.client_authentication[self.m_client.current_app_id]
605
- json[:authentication_token] = self. authentication_token
605
+ json[:authentication_token] = self.authentication_token
606
606
 
607
607
  unless options[:show_id].nil?
608
608
  json[:id] = self.id.to_s
@@ -418,7 +418,7 @@ module SimpleTokenAuthentication
418
418
  ## any value it will not regenerate the authentication token.
419
419
  ## this can be useful if you are updating the user, but not his
420
420
  ##
421
- mattr_accessor :skip_authentication_token_regeneration
421
+ attr_accessor :skip_authentication_token_regeneration
422
422
 
423
423
  def regenerate_token
424
424
  self.authentication_token = generate_authentication_token(token_generator)
@@ -1,3 +1,3 @@
1
1
  module Auth
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordjelly-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bhargav
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-09 00:00:00.000000000 Z
11
+ date: 2019-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk