dotsync 0.1.17 → 0.1.18
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/Gemfile.lock +1 -1
- data/README.md +2 -0
- data/docs/images/dotsync_options.png +0 -0
- data/docs/images/dotsync_pull.png +0 -0
- data/docs/images/dotsync_push.png +0 -0
- data/docs/images/github_actions_general_workflow_permissions.png +0 -0
- data/lib/dotsync/version.rb +1 -1
- metadata +3 -2
- data/docs/images/dotsync_push_apply.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e9f29b4444bb3395cb499524272b6a1b4ca3071c4055970de7c4c3990ed8d29
|
|
4
|
+
data.tar.gz: 9a1e346bb050beb363cb99a5a6f1476d50523cf37bfcc1d9b8dd30038fe74403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbc66575cbb99d7dab60eb1d623058f2c9cc1b13648004a0b14cdaaed28c19c2a6c1f9b13454b90d4acac50566df804df946f94f7104aac0f1b0e161f2b6eb1b
|
|
7
|
+
data.tar.gz: 150d2c742dca25f35baa5e288df8a21fa3ab34b4b236769de12f2f183f2064953fbe744494a8e505886cf780ce25b71f5efd05b0967ce0966ac83484e53bf2cc
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
Welcome to Dotsync! This gem helps you manage and synchronize your dotfiles effortlessly. Below you'll find information on installation, usage, and some tips for getting started.
|
|
10
10
|
|
|
11
|
+

|
|
12
|
+
|
|
11
13
|
## Requirements
|
|
12
14
|
- Ruby: MRI 3.2+
|
|
13
15
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/dotsync/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dotsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Sáenz
|
|
@@ -272,9 +272,10 @@ files:
|
|
|
272
272
|
- Rakefile
|
|
273
273
|
- bin/console
|
|
274
274
|
- bin/setup
|
|
275
|
+
- docs/images/dotsync_options.png
|
|
275
276
|
- docs/images/dotsync_pull.png
|
|
276
277
|
- docs/images/dotsync_push.png
|
|
277
|
-
- docs/images/
|
|
278
|
+
- docs/images/github_actions_general_workflow_permissions.png
|
|
278
279
|
- dotsync.gemspec
|
|
279
280
|
- exe/dotsync
|
|
280
281
|
- lib/dotsync.rb
|
|
Binary file
|