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: 1c1b6bad4d62ec6536e60cd7a1633cb6d6f2beeb569209a75a66a2dc5460210d
4
- data.tar.gz: a134303459a6f7abde0091da7beadc329a3bf97a6410c05e6a86f0be6c206250
3
+ metadata.gz: 1ee9d3cb885441db04280c7cc2e0d6b0e260e13e7aa887134cb3873b46339958
4
+ data.tar.gz: 268da15bcb556c6a066dff1006275df0c37037397305a057fd91f8794eb6b2fb
5
5
  SHA512:
6
- metadata.gz: 5ed7326503d8ef2b0848eb00ece27d006510937d0ab2290212d4ea660a93400cd9b3ee5e48e36eeda26f796f1d367d7fb3fb51d925696128550932573fd59d47
7
- data.tar.gz: f2c9e9bc696dd96988540a04ff8826868dafd65c2529eacff25d6dc8b19802c32a61c63eb767bbcce4cff1d951750b20977853356c1e5db6bab6cc64ea183ec2
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 durable_streams_authorisation after jwtauth
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}\tdurable_streams_authorisation"
155
+ lines << "#{t}\tdurable_streams_gateway"
156
156
 
157
157
  directives = storage_directives
158
158
  if directives.any?
@@ -1,5 +1,5 @@
1
1
  module DurableStreams
2
2
  module Rails
3
- VERSION = "0.9.0"
3
+ VERSION = "0.10.0"
4
4
  end
5
5
  end
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.9.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.13
103
+ rubygems_version: 4.0.14
104
104
  specification_version: 4
105
105
  summary: Durable Streams integration for Rails
106
106
  test_files: []