litestream 0.7.0-arm64-linux → 0.7.1-arm64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d57b0319771d7a7194d20fd827f0fe4112bfaab1d65098821c3d5ce6d0d4066
4
- data.tar.gz: 48880a2b442f2c1e1d3a255e5155c949dd09ba23d36cbb1b8ee5a54b18b6d01d
3
+ metadata.gz: 4046a2bf5dd70f1465d65a6ea0c9ba00cde2abcb5d49330abe40c5110c7aacd6
4
+ data.tar.gz: d94ad363c2578c173556a282a232dbabc29aa9849620fc53820ee660fd22c4f9
5
5
  SHA512:
6
- metadata.gz: c410d2ffc25fe8d27b90660d6369315ade68652f44ce4b91991bab267174c58a2acbc9b7a6c27067419101904c6488bd7da43e17fe870dc146254763dd2df942
7
- data.tar.gz: 7912265b82f3ae5db0d807d2b7d6fe7fb762c6654ad849598ad0711ed8d6bb1d210518a12139b0e68683e07c36dc4ebcbae2f13f16895b33e0f44a03d8460280
6
+ metadata.gz: ed4a0ba0b346bf4842e94f454efcf1b9afdf1118a301d78a62bf3ab26e4065a0ea83ddb061227a4fe3cb573a62e7e3b79a21ada4d1b167e8a90ebc5ab5caf001
7
+ data.tar.gz: 014be7746187a13feef7dabf4f72b6cba47946f1441ec1bae4f474bdfb24e0cdf9393bc1782c1bdcd2749f5212d462f0e6932054ebd57236480218a13043c602
@@ -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-linux
6
6
  authors:
7
7
  - Stephen Margheim