kamal-backup 1.0.0.rc1 → 1.0.0

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: 8e351aa7e872cd48344295084005c0cdb418169affa209b6f6c3b704372e96d5
4
- data.tar.gz: ee83efba870cf740e9d95898e62191611ddaa8153711d8030c90045166d224e3
3
+ metadata.gz: d0b99d8270f625d97d1880cb3301d81aae8bcf201f77960a49fc84de7ade4667
4
+ data.tar.gz: d00ea2f74dd7b1060ea49c338841e10deb4cfaab2215e1ab4e553a74f211cdae
5
5
  SHA512:
6
- metadata.gz: 739282c586403339edda3f475190355400f639c0c1eba0b8145531f964a8be6815689f6252a8d4d3f9fb7db42efd3413f1188ff0243503d15d27379bf32c4998
7
- data.tar.gz: 6abaadf21b62c4d106b92fbce3c0f703d4bb42d03cc6e86c47f9eb90e24942beda433a98c6f05acfb3557da3323ff551a85ad7b63fe6a0db484a06a3813f650f
6
+ metadata.gz: a41f4e714f147d3216e90f96b7b66b7082f9b9914adbfef56abbb6177ddc8931375904a9d43610fba302a0fa5b70f3565411a898786259e55ef66f5fddb4d8f2
7
+ data.tar.gz: 46eeba2ce40db29124c149eeb632b59ef48462bbc5fa27c6d660e3636fc703aebb4c67edac775d6f7ad17c9cd443ede06884aaaeee614398f21918f2c0b4005c
data/README.md CHANGED
@@ -147,12 +147,12 @@ Start here:
147
147
  Run the release helper from a clean `master` checkout:
148
148
 
149
149
  ```sh
150
- bin/release 0.2.9
150
+ bin/release 1.0.1
151
151
  ```
152
152
 
153
- It updates `lib/kamal_backup/version.rb`, syncs `Gemfile.lock`, commits `Release 0.2.9`, and pushes `master`. CI runs the test suite and docs build, publishes the RubyGem and Docker image tags, then creates `v0.2.9`, the GitHub release, and the docs deployment from the release commit.
153
+ It updates `lib/kamal_backup/version.rb`, syncs `Gemfile.lock`, commits the release, and pushes `master`. CI runs the test suite and docs build, publishes the RubyGem and Docker image tags, then creates the version tag, GitHub release, and docs deployment from the release commit.
154
154
 
155
- Use `bin/release 0.2.9 --no-push` to prepare the commit locally without publishing.
155
+ Add `--no-push` to prepare the release commit locally without publishing.
156
156
 
157
157
  ## License
158
158
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KamalBackup
4
- VERSION = '1.0.0.rc1'
4
+ VERSION = '1.0.0'
5
5
  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: 1.0.0.rc1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - crmne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-12 00:00:00.000000000 Z
11
+ date: 2026-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -148,13 +148,7 @@ metadata:
148
148
  source_code_uri: https://github.com/crmne/kamal-backup
149
149
  changelog_uri: https://github.com/crmne/kamal-backup/releases
150
150
  rubygems_mfa_required: 'true'
151
- post_install_message: |
152
- kamal-backup 0.3 changes config/kamal-backup.yml.
153
-
154
- If you are upgrading from 0.2, migrate the old flat YAML keys to the new grouped shape:
155
- https://kamal-backup.dev/upgrading/#upgrading-to-03
156
-
157
- Run `bundle exec kamal-backup validate` before rebooting the backup accessory.
151
+ post_install_message:
158
152
  rdoc_options: []
159
153
  require_paths:
160
154
  - lib