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 CHANGED
@@ -1,7 +1,4 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f1301b662d505e51841b60af3387b67cb21af4d7
4
- data.tar.gz: b0a1f1fdffda9a7c6ff785928cd7474e6467e472
5
2
  SHA512:
6
- metadata.gz: 2c5af10decb98626e2959ed697c9829cc3b1251f9c8a39c6039606903ce44f6507301313a93d9cf7eee951c1d83323bad2b532abbf6f5c3c4f3c085d1d674bda
7
- data.tar.gz: 97c3ef8a8e331254d2a82e6f80a7740498c8a9e73c19af1024e86eba520450e5951b4a7422cb8d1e4595abab8085cc5fdfde479b8807334f67d86837a6f98fbc
3
+ metadata.gz: abd07c179047f5d0362967f04677f80513e584b2f01df9a32b2684f05621ac0afc5427b073c8af9594e00d6621d1f65ecb15c066fe173433927388d5474cb64d
4
+ data.tar.gz: c01f85d0d4db1d6a62cea237eee624a60dad1b1f4b3afd1bb1ad284f49d63b281888cdf656d77706f96af7e2aa0f5a0fbbdda5fdc4a527d062730c56b931d09d
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.3
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
- raise ::Vagrant::Errors::VagrantError.new,
41
- config_errors[Config::SECTION_NAME].compact
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
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module RsyncPick
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
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.0
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-06-30 00:00:00.000000000 Z
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.4.5.1
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