dotsync 0.1.9 → 0.1.10

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: b33c80703154eb2790585883479456053089abb500f1891c528a3627a12a2dc2
4
+ data.tar.gz: 64517cdc665c5ec5fa7657b4e1d197914bf7ad0a6b36dfb690f5cbc2451b0f43
5
5
  SHA512:
6
- metadata.gz: ac05c1125d6a5843e70d7510c7f0717625a3a616932bee521be80d793ce918b8871e92a85975e61a1c7d63e9a929cf25c26c91f1fedd212d0d24c637549a1fce
7
- data.tar.gz: 316fb8fe0723d26d6646ea8370124744fc1f2596185c1239bef12a737f0c1b89a7d6531b0bac02b12e5e47407206c0809d2ddacd598e8d6bbe0e6ae93a89c459
6
+ metadata.gz: '08422291669fb72a90a91826c09411dc4d0ab0174e6b219bc7b8358f95a94db0b9f39d63c2c2e2182e2aea2b7acd19f53c1ca606bb34ab6900298d74402f361b'
7
+ data.tar.gz: 26bff9d8f479ccf0168d7c93f2cc053b517c978a9566a1f5f02718a4ae4bfc1e1b9dac17e02933dfcb27726798c3fc91acde7df87b96b70cb405a438eec6d42c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 0.1.10
2
+
3
+ - Readme: add screenshot for PushAction
4
+ - Readme: fixes character on sample config file
5
+
1
6
  # 0.1.9
2
7
 
3
8
  - 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.10)
5
5
  fileutils (~> 1.7.3)
6
6
  find (~> 0.2.0)
7
7
  listen (~> 3.9.0)
data/README.md CHANGED
@@ -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.10"
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.10
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