durable_streams-rails 0.9.0 → 0.10.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ee9d3cb885441db04280c7cc2e0d6b0e260e13e7aa887134cb3873b46339958
|
|
4
|
+
data.tar.gz: 268da15bcb556c6a066dff1006275df0c37037397305a057fd91f8794eb6b2fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6c4c341d8c16049ac0af625dca9f9cdd570957b0ab12cfcf378d1a0994547bb8830383d63cd9cc2276df938b07307b3d02e709b29cff942824a1d10adf1afff
|
|
7
|
+
data.tar.gz: f0fee3bd18326237b8e8410074aec19ca5326b4af228bd24f0ae6f6063cb8275a4391930e8ea04dab6efb76e4cffc69d3abb45b67d381d570290eb9fe894172b
|
|
@@ -12,7 +12,7 @@ module DurableStreams
|
|
|
12
12
|
{
|
|
13
13
|
admin off
|
|
14
14
|
order jwtauth before basicauth
|
|
15
|
-
order
|
|
15
|
+
order durable_streams_gateway after jwtauth
|
|
16
16
|
<%- unless auto_https? -%>
|
|
17
17
|
auto_https off
|
|
18
18
|
<%- end -%>
|
|
@@ -152,7 +152,7 @@ module DurableStreams
|
|
|
152
152
|
lines << "#{t}\t\taudience_whitelist #{auth["audience"]}" if auth["audience"]
|
|
153
153
|
lines << "#{t}\t}"
|
|
154
154
|
lines << "#{t}\theader Referrer-Policy no-referrer"
|
|
155
|
-
lines << "#{t}\
|
|
155
|
+
lines << "#{t}\tdurable_streams_gateway"
|
|
156
156
|
|
|
157
157
|
directives = storage_directives
|
|
158
158
|
if directives.any?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: durable_streams-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- tokimonki
|
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
|
-
rubygems_version: 4.0.
|
|
103
|
+
rubygems_version: 4.0.14
|
|
104
104
|
specification_version: 4
|
|
105
105
|
summary: Durable Streams integration for Rails
|
|
106
106
|
test_files: []
|