wal 0.0.13 → 0.0.14

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/exe/wal +0 -5
  3. data/lib/wal/version.rb +1 -1
  4. data/rbi/wal.rbi +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edfabb02eb019e1831b90121434be496668526305dc7cf7fb37a6d870adfcebf
4
- data.tar.gz: b57e3cdafe8271d100fa2d8b4b3043023dfc28d11217c15094887a8bb148b09f
3
+ metadata.gz: a10c111df779be284d3a1e20dac362c574d0abed4483d86479ad716c39c868dd
4
+ data.tar.gz: 18763673175466a85adef9b3d91eb6a188bfc2db1b8cd178678757b81a912eb1
5
5
  SHA512:
6
- metadata.gz: 723a809da119ab2d144fcf04862b790b33a14c45a961027613eaeaa7db245a4465d9a177ac130537ab24de7be2acc8449f120307efa8421b550142b2c3c47924
7
- data.tar.gz: 152d8bf513c3a0913dcb054446dcf8cfe7cde4e0bd8603240f52df3966dd7ef9907e60c01e483a26d6543e6ece795dde7ab8200f6c9c675354a60407c849f07c
6
+ metadata.gz: 762f7c704d2a0dceafd9c1094e1413dbe272b7c71d676a49bcbc652d0d5266e91de357f8dd44cd5b4e26b8ec0ba2bde628c997b83cb64e1df9a218164d1ec686
7
+ data.tar.gz: ed456c724a0d80a36f7d78bd477a059d89142f68f85293ff9225eb8ad4cc9a1fc3900781cf888c36742bb4406161542d9935fef9e6e3dd3919d4da51fe4f390c
data/exe/wal CHANGED
@@ -45,11 +45,6 @@ if cli["watch"]
45
45
  elsif cli["start"]
46
46
  slots = YAML.load_file(cli["<config-file>"])["slots"]
47
47
 
48
- if slots.size > 1 && slots.values.any? { |slot| slot["replicator"] == "Wal::Pro::Replicator" }
49
- $stderr.puts "Error: wal-pro doesn't support multiple replication slots"
50
- exit 1
51
- end
52
-
53
48
  workers = slots.map do |slot, config|
54
49
  watcher = config["watcher"].constantize.new
55
50
  temporary = config["temporary"] || false
data/lib/wal/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wal
4
- VERSION = "0.0.13"
4
+ VERSION = "0.0.14"
5
5
  end
data/rbi/wal.rbi CHANGED
@@ -7,7 +7,7 @@ module Wal
7
7
  UpdateEvent,
8
8
  DeleteEvent,
9
9
  ) }
10
- VERSION = "0.0.13"
10
+ VERSION = "0.0.14"
11
11
 
12
12
  class BeginTransactionEvent < T::Struct
13
13
  prop :transaction_id, Integer, immutable: true
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Navarro
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-09-10 00:00:00.000000000 Z
10
+ date: 2025-09-14 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: pg