stimulus_reflex 0.1.7 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df68c360175088bb48c2916ea3b5af8139644cf88a276a16ae89ee037321f136
4
- data.tar.gz: 25e23102624eeb2a31afffab458a788dc36dad4dff5d94b0a51ba8037be559d5
3
+ metadata.gz: 68fca60aa52761d6836aa1539af1dc603500410bcae78f66e9b5a9463437438f
4
+ data.tar.gz: e391e34b31482253857523cbf01fdd898f5b5b26308a643f11669bb9d5f63a2f
5
5
  SHA512:
6
- metadata.gz: 386aafa2f5169f2534d42c7f00964ccc50573d4cacb402bc5eb907982b45044260286b8d9cc2f86f2183eb505e3dd51b5a06bcb6b8b1c4ae499501aa1de6ffa8
7
- data.tar.gz: 39d8f54028f062e2fa06bb317b7ff908ea0aa9d316cdca93ca08ca7a5ecd7729466f91825fbdb5d68d97df64288b3fb6d020ee17d1fe6cadc2e4c4e65208a8eb
6
+ metadata.gz: 3489bcb333fc6a451d46b673be667e0f8a323ea6ebfc4e48fa21785191cec684a440a3b2cc18de97b58a68aebc5282c4038be3ee0734eae7796e9657e2482a0c
7
+ data.tar.gz: bf6809af16e5d362a386c26edc216d5196674abc80bf4d6e550dbb360342dcd76996a2d9c40acdc08c00a4a0eb92f075f8543f1f3fe2f5eb586bb9e15ad94cf2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stimulus_reflex (0.1.7)
4
+ stimulus_reflex (0.1.8)
5
5
  actioncable (>= 5.2.1)
6
6
  actionpack (>= 5.2.1)
7
7
  cable_ready (>= 2.0.5)
@@ -66,9 +66,10 @@ class StimulusReflex::Channel < ActionCable::Channel::Base
66
66
  controller.instance_variable_set :"@stimulus_reflex", true
67
67
 
68
68
  env = {
69
- Rack::SCRIPT_NAME => uri.path,
69
+ Rack::REQUEST_PATH => uri.path,
70
70
  Rack::QUERY_STRING => uri.query,
71
71
  Rack::PATH_INFO => "",
72
+ Rack::SCRIPT_NAME => "",
72
73
  }
73
74
  request = ActionDispatch::Request.new(connection.env.merge(env))
74
75
  controller.request = request
@@ -1,3 +1,3 @@
1
1
  module StimulusReflex
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stimulus_reflex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-21 00:00:00.000000000 Z
12
+ date: 2018-10-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack