dotsync 0.1.9 → 0.1.11

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: 3499c4ca658689253d20ed6408821dfdc997cb5e9c31aaacb23c4027945c7d57
4
- data.tar.gz: 1f2d711a45e9e508a57533a0bd0e4a7479f83b52a81afe807895b41bd2408970
3
+ metadata.gz: e28cc44acb0d37fc42964d0d269f39207a511ffd46b5ac56576ac0ac3c9987d3
4
+ data.tar.gz: 858ba580f260d48a150807fffb1a57932933b24c92759ba335930479183aa568
5
5
  SHA512:
6
- metadata.gz: ac05c1125d6a5843e70d7510c7f0717625a3a616932bee521be80d793ce918b8871e92a85975e61a1c7d63e9a929cf25c26c91f1fedd212d0d24c637549a1fce
7
- data.tar.gz: 316fb8fe0723d26d6646ea8370124744fc1f2596185c1239bef12a737f0c1b89a7d6531b0bac02b12e5e47407206c0809d2ddacd598e8d6bbe0e6ae93a89c459
6
+ metadata.gz: 1057cde0ff17f551fa476660f4be420e5e8057a4fab9daf1b5880b6e11d7a7c99a354d18a7e28e72ac51359e6c889877dc663634891b3da64da58955b548220d
7
+ data.tar.gz: 84058bd7fbdf36e078efc3b38f0804f545c6e1d0d25d1725ee65f85e20b77302df7281d3021441808c544535b54df697bb48218fa01e92136d6c277b8f904c4c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ # 0.1.11
2
+
3
+ - Readme: fixes badge icon
4
+
5
+ # 0.1.10
6
+
7
+ - Readme: add screenshot for PushAction
8
+ - Readme: fixes character on sample config file
9
+
1
10
  # 0.1.9
2
11
 
3
12
  - Exe: improved banner with options
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dotsync (0.1.9)
4
+ dotsync (0.1.11)
5
5
  fileutils (~> 1.7.3)
6
6
  find (~> 0.2.0)
7
7
  listen (~> 3.9.0)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Dotsync
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/sidekiq.svg)](https://rubygems.org/gems/sidekiq)
3
+ [![Gem Version](https://badge.fury.io/rb/dotsync.svg)](https://rubygems.org/gems/dotsync)
4
4
  [![Ruby Gem Test Status](https://github.com/dsaenztagarro/dotsync/actions/workflows/gem-push.yml/badge.svg)](https://github.com/dsaenztagarro/dotsync/actions)
5
5
 
6
6
  > [!WARNING]
@@ -38,6 +38,8 @@ Dotsync provides the following commands to manage your dotfiles:
38
38
  dotsync push
39
39
  ```
40
40
 
41
+ ![dotsync push](docs/images/dotsync_push_apply.png)
42
+
41
43
  - **Pull**: Synchronize dotfiles from the repository to your local machine.
42
44
  ```shell
43
45
  dotsync pull
@@ -66,7 +68,7 @@ dest = "$XDG_CONFIG_HOME"
66
68
 
67
69
  [[pull.mappings]]
68
70
  src = "$HOME_MIRROR/.zshenv"
69
- dest = "$HOME" }
71
+ dest = "$HOME"
70
72
 
71
73
 
72
74
  [[push.mappings]]
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dotsync
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.11"
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.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Sáenz
@@ -244,6 +244,7 @@ files:
244
244
  - README.md
245
245
  - RELEASING.md
246
246
  - Rakefile
247
+ - docs/images/dotsync_push_apply.png
247
248
  - dotsync.gemspec
248
249
  - exe/console
249
250
  - exe/dotsync