dropbox-dotfiles 1.1.0 → 1.1.1
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/bin/dropbox-dotfiles +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c98f70dc456fae20390508f5d92a97721ad6917
|
|
4
|
+
data.tar.gz: 1b804a94895036ed550430bf8088407110e6d347
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5594bec08ebe134b5cc363cb4564701e42b906b3fb4135ab912cff59f3aacf9f944bc4a3d69618ae4bb9c0e6786efbd8a828d22878ae304a5b617c55b4922f27
|
|
7
|
+
data.tar.gz: 0fb37b05c6c445287c1a08ca41ad023d3d53fe4f421f8bb6039bc5ba86870ef1e2737fc703672aff9c32837d8bb16069535517a8b899c4e847da836c3aae8992
|
data/bin/dropbox-dotfiles
CHANGED
|
@@ -201,7 +201,7 @@ private
|
|
|
201
201
|
response = gets.chomp.downcase
|
|
202
202
|
if response == 'y'
|
|
203
203
|
backup = File.join home, '.old'
|
|
204
|
-
|
|
204
|
+
FileUtils.move home, backup
|
|
205
205
|
File.symlink dropbox, home
|
|
206
206
|
else
|
|
207
207
|
puts "'#{home}' not touched. remember to correct the conflict manually!"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dropbox-dotfiles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mirco Macrelli
|
|
@@ -14,20 +14,20 @@ dependencies:
|
|
|
14
14
|
name: colorize
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '0.6'
|
|
20
|
-
- -
|
|
20
|
+
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 0.6.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
requirements:
|
|
27
|
-
- - ~>
|
|
27
|
+
- - "~>"
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0.6'
|
|
30
|
-
- -
|
|
30
|
+
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 0.6.0
|
|
33
33
|
description: This gem provides a binary called dropbox-dotfiles that can be used to
|
|
@@ -50,17 +50,17 @@ require_paths:
|
|
|
50
50
|
- lib
|
|
51
51
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
52
|
requirements:
|
|
53
|
-
- -
|
|
53
|
+
- - ">="
|
|
54
54
|
- !ruby/object:Gem::Version
|
|
55
55
|
version: '0'
|
|
56
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
requirements:
|
|
58
|
-
- -
|
|
58
|
+
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
61
|
requirements: []
|
|
62
62
|
rubyforge_project:
|
|
63
|
-
rubygems_version: 2.2.
|
|
63
|
+
rubygems_version: 2.2.2
|
|
64
64
|
signing_key:
|
|
65
65
|
specification_version: 4
|
|
66
66
|
summary: Easy dotfiles's synchronization via Dropbox
|