pg_rails 7.0.8.pre.alpha.18 → 7.0.8.pre.alpha.19

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: fe2517c50a77409c6c90dc4378588e7b5bfc8cfa227859bdd7a163979c1b8e0d
4
- data.tar.gz: dd5da55fffc24abb9bbb4942a2e6de0a7e52184cca97e54ec16500afb556f043
3
+ metadata.gz: a72200e2e6949c04a272d651064a3a69130d65844bda01f62e61e90765d7df1a
4
+ data.tar.gz: fbd00f4f53a6b637e79314ffc7cf1cd1aab2bc8ca0637aa80720e56d2115334e
5
5
  SHA512:
6
- metadata.gz: c3d214ad9f2a591590582d92b8c409a593ef5d5a6b0a3bc207aca5dc37944ab0be4f72ad785d119beb1c56fc954ef74c43d7da8418b06a45688330127ff4c6ff
7
- data.tar.gz: be03f50c19c74783a6c2bce2d371ed9b58a41eefa87addeecfddbb79e5999906a9e6456017b1a318e8d2c4f492d1b488e9f6d9aba9215f0a3eb9b31d4c183e38
6
+ metadata.gz: e0275e61f1134103afad1ba6ca86f2c6e03bdc5342affe492b582cc6dca3f520e6a9fe37666849248dda4bbac703c26d72ac3cbb6462417dc171360bc811e73e
7
+ data.tar.gz: 50f2e304328af6da2894eca1c8767f82e355228812fea38ebcff0ccfba09a422d08eebf43a9f8c231663fc95441296d6fbd1d29a08e92f42c038aca52ec507bb
@@ -1,6 +1,4 @@
1
1
  # frozen_string_literal: true
2
- Dotenv.load
3
-
4
2
  CableReady.configure do |config|
5
3
  # Enable/disable exiting / warning when the sanity checks fail options:
6
4
  # `:exit` or `:warn` or `:ignore`
@@ -0,0 +1 @@
1
+ Dotenv.load('.env.test.local', '.env.test', '.env')
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgRails
4
- VERSION = '7.0.8-alpha.18'
4
+ VERSION = '7.0.8-alpha.19'
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.18
4
+ version: 7.0.8.pre.alpha.19
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-03-27 00:00:00.000000000 Z
11
+ date: 2024-03-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails goodies.
14
14
  email:
@@ -185,6 +185,7 @@ files:
185
185
  - pg_rails/js/index.js
186
186
  - pg_rails/lib/pg_rails.rb
187
187
  - pg_rails/lib/pg_rails/capybara_support.rb
188
+ - pg_rails/lib/pg_rails/dotenv_support.rb
188
189
  - pg_rails/lib/pg_rails/vcr_support.rb
189
190
  - pg_rails/lib/version.rb
190
191
  - pg_rails/scss/pg_rails.scss