tamtam-vagrant-reload 1.1.2 → 1.1.3

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: cffb0904b34671b60d09f1421efc3314c0248688
4
- data.tar.gz: 7c66eae533b547a40615f207eeea0c40ee50bf87
3
+ metadata.gz: 4d967b9fcf3fd7aa2ceac86c97a94541ca00bc6a
4
+ data.tar.gz: 141be090dda8397347c1cfa8a525698d9967d34f
5
5
  SHA512:
6
- metadata.gz: f6511f9805793551abc67dde990f9ba94b42601a5fbac55053ef7f4bb7167734f8a6850a2cb759d96173489e1311e597651b01000e0f18facd2e40586c5180e7
7
- data.tar.gz: c40cf319a32afa6803a59844435063414ac6613ceb6e25239d773500c26a5f8bd6737d552034ef3be1fd557af5b214e76cd8849a22fe49dbf6052ce3d9ec232f
6
+ metadata.gz: ee86005a51fd3ca669cc879da141de4009587a6d7a0ba1c1fd538b0f432da0c6342fbf22c3822e02e46f675d05cd6553685d90dfc2baff8a748de936160612e7
7
+ data.tar.gz: 10f1839095bc87825e7f2e1430cda2130ffbad3ba2d03bd33ff97d7a68ccab92644b2c0f3511c998c2f911a5d0d5e16c10407bcf074e2ba3f591fe4a80e3e74c
@@ -28,7 +28,8 @@ module VagrantPlugins
28
28
  options = {}
29
29
  options[:provision_ignore_sentinel] = false
30
30
  handle_comm(:stdout,info)
31
- @machine.action(:reload, options)
31
+ @machine.action(:halt, options)
32
+ @machine.action(:up, options)
32
33
  begin
33
34
  sleep 10
34
35
  end until @machine.communicate.ready?
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module TamtamVagrantReload
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tamtam-vagrant-reload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vincent Zimmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-30 00:00:00.000000000 Z
11
+ date: 2019-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
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: '0'
27
27
  description: Reload vagrant VM as a provisioning step.
@@ -30,14 +30,15 @@ executables: []
30
30
  extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
+ - ".gitignore"
33
34
  - Gemfile
34
- - lib/tamtam-vagrant-reload/version.rb
35
+ - LICENSE.txt
36
+ - README.md
37
+ - Rakefile
35
38
  - lib/tamtam-vagrant-reload-config.rb
36
39
  - lib/tamtam-vagrant-reload-provisioner.rb
37
40
  - lib/tamtam-vagrant-reload.rb
38
- - LICENSE.txt
39
- - Rakefile
40
- - README.md
41
+ - lib/tamtam-vagrant-reload/version.rb
41
42
  - tamtam-vagrant-reload.gemspec
42
43
  - vendor/cache/latest_specs.4.8
43
44
  - vendor/cache/latest_specs.4.8.gz
@@ -54,18 +55,27 @@ files:
54
55
  - vendor/cache/specs.4.8
55
56
  - vendor/cache/specs.4.8.gz
56
57
  - vendor/cache/tamtam-vagrant-reload
57
- - vendor/cache/vagrant-0ac2a8738841/bin/vagrant
58
+ - vendor/cache/vagrant-0ac2a8738841/.bundlecache
59
+ - vendor/cache/vagrant-0ac2a8738841/.gitignore
60
+ - vendor/cache/vagrant-0ac2a8738841/.travis.yml
61
+ - vendor/cache/vagrant-0ac2a8738841/.yardopts
58
62
  - vendor/cache/vagrant-0ac2a8738841/CHANGELOG.md
63
+ - vendor/cache/vagrant-0ac2a8738841/CONTRIBUTING.md
64
+ - vendor/cache/vagrant-0ac2a8738841/Gemfile
65
+ - vendor/cache/vagrant-0ac2a8738841/LICENSE
66
+ - vendor/cache/vagrant-0ac2a8738841/README.md
67
+ - vendor/cache/vagrant-0ac2a8738841/Rakefile
68
+ - vendor/cache/vagrant-0ac2a8738841/bin/vagrant
59
69
  - vendor/cache/vagrant-0ac2a8738841/config/default.rb
