pg_rails 7.0.8.pre.alpha.48 → 7.0.8.pre.alpha.49

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddd2215c2cd625cb421bb011d5aae40984f62da6bd82fd20d49ed7c2dd549277
4
- data.tar.gz: d11c67006f4c071171978fe755446eb9ae86d45e439d7c2bca6619ebb32f1682
3
+ metadata.gz: e581dd4c81531afed6bfe73d96684ab134e13dc3869005a1f87f0415d688aadc
4
+ data.tar.gz: 922060c4601548d04886c8039a4e45838dc0c4888d687c0b7bd37d97a7ec58bc
5
5
  SHA512:
6
- metadata.gz: 64a4d32cbeb0e683feb65621db9d3d52c98eb8d24f991317e511374130e210ec3b63b2118bda817518edff7a610e6d4de1040a06a297a4df738b65484402888b
7
- data.tar.gz: a7b407911c5cd00995557ee5a11440795559616699c2839e3b61f0bd546f229eaecd1814e5446126da21af5e18d3893af3d303136ba00a625a9a32da8d295506
6
+ metadata.gz: 51d205aa87b4d72bd83dd928b964025e42411360e4898151a43cb560bb202047bffa335071a01585fb456980614239bf61263cd06a18e351c761e0f9bfc059f2
7
+ data.tar.gz: cfc775c83ff7ffa2932b4f024a16406cd1f5198174b526d7f6f33b2d3b358626acd0da69125dc41a3ac2f63f4075196c50c7e75560cb2ae63c8f7ae77829f620
@@ -5,8 +5,8 @@ html
5
5
  meta name="viewport" content="width=device-width,initial-scale=1"
6
6
  - if @turbo_no_cache
7
7
  meta name="turbo-cache-control" content="no-cache"
8
- meta name="turbo-refresh-method" content="morph"
9
- meta name="turbo-refresh-scroll" content="preserve"
8
+ / meta name="turbo-refresh-method" content="morph"
9
+ / meta name="turbo-refresh-scroll" content="preserve"
10
10
  meta name="turbo-prefetch" content="false"
11
11
  meta name="view-transition" content="same-origin"
12
12
  meta name="cable-history-timestamp" content="#{Time.now.to_i}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgRails
4
- VERSION = '7.0.8-alpha.48'
4
+ VERSION = '7.0.8-alpha.49'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.8.pre.alpha.48
4
+ version: 7.0.8.pre.alpha.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martín Rosso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-26 00:00:00.000000000 Z
11
+ date: 2024-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails