dropbox-dotfiles 1.1.1 → 1.1.2
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 +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6165496469dee4cea42d571896e056ab06ecbf8
|
|
4
|
+
data.tar.gz: dc4987a1e8389bf926e2783bbb9289f1056d8b53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd8e286bf612d02019995ba5a8662e66fd5452166b2226c77e513124f6b3314f18825ab566b6e709c78653f062d31160a1a9b2fda0e6d4d9fd2d029fa332f901
|
|
7
|
+
data.tar.gz: 0bb930fdda7ad057021ad12b7b48e9e5ab7e19f34c1a3dffd97b08df8ef2a20345286ca7af677c93a9c97dec743f4c50e1ba08bbff139ec08b6c5e24d9d1a670
|
data/bin/dropbox-dotfiles
CHANGED
|
@@ -200,7 +200,7 @@ private
|
|
|
200
200
|
print "Do you want to create a backup of '#{home}' and then create the link? (y/N): "
|
|
201
201
|
response = gets.chomp.downcase
|
|
202
202
|
if response == 'y'
|
|
203
|
-
backup =
|
|
203
|
+
backup = home + '.old'
|
|
204
204
|
FileUtils.move home, backup
|
|
205
205
|
File.symlink dropbox, home
|
|
206
206
|
else
|