litestream 0.7.0-arm64-darwin → 0.7.2-arm64-darwin

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: 967c31a26666bcd7193ede513157881e3fc1f66d2ea0a6efaf7b447d38b58f4f
4
- data.tar.gz: 43bc78c25f357d6c0ee553a5f5f883b019e9ad7e7fbfb7f5ce094a1e50572ab4
3
+ metadata.gz: 9dfffc3c0f402bd96f43fc2801edb03957712ca9c3fe25faf4de6900ad4aa49e
4
+ data.tar.gz: b7515d580f591dbc4dca09c7344af9c84d2278aba72345c8567d8df14e0f9395
5
5
  SHA512:
6
- metadata.gz: 1db86a3b28f14a1c0a5151fd69875dcdbbb93ef65a4709e113105775754864f2a4f6d5c64c5eddfdef55bfa01fecbb307ecec4d3cc59f2ccab563ef8d403d2c5
7
- data.tar.gz: b2fb5ca27c1c9f4348baba9322d638544dc323fe55243d289a1397b00916ecfab6a424205d60a99b862dbc8745b90c0871205e9879dc9c7d225a5392b09d688e
6
+ metadata.gz: 4f6b6a8405c4211c66f69071e98d53d1bb5d950d59ab3e2184b94c2cb9bf8c7de4f0a67a6b7680943d6622983f6e479f127fa7dbc0a2c86aec445fe12276d4f7
7
+ data.tar.gz: 9b361ace1eb8326a7b1373ba0960b120a3e429f8e0bd9ae60bddcde6ddfdc22d49d8a9d53fbd1b05eaec3df684e2fc521c17b4c7025219ff6e4291b802de3fb4
@@ -1,4 +1,5 @@
1
1
  require_relative "upstream"
2
+ require "logfmt"
2
3
 
3
4
  module Litestream
4
5
  module Commands
@@ -165,7 +166,7 @@ module Litestream
165
166
  # The forked process executes litestream and replaces itself.
166
167
  exec(*cmd) if fork.nil?
167
168
  else
168
- stdout = `#{cmd.join(" ")}`.champ
169
+ stdout = `#{cmd.join(" ")}`.chomp
169
170
  tabled_output ? text_table_to_hashes(stdout) : stdout.split("\n").map { Logfmt.parse(_1) }
170
171
  end
171
172
  end
@@ -1,3 +1,3 @@
1
1
  module Litestream
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: litestream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.2
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Stephen Margheim