kamal-backup 0.2.9 → 0.2.10

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: 2cd5b3552c0919b6930195db2d0aaf360ac3efb839582303b7d0613f2ef805fb
4
- data.tar.gz: 757576a8bdd306dc816fec8d4073a69ff7263c55f33b65de43ec40733e060e97
3
+ metadata.gz: 6e3653f6bad9c7d736b7617e059bfd19263854ab96596bfb54191129a4b438fc
4
+ data.tar.gz: f3ecbde3269e9f3aee1c9bb227bce2b054abaddfa3c732c6aff4eecc24b1c8b6
5
5
  SHA512:
6
- metadata.gz: f158bbbb19edca598d9071f09fa15c78e453199e7412e93fec10db9a1bbfa895f49d093fe5e733fc8ca0df0b14adb1c8946450fee932df88df6572b4adf83403
7
- data.tar.gz: 591d63cf90a2f043f25976ee0ab2d013e754e98c1f847481276ee840471de54a6eeda6195a70c102cf4ef8fe7235e0a796ee6267588dd93cd3c7b7f85f47e683
6
+ metadata.gz: 4974fc0bea1a6b2212d0bf7a968fd2dbc993bfdfdeeb13ae37989ab8d43d7932ce3e20f691b62ce0c744e307b560da19ca4b169f935a8353ffa1317c270af919
7
+ data.tar.gz: 2904cb1a0481b49f61914d082ae2113358000abebe98ace0789c4eaf1993ed1102758030a58bf80c6afc61c7c79bc1da613749cbb5579a2ff584edaa2d2fa87e
data/README.md CHANGED
@@ -132,7 +132,7 @@ Run the release helper from a clean `master` checkout:
132
132
  bin/release 0.2.9
133
133
  ```
134
134
 
135
- It updates `lib/kamal_backup/version.rb`, runs the test suite and docs build, commits `Release 0.2.9`, creates `v0.2.9`, and pushes `master` plus the tag. The tag workflow publishes the RubyGem, Docker image tags, GitHub release, and docs from that exact commit.
135
+ It updates `lib/kamal_backup/version.rb`, runs the test suite and docs build, commits `Release 0.2.9`, creates `v0.2.9`, and pushes `master` plus the tag. CI publishes the RubyGem, Docker image tags, GitHub release, and docs from that release commit.
136
136
 
137
137
  Use `bin/release 0.2.9 --no-push` to prepare the commit and tag locally without publishing.
138
138
 
@@ -1,3 +1,3 @@
1
1
  module KamalBackup
2
- VERSION = "0.2.9"
2
+ VERSION = "0.2.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kamal-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - crmne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-05-12 00:00:00.000000000 Z
11
+ date: 2026-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor