hem-tasks-rsync 2.1.0 → 2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 98738b8447e1a6472baf02d9172b6c7c5ba31079
4
- data.tar.gz: 184c6a8c71c51d1317b7c83ca2cdc2d71028a998
3
+ metadata.gz: c9e1dcb02a05340157f8a0187520d187df558540
4
+ data.tar.gz: 62a0451c201f1c800a6c444fbc3e09024ba445db
5
5
  SHA512:
6
- metadata.gz: 7adc69258e75ecee613ba846531b8846ec0267976499afdbca8c6068d9f439ce21b8403d23c2cef5bb5bfc68ff594830f837907c7956eced72c515c533766572
7
- data.tar.gz: b8d3280d26db4751a153b96251fd14831d692eadedbf718f0395b482f9f3829643ee832ecd0246457eeafb05fbc9352db9ad8c538f7c6cd64d71580bad1a83d0
6
+ metadata.gz: 4218a7598484b5f7a0a3e91e56d4a119fcd281bc5895e3efe375537a08728d8056afa44535bdf7f414508b175c0ca37fca64372cf3b3f943738d1a85f9e63d6c
7
+ data.tar.gz: 319c430e0c3b51097cbcd0ada24503ddcc67178c60e1324242b0e506dd8db5fccbd351ac22e7794798ed24e6e28c63458ee7be159bf75df1fbac0fd501f2f6f1
@@ -1,7 +1,7 @@
1
1
  module Hem
2
2
  module Tasks
3
3
  module Rsync
4
- VERSION = '2.1.0'.freeze
4
+ VERSION = '2.1.1'.freeze
5
5
  end
6
6
  end
7
7
  end
@@ -28,7 +28,7 @@ namespace :vm do
28
28
 
29
29
  next unless files
30
30
 
31
- run "sudo chown apache:vagrant '#{Hem.project_config.vm.project_mount_path}'", realtime: true
31
+ run "sudo chown vagrant:vagrant '#{Hem.project_config.vm.project_mount_path}'", realtime: true
32
32
 
33
33
  rsync_command = <<-COMMAND
34
34
  find '.' -type f -maxdepth 1 -print0 | \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hem-tasks-rsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kieren Evans