70
+ - vendor/cache/vagrant-0ac2a8738841/contrib/README.md
60
71
  - vendor/cache/vagrant-0ac2a8738841/contrib/bash/completion.sh
61
72
  - vendor/cache/vagrant-0ac2a8738841/contrib/emacs/vagrant.el
62
- - vendor/cache/vagrant-0ac2a8738841/contrib/README.md
63
73
  - vendor/cache/vagrant-0ac2a8738841/contrib/vim/vagrantfile.vim
64
- - vendor/cache/vagrant-0ac2a8738841/CONTRIBUTING.md
65
- - vendor/cache/vagrant-0ac2a8738841/Gemfile
66
74
  - vendor/cache/vagrant-0ac2a8738841/keys/README.md
67
75
  - vendor/cache/vagrant-0ac2a8738841/keys/vagrant
68
76
  - vendor/cache/vagrant-0ac2a8738841/keys/vagrant.pub
77
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant.rb
78
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action.rb
69
79
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action/builder.rb
70
80
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action/builtin/box_add.rb
71
81
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action/builtin/call.rb
@@ -89,29 +99,30 @@ files:
89
99
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action/hook.rb
90
100
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action/runner.rb
91
101
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action/warden.rb
92
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/action.rb
93
102
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/batch_action.rb
94
103
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/box.rb
95
104
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/box_collection.rb
96
105
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/cli.rb
106
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config.rb
97
107
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/loader.rb
108
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v1.rb
98
109
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v1/dummy_config.rb
99
110
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v1/loader.rb
100
111
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v1/root.rb
101
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v1.rb
112
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v2.rb
102
113
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v2/dummy_config.rb
103
114
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v2/loader.rb
104
115
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v2/root.rb
105
116
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v2/util.rb
106
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/v2.rb
107
117
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config/version_base.rb
108
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/config.rb
109
118
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/environment.rb
110
119
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/errors.rb
111
120
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/guest.rb
112
121
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/hosts.rb
113
122
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/machine.rb
114
123
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/machine_state.rb
124
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin.rb
125
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1.rb
115
126
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1/command.rb
116
127
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1/communicator.rb
117
128
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1/config.rb
@@ -122,7 +133,7 @@ files:
122
133
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1/plugin.rb
123
134
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1/provider.rb
124
135
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1/provisioner.rb
125
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v1.rb
136
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2.rb
126
137
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/command.rb
127
138
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/communicator.rb
128
139
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/components.rb
@@ -134,10 +145,9 @@ files:
134
145
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/plugin.rb
135
146
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/provider.rb
136
147
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2/provisioner.rb
137
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin/v2.rb
138
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/plugin.rb
139
148
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/registry.rb
140
149
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/ui.rb
150
+ - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util.rb
141
151
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util/ansi_escape_code_remover.rb
142
152
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util/busy.rb
143
153
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util/counter.rb
@@ -160,10 +170,8 @@ files:
160
170
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util/subprocess.rb
161
171
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util/template_renderer.rb
162
172
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util/which.rb
163
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/util.rb
164
173
  - vendor/cache/vagrant-0ac2a8738841/lib/vagrant/version.rb
165
- - vendor/cache/vagrant-0ac2a8738841/lib/vagrant.rb
166
- - vendor/cache/vagrant-0ac2a8738841/LICENSE
174
+ - vendor/cache/vagrant-0ac2a8738841/plugins/README.md
167
175
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/box/command/add.rb
168
176
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/box/command/list.rb
169
177
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/box/command/remove.rb
@@ -180,6 +188,7 @@ files:
180
188
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/init/plugin.rb
181
189
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/package/command.rb
182
190
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/package/plugin.rb
191
+ - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action.rb
183
192
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action/bundler_check.rb
184
193
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action/install_gem.rb
185
194
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action/license_plugin.rb
@@ -187,7 +196,6 @@ files:
187
196
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action/plugin_exists_check.rb
188
197
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action/prune_gems.rb
189
198
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action/uninstall_plugin.rb
190
- - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/action.rb
191
199
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/command/base.rb
192
200
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/command/install.rb
193
201
  - vendor/cache/vagrant-0ac2a8738841/plugins/commands/plugin/command/license.rb
@@ -334,6 +342,7 @@ files:
334
342
  - vendor/cache/vagrant-0ac2a8738841/plugins/kernel_v2/config/vm_provisioner.rb
335
343
  - vendor/cache/vagrant-0ac2a8738841/plugins/kernel_v2/config/vm_subvm.rb
336
344
  - vendor/cache/vagrant-0ac2a8738841/plugins/kernel_v2/plugin.rb
345
+ - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action.rb
337
346
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action/boot.rb
338
347
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action/check_accessible.rb
339
348
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action/check_created.rb
@@ -373,7 +382,6 @@ files:
373
382
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action/setup_package_files.rb
374
383
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action/share_folders.rb
375
384
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action/suspend.rb
376
- - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/action.rb
377
385
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/config.rb
378
386
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/driver/base.rb
379
387
  - vendor/cache/vagrant-0ac2a8738841/plugins/providers/virtualbox/driver/meta.rb
@@ -418,9 +426,6 @@ files:
418
426
  - vendor/cache/vagrant-0ac2a8738841/plugins/provisioners/shell/config.rb
419
427
  - vendor/cache/vagrant-0ac2a8738841/plugins/provisioners/shell/plugin.rb
420
428
  - vendor/cache/vagrant-0ac2a8738841/plugins/provisioners/shell/provisioner.rb
421
- - vendor/cache/vagrant-0ac2a8738841/plugins/README.md
422
- - vendor/cache/vagrant-0ac2a8738841/Rakefile
423
- - vendor/cache/vagrant-0ac2a8738841/README.md
424
429
  - vendor/cache/vagrant-0ac2a8738841/scripts/website_push_docs.sh
425
430
  - vendor/cache/vagrant-0ac2a8738841/scripts/website_push_www.sh
426
431
  - vendor/cache/vagrant-0ac2a8738841/tasks/acceptance.rake
@@ -468,12 +473,12 @@ files:
468
473
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/provisioning/shell_test.rb
469
474
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/resume_test.rb
470
475
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/shared_folders_test.rb
471
- - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb
472
476
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/chef_solo_basic/README.md
473
- - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb
477
+ - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/chef_solo_basic/cookbooks/basic/recipes/default.rb
474
478
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/chef_solo_json/README.md
475
- - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb
479
+ - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/chef_solo_json/cookbooks/basic/recipes/default.rb
476
480
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/provisioner_multi/README.md
481
+ - vendor/cache/vagrant-0ac2a8738841/test/acceptance/skeletons/provisioner_multi/cookbooks/basic/recipes/default.rb
477
482
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/ssh_test.rb
478
483
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/support/config.rb
479
484
  - vendor/cache/vagrant-0ac2a8738841/test/acceptance/support/isolated_environment.rb
@@ -557,14 +562,15 @@ files:
557
562
  - vendor/cache/vagrant-0ac2a8738841/test/unit/vagrant/util/which_test.rb
558
563
  - vendor/cache/vagrant-0ac2a8738841/test/unit/vagrant_test.rb
559
564
  - vendor/cache/vagrant-0ac2a8738841/vagrant.gemspec
565
+ - vendor/cache/vagrant-0ac2a8738841/website/docs/.buildpacks
566
+ - vendor/cache/vagrant-0ac2a8738841/website/docs/Gemfile
567
+ - vendor/cache/vagrant-0ac2a8738841/website/docs/Procfile
568
+ - vendor/cache/vagrant-0ac2a8738841/website/docs/README.md
560
569
  - vendor/cache/vagrant-0ac2a8738841/website/docs/config.rb
561
570
  - vendor/cache/vagrant-0ac2a8738841/website/docs/config.ru
562
- - vendor/cache/vagrant-0ac2a8738841/website/docs/Gemfile
563
571
  - vendor/cache/vagrant-0ac2a8738841/website/docs/helpers/sidebar_helpers.rb
564
572
  - vendor/cache/vagrant-0ac2a8738841/website/docs/lib/redirect_to_latest.rb
565
573
  - vendor/cache/vagrant-0ac2a8738841/website/docs/lib/redirect_v1_docs.rb
