litestream 0.3.0-x86_64-darwin → 0.3.1-x86_64-darwin

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: 22e9241293f614e50155fb188655fba10083e2d6caf17b853591de45a5be4ee1
4
- data.tar.gz: 674b18dfd9b00f946a5b09d4a16b1732d13d39e3031fd9eff87d5122ae4c2c63
3
+ metadata.gz: 378bd8eca04dbdce307ee60010dcba9bb799e88f30cba90a3610ea305d14397b
4
+ data.tar.gz: d8111352141a9202fcc2caa0c1ea608590990bd1bd744f0be91a974487090cca
5
5
  SHA512:
6
- metadata.gz: 1a97ad8901ea586bc80ee174ba603c8fdc8a297796363855b29d408a17458701fc650e1408a3ee764b7014acb775b97b6195009afe7649f83da3158551c8e5ba
7
- data.tar.gz: 1c57a62eb76fd3175d81a791dd9f02e8ea2d4da0a57fd4223155c4aa20c227edf338a5a0276d9ae2ec2333436cad574497f5fa6b06ef71b9058eba60b8c98c83
6
+ metadata.gz: f3764d6f471413dbf245e120aca3faebe7aee53d14187c5caa3695899e2f2897423c054247f5143ecf970c6c2969cee921af8122b445fa9cbbc905ac0bf5813d
7
+ data.tar.gz: 224e0c8975bc4389c6cc28616dce6ab3728b46463f7076cf63ce49d148657211639ae92b2dffe2557747bae0099bbd8545ceec8b11a7dcb29cb0db9b6e016e1f
@@ -1,5 +1,12 @@
1
1
  # This is the actual configuration file for litestream.
2
- # Edit this file as needed to configure your needs for litestream repication.
2
+ #
3
+ # You can either use the generated `config/initializers/litestream.rb`
4
+ # file to configure the litestream-ruby gem, which will populate these
5
+ # ENV variables when using the `rails litestream:replicate` command.
6
+ #
7
+ # Or, if you prefer, manually manage ENV variables and this configuration file.
8
+ # In that case, simply ensure that the ENV variables are set before running the
9
+ # `replicate` command.
3
10
  #
4
11
  # For more details, see: https://litestream.io/reference/config/
5
12
  dbs:
@@ -1,3 +1,3 @@
1
1
  module Litestream
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.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.3.0
4
+ version: 0.3.1
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Stephen Margheim