litestream 0.3.0-arm64-darwin → 0.3.1-arm64-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: 94fb80f9ef3cd7447ab648e32f9e27335e44873c5d24c1d68164681e7b664abd
4
- data.tar.gz: 7edf023bffce57b2897457caa4521e015e831e926cbc96b04b0524d8d228f0d9
3
+ metadata.gz: 9f24c528ea8633c9dc0fe7ca0a52f6851dd8fcb1a157210c08b6577ab91907db
4
+ data.tar.gz: a02fb8e4920b667e9c71c442c63d8a1bd5fe68048e8b4af2367d031955de4b54
5
5
  SHA512:
6
- metadata.gz: 5244cac74de5e9273e0a49a84d048d0232b8af3df90b1d8097f684427fb8ff297787d0893b3cbece8b76bd48e5fcef259816c29d895e37f5e3fc3ea077047712
7
- data.tar.gz: b685df8c78e38f77cc532e2c7e8405d118aa2c8dfaac1a6d82c37d4f6cfb6dd8cfcb0a08a1493f0bfbb058fed8e8e883259771c5e2d366d94ea8d0488751ae73
6
+ metadata.gz: 89e19d10cd5db81452136d9826ddc50e28e39d1a34f3c47e682a00e0253b3b320c9bf6eae06644f73c275798a8cfdfcef74024d4d2bb2786e994fbee7a08eebe
7
+ data.tar.gz: 06be04211bdc22b3e2f2c860647be330e9628ffd75de4c058382aee0254f157c53719fdbb97002628e0e16a081db8a7e1daa3989cec1e3e6a9399667f4957ab7
@@ -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: arm64-darwin
6
6
  authors:
7
7
  - Stephen Margheim