stealth 1.1.5 → 1.1.6

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/stealth/session.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbefa5ae28dcc07af7eabc9b18969a45e6948b3b64104882551768f99ea10a81
4
- data.tar.gz: bb3c6195955577466ea4ed6b9c462955dd3a93cc235a41c165dbce3c2a6af0f2
3
+ metadata.gz: 8c8581b7c471873d90efdb27c3e3a2076ccb67b37e88cfa9e67bc4c5e5ea23a7
4
+ data.tar.gz: 2cbbb718780861566f07c66f98134a469860a146129acfccf24c59db5628c162
5
5
  SHA512:
6
- metadata.gz: f2093777b24ba92ddb2e36ef5e6789d2631cc7d2792a7d3914d20a9915f6f2fab6932000b2e74f3c1ac2af8fb65bbfdef7c112324b2b7034611d31bfe438fae3
7
- data.tar.gz: 7a04ac9e0a91d8c6c8cb46afc01736e35de333202745ac5047f04155ae6a458f11b0bf80fe593224732170a75d8b9dbb2402f75fae7a542a161a61fc5b5e66f2
6
+ metadata.gz: 8396f36d481a13af4ce007e96e1b52824aba793a79e64954f64660089c9b28831cc783ade0558492bbe1a1d634b8a3855abc4b4c36b93f527225453f2c5f8d60
7
+ data.tar.gz: 0b859206614a6a966913eafc708c41c0677a59179324f56d691ef6b992d411207e47d2fb01845ec1cba490084a3773e02a9820d842a940a6b61f1c750a8e3925
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.5
1
+ 1.1.6
@@ -144,7 +144,7 @@ module Stealth
144
144
  $redis.multi do
145
145
  $redis.expire(key, Stealth.config.session_ttl)
146
146
  $redis.get(key)
147
- end
147
+ end.last
148
148
  end
149
149
 
150
150
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stealth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Gomes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-02-13 00:00:00.000000000 Z
12
+ date: 2019-03-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sinatra