unpoly-rails 3.7.3.1 → 3.8.0.rc1

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.
@@ -384,9 +384,11 @@ module Unpoly
384
384
  # The user may have chosen to not reveal their target for better
385
385
  # cacheability (see up.network.config#requestMetaKeys).
386
386
  if up? && frontend_target.present?
387
- parts = frontend_target.split(',')&.map(&:strip)
387
+ parts = frontend_target.split(',').map(&:strip)
388
388
 
389
389
  parts.any? do |part|
390
+ part = part.sub(/:[a-z\-]+$/, '')
391
+
390
392
  if part == tested_target
391
393
  true
392
394
  elsif part == 'html'
@@ -3,6 +3,6 @@ module Unpoly
3
3
  ##
4
4
  # The current version of the unpoly-rails gem.
5
5
  # The first 3 digits should match the version of the Unpoly frontend code.
6
- VERSION = '3.7.3.1'
6
+ VERSION = '3.8.0.rc1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unpoly-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.3.1
4
+ version: 3.8.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-29 00:00:00.000000000 Z
11
+ date: 2024-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -153,9 +153,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
153
  version: 2.3.0
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
- - - ">="
156
+ - - ">"
157
157
  - !ruby/object:Gem::Version
158
- version: '0'
158
+ version: 1.3.1
159
159
  requirements: []
160
160
  rubygems_version: 3.0.3
161
161
  signing_key: