vagrant-rsync-pick 0.2.0 → 0.2.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 +2 -5
- data/.ruby-version +1 -1
- data/lib/vagrant-rsync-pick/command.rb +5 -5
- data/lib/vagrant-rsync-pick/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: f1301b662d505e51841b60af3387b67cb21af4d7
|
|
4
|
-
data.tar.gz: b0a1f1fdffda9a7c6ff785928cd7474e6467e472
|
|
5
2
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abd07c179047f5d0362967f04677f80513e584b2f01df9a32b2684f05621ac0afc5427b073c8af9594e00d6621d1f65ecb15c066fe173433927388d5474cb64d
|
|
4
|
+
data.tar.gz: c01f85d0d4db1d6a62cea237eee624a60dad1b1f4b3afd1bb1ad284f49d63b281888cdf656d77706f96af7e2aa0f5a0fbbdda5fdc4a527d062730c56b931d09d
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.3.3
|
|
@@ -35,11 +35,11 @@ module VagrantPlugins
|
|
|
35
35
|
"Run vagrant up first to start the box"
|
|
36
36
|
end
|
|
37
37
|
|
|
38
|
-
config_errors = config.validate(machine)
|
|
39
|
-
if config_errors && config_errors[Config::SECTION_NAME]
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
end
|
|
38
|
+
# config_errors = config.validate(machine)
|
|
39
|
+
# if config_errors && config_errors[Config::SECTION_NAME]
|
|
40
|
+
# raise ::Vagrant::Errors::VagrantError.new,
|
|
41
|
+
# config_errors[Config::SECTION_NAME].compact
|
|
42
|
+
# end
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
def command
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-rsync-pick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Zinovyev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
97
|
rubyforge_project:
|
|
98
|
-
rubygems_version: 2.
|
|
98
|
+
rubygems_version: 2.5.2
|
|
99
99
|
signing_key:
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Pick atomic changes from guest machine with rsync
|