litestream 0.3.0-x86_64-linux → 0.3.1-x86_64-linux

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: 2c5db6756ac15b40e5160d8d6d16d08bc7692ec77396b6ea1496d38de7410a43
4
- data.tar.gz: '057389a26d3421fbe1f0a2cd00befc50b47cb668ffdbe6363cf307d97b74374a'
3
+ metadata.gz: e0dfceb2a82029901fbe794fc1289e3e85215027cb64d5c8a7c97a35ec19efe4
4
+ data.tar.gz: 69273d9b39b6278870c50e4dee01be6eebc471b7bcb7cebcd578ab02af231131
5
5
  SHA512:
6
- metadata.gz: f7bf1931b7cfd07c08d8b6599933718b17ef7f64b71b7ca51bcccba6839faf2f294d09620f5aa56ca921da494c2b0fed54349ba65086b8025038981a1a56e556
7
- data.tar.gz: 7fb4e0682c14aec733b9a009a4993c0eae65c57484134bd645f0f5c85e7c23eeb31017fbed8386a2b8ece82e44d5ef109e273d89032c564e527b74a92e76c659
6
+ metadata.gz: 7ad077a654dd162491a0a8f24725e26a7922c0fae2da3d518d497b58cd688204af1d1c88f2a33f5be2e79329cb419437af71a672e085e32b4bca634705cbdc53
7
+ data.tar.gz: a7c6d3aa1fe400f603d67e17e92d92b54ca81eb2aab37625dcc55757e950aac6b1fa882c0b81cc473b6ddf79798cfc0c3a02cf8a209b2fc0099905012f6595ea
@@ -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-linux
6
6
  authors:
7
7
  - Stephen Margheim