console-adapter-rails 0.1.2 → 0.1.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: b83029d181036c865ec489f6d59634fa975b3159664dc24d24638785e89c11d7
4
- data.tar.gz: '039ca5efca96c8d0eece6892fed268cd60170f4573725cecb3c8779d68976fb9'
3
+ metadata.gz: c4ac07fd43868aee0fc4cbeecadabca68f88d80e61c4c302dfc5ba2ba767c0cc
4
+ data.tar.gz: d328344e57cd0b1df839b9fdc2a8eb4cf08eb3d8a430b5eb8e590c7ae4564992
5
5
  SHA512:
6
- metadata.gz: b4f710f1c68b72c2a58036f199a308d023ffaa251da28ed1608ba2ddd1ce2377aa6682c24aa732b53d597052870debe46307707870d7f1d91715a7e0ca8cfdf2
7
- data.tar.gz: 6b2ca0f6ba996643d01bc501e810369875485f8ef23321ca0185e4bb647c6d745f2e6fe5f3758600219eee87bf1b89f9d0d221ffef6c8ca067b9bd80d9f794ec
6
+ metadata.gz: 1b0dc2506c7a559ba2e8fa65d48348185b5d5ca4cd34c7cc2fd94bcc6963f112408fab74584c8f5d1d63f9527d9235c80836403116bcb5803cb35b59d6e0f0fb
7
+ data.tar.gz: c991e45b0d39912407a3169c0083630d38bea211aa70b12ac78b91620e753951509b25ee92c80dea60ad14068344d9ec614dfec92b6f7901c57763937c639b8f
checksums.yaml.gz.sig CHANGED
Binary file
@@ -6,7 +6,7 @@
6
6
  module Console
7
7
  module Adapter
8
8
  module Rails
9
- VERSION = "0.1.2"
9
+ VERSION = "0.1.3"
10
10
  end
11
11
  end
12
12
  end
@@ -45,10 +45,12 @@ module Console
45
45
  request = payload.delete(:request)
46
46
  response = payload.delete(:response)
47
47
 
48
- # Extract redirect location if any:
49
- location = response.headers['Location'] || response.headers['location']
50
- if location
51
- payload[:location] = location
48
+ if response and headers = response.headers
49
+ # Extract redirect location if any:
50
+ location = response.headers['Location'] || response.headers['location']
51
+ if location
52
+ payload[:location] = location
53
+ end
52
54
  end
53
55
 
54
56
  payload[:allocations] = event.allocations
data.tar.gz.sig CHANGED
@@ -1,3 +1,3 @@
1
- #!_oi��6Ԑ��I�;8c��`�;��["��IW#+F�Ҽ���J2ˮ(8��-dbV
2
- �#bX���(��ϦA�1��)���Z�����B��̛�ґa���� *����lKL�𩁦���#��a�c�K� �y6 �;+e g�{%;���P"���z
3
- T�īT3az��� �}���(��m����y�0+���{������&ak/��&V��������������[��bm�,.M�,�(y���Ng��<��^�Pveb��� </\��a�H����0J����H'Ho�z^c�u 4�G�E�R�I�Oeb m]��U�;H����u}�+��l N�����gv\���n_�`������φ9�
1
+ !q֘��f�a��,@�)�]'s�T�Z���+S�U����`�����B��k�����(��SP9��^�������� �ƚ�+z-:�R�����|u�-AE�9`�Ij�����2��N�㟇��j9�O��b�P�������lH0��/&���?x㗗�DŽ�����H�����[9�.8������^��z�).ʣ���Y4��|�� w�o/!�M��}���Z:���#�R�4㷊�5r���S}�h_X:�3=�Ɉ�>M��Amb�@��
2
+ ��N,��<'W2`���<���!�}��y�[�K����ÞR7���~{����Ԍ�ף*H��D���$�h0������Oh�\�x(��W/�0#�wŠ�
3
+ ('vu{I��
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console-adapter-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -37,7 +37,7 @@ cert_chain:
37
37
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
38
38
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
39
39
  -----END CERTIFICATE-----
40
- date: 2023-08-02 00:00:00.000000000 Z
40
+ date: 2023-08-03 00:00:00.000000000 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: console
metadata.gz.sig CHANGED
Binary file