566
- - vendor/cache/vagrant-0ac2a8738841/website/docs/Procfile
567
- - vendor/cache/vagrant-0ac2a8738841/website/docs/README.md
568
574
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/404.html.erb
569
575
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/images/bullet_1.png
570
576
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/images/bullet_2.png
@@ -608,8 +614,8 @@ files:
608
614
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/_variables.less
609
615
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/bootstrap.css
610
616
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/stylesheets/vagrantup.less
611
- - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/boxes/format.html.md
612
617
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/boxes.html.md
618
+ - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/boxes/format.html.md
613
619
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/cli/box.html.md
614
620
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/cli/destroy.html.md
615
621
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/cli/halt.html.md
@@ -692,21 +698,22 @@ files:
692
698
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/vmware/known-issues.html.md
693
699
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/vmware/usage.html.md
694
700
  - vendor/cache/vagrant-0ac2a8738841/website/docs/source/v2/why-vagrant/index.html.md
701
+ - vendor/cache/vagrant-0ac2a8738841/website/www/.buildpacks
702
+ - vendor/cache/vagrant-0ac2a8738841/website/www/Gemfile
703
+ - vendor/cache/vagrant-0ac2a8738841/website/www/Procfile
704
+ - vendor/cache/vagrant-0ac2a8738841/website/www/README.md
695
705
  - vendor/cache/vagrant-0ac2a8738841/website/www/config.rb
696
706
  - vendor/cache/vagrant-0ac2a8738841/website/www/config.ru
697
- - vendor/cache/vagrant-0ac2a8738841/website/www/Gemfile
698
707
  - vendor/cache/vagrant-0ac2a8738841/website/www/helpers/sidebar_helpers.rb
699
708
  - vendor/cache/vagrant-0ac2a8738841/website/www/lib/legacy_redirect.rb
700
- - vendor/cache/vagrant-0ac2a8738841/website/www/Procfile
701
- - vendor/cache/vagrant-0ac2a8738841/website/www/README.md
702
709
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/404.html.erb
703
710
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/_sidebar_about.erb
704
711
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/_sidebar_blog.erb
705
712
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/_sidebar_support.html.erb
706
713
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/about.html.markdown
707
- - vendor/cache/vagrant-0ac2a8738841/website/www/source/blog/2013-09-19-introducing-the-vagrant-blog.html.markdown
708
714
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/blog-archives.html.erb
709
715
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/blog.html.erb
716
+ - vendor/cache/vagrant-0ac2a8738841/website/www/source/blog/2013-09-19-introducing-the-vagrant-blog.html.markdown
710
717
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/blog_feed.xml.builder
711
718
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/images/bullet_1.png
712
719
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/images/bullet_2.png
@@ -764,13 +771,6 @@ files:
764
771
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/vmware/index.html.erb
765
772
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/vmware/privacy-policy.html.md
766
773
  - vendor/cache/vagrant-0ac2a8738841/website/www/source/vmware/terms-of-service.html.md
767
- - .gitignore
768
- - vendor/cache/vagrant-0ac2a8738841/.bundlecache
769
- - vendor/cache/vagrant-0ac2a8738841/.gitignore
770
- - vendor/cache/vagrant-0ac2a8738841/.travis.yml
771
- - vendor/cache/vagrant-0ac2a8738841/.yardopts
772
- - vendor/cache/vagrant-0ac2a8738841/website/docs/.buildpacks
773
- - vendor/cache/vagrant-0ac2a8738841/website/www/.buildpacks
774
774
  homepage: https://bitbucket.org/tamtamdevteam/tamtam-vagrant-reload-plugin
775
775
  licenses:
776
776
  - MIT
@@ -781,17 +781,17 @@ require_paths:
781
781
  - lib
782
782
  required_ruby_version: !ruby/object:Gem::Requirement
783
783
  requirements:
784
- - - '>='
784
+ - - ">="
785
785
  - !ruby/object:Gem::Version
786
786
  version: '0'
787
787
  required_rubygems_version: !ruby/object:Gem::Requirement
788
788
  requirements:
789
- - - '>='
789
+ - - ">="
790
790
  - !ruby/object:Gem::Version
791
791
  version: '0'
792
792
  requirements: []
793
793
  rubyforge_project:
794
- rubygems_version: 2.0.14.1
794
+ rubygems_version: 2.5.2.3
795
795
  signing_key:
796
796
  specification_version: 4
797
797
  summary: Reload vagrant VM as a provisioning step. Reload can be conditional, based