litestream 0.3.0 → 0.3.1

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: e2240365f5c9159bef7b50e35fc6816aff14d1cbb726edd51306019456050e3d
4
- data.tar.gz: 80c9e2d72ed8d9a08633a5b1a3084af8737006f223b206bdff86af076fa500bf
3
+ metadata.gz: 07ac6e70f9502ef3e38f6df13cba2aacee6ded7259c470146ec35843a23d9bc7
4
+ data.tar.gz: e686465e899a6d5acf50ff6cb474a7ef5da7658ab3b5719eab6fe814fa10110f
5
5
  SHA512:
6
- metadata.gz: 8dc6e9209a9f654037d7f214d2e825dfcc8e4a3c196f705cdb8701e0256db9e3d802ce42b02bd6b650cc76b70bae9c7127dd53ec90bc999c6f0cc95b3da590af
7
- data.tar.gz: cb91236646f2850586cf540f7bf0278c28186e7c11ede6bd32e81fd4846a0a117290b9df8d683aa62832af9831482f8b3c68d4beec6f74bb9124fd67d5ed2eae
6
+ metadata.gz: d74c9745ef9f0363f7e575dc51b283489ab8d4feedf0156b71828c2844da57857796c0a597ced5b30880349d98c7ea0fa3074b362904678c0f447865add8cf02
7
+ data.tar.gz: d3e2c66aae1f8abd2a45f40de33e6a4850a28a2073825ce8732047eccf528f560d32982d629f72cd96795b84f0d00d3ec12d516d9c9ccfb278d67952dc51ef10
@@ -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: ruby
6
6
  authors:
7
7
  - Stephen Margheim