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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a868366d1612681fb6a8342ded8b94887e8c822fff94dbcfaecc6991efe3804b
4
- data.tar.gz: efb0a01d0a6210915c019e2b133ef18c1e12fb8a0348c2151c506722089ee33e
3
+ metadata.gz: 8e9f29b4444bb3395cb499524272b6a1b4ca3071c4055970de7c4c3990ed8d29
4
+ data.tar.gz: 9a1e346bb050beb363cb99a5a6f1476d50523cf37bfcc1d9b8dd30038fe74403
5
5
  SHA512:
6
- metadata.gz: e9f71907042f83845b11367f430581e7f91d002a0fb9ad3a7b5506bb63ac85486ad30f668597daa9a73a1f8f79b71e794e137493fd48eb84aa9d74b9e9af81c2
7
- data.tar.gz: 31dbc7a701a809efd03d085b7544dfaec9ba550e5089fcabb87208a4f3e18f910d709821cf91f854769b9d7b8b1e4efeb40c0d6af40606a184301627306cd4b1
6
+ metadata.gz: fbc66575cbb99d7dab60eb1d623058f2c9cc1b13648004a0b14cdaaed28c19c2a6c1f9b13454b90d4acac50566df804df946f94f7104aac0f1b0e161f2b6eb1b
7
+ data.tar.gz: 150d2c742dca25f35baa5e288df8a21fa3ab34b4b236769de12f2f183f2064953fbe744494a8e505886cf780ce25b71f5efd05b0967ce0966ac83484e53bf2cc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dotsync (0.1.17)
4
+ dotsync (0.1.18)
5
5
  fileutils (~> 1.7.3)
6
6
  find (~> 0.2.0)
7
7
  listen (~> 3.9.0)
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
+ ![dotsync options](docs/images/dotsync_options.png)
12
+
11
13
  ## Requirements
12
14
  - Ruby: MRI 3.2+
13
15
 
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dotsync
4
- VERSION = "0.1.17"
4
+ VERSION = "0.1.18"
5
5
  end
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.17
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/dotsync_push_apply.png
278
+ - docs/images/github_actions_general_workflow_permissions.png
278
279
  - dotsync.gemspec
279
280
  - exe/dotsync
280
281
  - lib/dotsync.rb
Binary file