litestream 0.5.4-x86_64-linux → 0.5.5-x86_64-linux
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 +4 -4
- data/lib/litestream/commands.rb +1 -1
- data/lib/litestream/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 648805a3cffb477ea03431e8c2732d4d720535d89c025c32984d0f84208f7b4e
|
4
|
+
data.tar.gz: '058d838e90983b0a5c6ededcba5a8f7f6a8dd8e394ff41867256bf7140612178'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ec46d29aee555a7d172cb8085920bf4935d5f4cc887d247498f27217c6be50021ab8866d67e942f8ff837088580ef9c938a399dc012b4ac1b33bc4db48f5a84
|
7
|
+
data.tar.gz: bc9e0fbdf41d79dbba29e43ab3b50c031edea6bf9f4b0fe63892968e3fa355ef2249940c95110a8d2b56369836ebcb76c2e30a17ed64ccb3f652f8cc4fd5851a
|
data/lib/litestream/commands.rb
CHANGED
@@ -150,7 +150,7 @@ module Litestream
|
|
150
150
|
|
151
151
|
args = {
|
152
152
|
"--config" => Rails.root.join("config", "litestream.yml").to_s
|
153
|
-
}.merge(argv).to_a.flatten.compact
|
153
|
+
}.merge(argv.stringify_keys).to_a.flatten.compact
|
154
154
|
cmd = [executable, command, *args, database].compact
|
155
155
|
puts cmd.inspect if ENV["DEBUG"]
|
156
156
|
|
data/lib/litestream/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: litestream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.5
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Stephen Margheim
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|