fly-atc 0.0.4-arm64-darwin → 0.0.6-arm64-darwin

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: a3eb8811c1325400f06265ffadfea6865e5e694696371b63401d9dc4c7b54f8d
4
- data.tar.gz: ab6bad8502622f338dda62b2bc84528660c7825cfda53caf516b8cbf2f8494bb
3
+ metadata.gz: c7d4330b6b2dcac77077059c58564a058bdfe15833441054ef61b024953ba5af
4
+ data.tar.gz: 7d72ff008a0ff2f5ccc9c48faa08f81a335ded0c111b06b45c957dc0cdca42e8
5
5
  SHA512:
6
- metadata.gz: e17d0a25f7b1765a9ef3d3967eae301f5f348b819180646a55209309923be89199774a749c6125a73ee42251305568ff64a6b0658551ebd6c445e087aa9fdeec
7
- data.tar.gz: fb1858d808bd45c6b4299c989102c3796de91f1f7a8905e0a50fe4b19f23b2717f89a7308b605c6458ca83860c6bc9290bddef62fefa04095252bd6bc5c7c834
6
+ metadata.gz: 89d3f260f3b499fd0565d31703d1e62102515fe9ba947d04285b9d7c59697894ffc86fd7b747d4325403797c8956fd3b3dffb59e313147bf2cf780f5c7c66959
7
+ data.tar.gz: 712ae1294db02c3ae567613f2b2c8656a630fe6ae9c5f40a58507e65f768d20150cf2771ddb4aabebdf94a71628e4ccca1c5ba88a9007edd0ed5b1637c15f0de
Binary file
@@ -1,3 +1,3 @@
1
1
  module FlyAtc
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -7,6 +7,7 @@ dbs:
7
7
  - path: <%= db %>
8
8
  replicas:
9
9
  - type: s3
10
+ endpoint: $AWS_ENDPOINT_URL_S3
10
11
  bucket: $BUCKET_NAME
11
12
  path: storage/<%= File.basename(db) %>
12
13
  access-key-id: $AWS_ACCESS_KEY_ID
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fly-atc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Sam Ruby
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2024-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails