litestream 0.7.0-arm64-darwin → 0.7.1-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: 225268700f1422fc5eee2151b1365294099ff609caa0a6cdb3272687bb14148f
4
+ data.tar.gz: 170a6d48e8f646e9c6cf0713f5c97a14d4a380ab061f2b2d0ce3428046a1bd4f
5
5
  SHA512:
6
- metadata.gz: 1db86a3b28f14a1c0a5151fd69875dcdbbb93ef65a4709e113105775754864f2a4f6d5c64c5eddfdef55bfa01fecbb307ecec4d3cc59f2ccab563ef8d403d2c5
7
- data.tar.gz: b2fb5ca27c1c9f4348baba9322d638544dc323fe55243d289a1397b00916ecfab6a424205d60a99b862dbc8745b90c0871205e9879dc9c7d225a5392b09d688e
6
+ metadata.gz: 7cb66da7b03b37d960791d29c436368dd1a92075427da40ccaf3417449926136886f17b11a7379bae381dc62bb6144374ea5cb490388b54e6af88ad0a052b6d9
7
+ data.tar.gz: 547c0a49626252fa38fa3d6a0e50f519fee1bcff843f12420dc9a6a1bd316b8b68e95b442647a06375cef72d6322fe9b9cf27bf2af30b6271c817cdfa0818677
@@ -165,7 +165,7 @@ module Litestream
165
165
  # The forked process executes litestream and replaces itself.
166
166
  exec(*cmd) if fork.nil?
167
167
  else
168
- stdout = `#{cmd.join(" ")}`.champ
168
+ stdout = `#{cmd.join(" ")}`.chomp
169
169
  tabled_output ? text_table_to_hashes(stdout) : stdout.split("\n").map { Logfmt.parse(_1) }
170
170
  end
171
171
  end
@@ -1,3 +1,3 @@
1
1
  module Litestream
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
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.1
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Stephen Margheim