litestream 0.3.0-arm64-linux → 0.3.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: 615275a1ebff0f576318f24d3b3e0b000ad0a47cc88d6cc815bcac56f51ab262
4
- data.tar.gz: bce44633cb4265bbd095ae3c443cc359488892b409be2d63cf345120c1e3d194
3
+ metadata.gz: 58dedad365599f863bc7555cf520ecb26e59fe7578a6be5eea97e082a7c9dd61
4
+ data.tar.gz: bae105183b02d54a89fc5cbeacc7783ad6a9aed3d5b6b6b903212722842b5284
5
5
  SHA512:
6
- metadata.gz: efcd04209fd766ce805531f3b9726d47fdd208f3ff79565a580badb2324ee3e92388c5bb268f011d3c44c9c024b3d38e00cf621f9be4002249dd937c4a1950b7
7
- data.tar.gz: b5ff560723a35146c77f6b5db585b8e81e491609a0db6b72ad48229807b5285988590230ea0e8306443a07d7c52b1619c889120fa2dc5049cb94f8b04901781d
6
+ metadata.gz: a8667a4e106e9de7058c177d78956b9ea4006b9e5ba8b188ba5c92791ddaebe752d875e51cc7f85df3974b20d043ba855a0212937769892007ccac3f34e6f729
7
+ data.tar.gz: b7ea9599c38821794116648cd429310709b0dfede26b7664a4cef18b475d5dcc0bc18f5d7758002c35e4a25ff251e6abf5fb68aa8959943136a819ae446ed15b
@@ -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-linux
6
6
  authors:
7
7
  - Stephen Margheim