vagrant-rsync-only-changed 0.7.1 → 0.8.0

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: 467221c3ccfee535349675969243d2cdba2460fd
4
- data.tar.gz: b4b0f9169ead224297d64b45da92c5f0b24b9075
3
+ metadata.gz: c71c09bb27acab0bee6e77041c848e0b37134c67
4
+ data.tar.gz: 098e4876ef7ecac52863a6c6225c55c1ae5593ec
5
5
  SHA512:
6
- metadata.gz: f73469c603aa6b9569b2856b15ccddb378dff105052d1dc723bc89a00a0912e7e1b503cfee610b2b52b3e7dc325cdcd7cb5986d249ec2f8c2b12aacbe57de405
7
- data.tar.gz: 9680d519b9d49e02e53955bf20870200e8e39193b0f652c85696a2a9c8b23e42704baaa45cdb1f15fc14c395d60304bba7d67fd98e48ed97e6e588ecd08fdbf1
6
+ metadata.gz: d4fc62069297ca3b54f264d3d0c63212bb0b7cec7a8f68f644a219886b5f2bdc31a5031608f796cd5c06163b94e4471c4b30c92e4e652b67a7344a79cdcc6dd5
7
+ data.tar.gz: 72c31f8fad47f63a35c51172ea6bde1e17578cce9bcce6dcfcae437223b5c8c189a8e417173ba65b18515e73ba28743569c50ab8c2fda78b3e4e28d63e133fec
@@ -140,6 +140,7 @@ module VagrantPlugins
140
140
  end
141
141
  end
142
142
 
143
+ args << "--delete-missing-args"
143
144
  args << "--files-from=" + adapt_filepath_for_rsync(root_path, changed_list_file)
144
145
  end
145
146
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module RsyncOnlyChanged
3
- VERSION = "0.7.1"
3
+ VERSION = "0.8.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-rsync-only-changed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flávio Botelho
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-11 00:00:00.000000000 Z
11
+ date: 2016-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.11'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.11'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
41
  description: Currently Vagrant rsync-auto command will always issue a full rsync when
@@ -48,8 +48,8 @@ executables: []
48
48
  extensions: []
49
49
  extra_rdoc_files: []
50
50
  files:
51
- - ".gitignore"
52
- - ".project"
51
+ - .gitignore
52
+ - .project
53
53
  - Gemfile
54
54
  - README.md
55
55
  - Rakefile
@@ -75,17 +75,17 @@ require_paths:
75
75
  - lib
76
76
  required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
- - - ">="
78
+ - - '>='
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ">="
83
+ - - '>='
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project:
88
- rubygems_version: 2.4.5
88
+ rubygems_version: 2.0.14
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: Vagrant plugin to speed rsync-auto for big file trees