vagrant-sptsync 0.0.50 → 0.0.51

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62bd69042ad4076f11e62dae638c8807b868438e
4
- data.tar.gz: 724da3b7fd340984afc0f9c4f6e8edd4def9a3cd
3
+ metadata.gz: 525ca86a2bab5288bfcc8590837323016e46263a
4
+ data.tar.gz: b92f268a9a67b0556e758db2c4447b2eddf50ee3
5
5
  SHA512:
6
- metadata.gz: 614562a85cc7f6758047ab3da851e2efc04da9f7c4d93b938503927811aa03837bc33080d5cd831745c6211a5e1212cc637a830b95a968eec55fb3f8dc3d72dc
7
- data.tar.gz: a5a69e00493284a6b6aa20bc62590d8530bfdb1d85689c8e3a164bc0074f123bbf4869bb0daf84ed6888c330f90658abe1f57f49150bb51e35f9015515e8875d
6
+ metadata.gz: 53e150c111c8cc20512d43506fcd2bd080ddfb0fb1d58a07ce027a7ab1fb7511d61e6376729c3b5f3257798c1d09bc3d4881dd1608a65224ce618289042f5d7b
7
+ data.tar.gz: ba4fd9ebf5b99a8624068aec83433423288449213a8b7059eb527f750c11129ebb8b65ff215aa03923d43519bb48dc6a4b2679c8328834d37a68cabc9aa54afd
data/Gemfile.lock CHANGED
@@ -18,7 +18,7 @@ GIT
18
18
  PATH
19
19
  remote: .
20
20
  specs:
21
- vagrant-sptsync (0.0.50)
21
+ vagrant-sptsync (0.0.51)
22
22
 
23
23
  GEM
24
24
  remote: https://rubygems.org/
@@ -76,7 +76,7 @@ module VagrantPlugins
76
76
  end
77
77
  end
78
78
  commands = {
79
- "downloading files" => "sudo -E rsync --recursive --compress --times --rsh='ssh -l deploy' spt-#{server}.com:/var/www/#{folder}/current/sites/#{remote}/files/ /var/www/deploy/current/sites/#{local}/files/",
79
+ "downloading files" => "sudo -E rsync --recursive --compress --times --rsh='ssh -l deploy' spt-#{server}.com:/var/www/#{folder}/current/sites/#{local}/files/ /var/www/deploy/current/sites/#{local}/files/",
80
80
  "setting file owner" => "sudo chown -R deploy:www-data /var/www/deploy/shared/#{local}/files/",
81
81
  "setting css file owner" => "sudo chown -R www-data:www-data /var/www/deploy/shared/#{local}/files/css",
82
82
  "setting file permissions" => "sudo chmod -R 2775 /var/www/deploy/shared/#{local}/files/",
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SPTSync
3
- VERSION = "0.0.50"
3
+ VERSION = "0.0.51"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-sptsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.50
4
+ version: 0.0.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sehr