mark-twin 0.4.2 → 0.4.3
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 +4 -4
- data/lib/twin/version.rb +1 -1
- metadata +7 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f9146653ecf4288e9bd05297300344cc68b0606291d2bbc61c73f13aa067706
|
|
4
|
+
data.tar.gz: 30e5c66372ae4511a550ed522701505463586b72eaa7ddb79cf2b266b5d47681
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4d702bfe0443951977d6db35e61697140a97d3c12c278a6eebcb58665e8aa35a1e3eb646c9fbdbac0187ca8368dc161a24ab9db12de0ac698c2e23a92f0a01a
|
|
7
|
+
data.tar.gz: bb56c6892a1b93b8d6108cbfcbdd82b7021cd89116a59b896d755646c699a805c5a08e73825d5e2297d20056de1b1f04f0ae8d3035006d34a2a8169cff3af5bf
|
data/lib/twin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mark-twin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ralf Hülsmann
|
|
@@ -24,19 +24,14 @@ dependencies:
|
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: '5.0'
|
|
26
26
|
description: |
|
|
27
|
-
|
|
28
|
-
nobody dares touch, because the reasons behind it were never written down.
|
|
27
|
+
twin helps keep two machines' configuration aligned.
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
blocks say what to do. rsync does the copying.
|
|
29
|
+
A sync-file is just Markdown: the prose says why a path is synced, and
|
|
30
|
+
fenced YAML blocks define what to do. rsync does the copying.
|
|
33
31
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
once for the whole group, so a half-applied deploy is not a state it can
|
|
38
|
-
leave you in. Targets are a local path, a mounted volume, or user@host:/path
|
|
39
|
-
over ssh, with no difference in how they are used.
|
|
32
|
+
When both sides changed since the last sync, twin shows a diff and asks
|
|
33
|
+
before overwriting. A target is a local path, a mounted volume, or
|
|
34
|
+
user@host:/path over ssh, and twin treats all three the same.
|
|
40
35
|
|
|
41
36
|
Interactive selection runs through fzf with a rendered Markdown preview; the
|
|
42
37
|
same sync-files drive scriptable status, dry-run and sync commands.
|