vagrantup 0.4.1 → 0.4.3.dev

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrantup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.3.dev
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mitchell Hashimoto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2010-06-17 00:00:00.000000000 Z
12
+ date: 2010-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtualbox
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 0.7.0
20
+ version: 0.7.3
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ~>
26
26
  - !ruby/object:Gem::Version
27
- version: 0.7.0
27
+ version: 0.7.3
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: net-ssh
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -194,12 +194,12 @@ files:
194
194
  - templates/Vagrantfile.erb
195
195
  - templates/chef_server_client.erb
196
196
  - templates/chef_solo_solo.erb
197
- - templates/crontab_entry.erb
198
197
  - templates/network_entry.erb
199
198
  - templates/package_Vagrantfile.erb
200
199
  - templates/ssh_config.erb
201
200
  - templates/strings.yml
202
- - templates/sync.erb
201
+ - templates/unison/crontab_entry.erb
202
+ - templates/unison/script.erb
203
203
  - test/test_helper.rb
204
204
  - test/vagrant/actions/base_test.rb
205
205
  - test/vagrant/actions/box/add_test.rb
@@ -285,9 +285,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
285
285
  version: '0'
286
286
  required_rubygems_version: !ruby/object:Gem::Requirement
287
287
  requirements:
288
- - - '>='
288
+ - - '>'
289
289
  - !ruby/object:Gem::Version
290
- version: '0'
290
+ version: 1.3.1
291
291
  requirements: []
292
292
  rubyforge_project:
293
293
  rubygems_version: 2.0.0
@@ -296,72 +296,72 @@ specification_version: 3
296
296
  summary: Vagrant is a tool for building and distributing virtualized development environments.
297
297
  test_files:
298
298
  - test/test_helper.rb
299
- - test/vagrant/vm_test.rb
300
- - test/vagrant/command_test.rb
301
- - test/vagrant/environment_test.rb
302
- - test/vagrant/util_test.rb
303
- - test/vagrant/box_test.rb
304
- - test/vagrant/busy_test.rb
305
- - test/vagrant/provisioners/base_test.rb
306
- - test/vagrant/provisioners/chef_test.rb
307
- - test/vagrant/provisioners/chef_server_test.rb
308
- - test/vagrant/provisioners/chef_solo_test.rb
309
- - test/vagrant/systems/linux_test.rb
310
- - test/vagrant/config_test.rb
311
299
  - test/vagrant/actions/base_test.rb
312
- - test/vagrant/actions/runner_test.rb
313
- - test/vagrant/actions/box/verify_test.rb
314
- - test/vagrant/actions/box/destroy_test.rb
315
300
  - test/vagrant/actions/box/add_test.rb
316
- - test/vagrant/actions/box/unpackage_test.rb
301
+ - test/vagrant/actions/box/destroy_test.rb
317
302
  - test/vagrant/actions/box/download_test.rb
303
+ - test/vagrant/actions/box/unpackage_test.rb
304
+ - test/vagrant/actions/box/verify_test.rb
318
305
  - test/vagrant/actions/collection_test.rb
319
- - test/vagrant/actions/vm/reload_test.rb
320
- - test/vagrant/actions/vm/suspend_test.rb
306
+ - test/vagrant/actions/runner_test.rb
321
307
  - test/vagrant/actions/vm/boot_test.rb
322
- - test/vagrant/actions/vm/package_test.rb
323
- - test/vagrant/actions/vm/down_test.rb
324
- - test/vagrant/actions/vm/shared_folders_test.rb
308
+ - test/vagrant/actions/vm/customize_test.rb
325
309
  - test/vagrant/actions/vm/destroy_test.rb
310
+ - test/vagrant/actions/vm/down_test.rb
311
+ - test/vagrant/actions/vm/export_test.rb
312
+ - test/vagrant/actions/vm/forward_ports_test.rb
326
313
  - test/vagrant/actions/vm/halt_test.rb
327
314
  - test/vagrant/actions/vm/import_test.rb
328
- - test/vagrant/actions/vm/customize_test.rb
329
- - test/vagrant/actions/vm/start_test.rb
330
- - test/vagrant/actions/vm/network_test.rb
331
315
  - test/vagrant/actions/vm/move_hard_drive_test.rb
332
- - test/vagrant/actions/vm/up_test.rb
333
- - test/vagrant/actions/vm/export_test.rb
316
+ - test/vagrant/actions/vm/network_test.rb
317
+ - test/vagrant/actions/vm/package_test.rb
334
318
  - test/vagrant/actions/vm/provision_test.rb
319
+ - test/vagrant/actions/vm/reload_test.rb
335
320
  - test/vagrant/actions/vm/resume_test.rb
336
- - test/vagrant/actions/vm/forward_ports_test.rb
321
+ - test/vagrant/actions/vm/shared_folders_test.rb
322
+ - test/vagrant/actions/vm/start_test.rb
323
+ - test/vagrant/actions/vm/suspend_test.rb
324
+ - test/vagrant/actions/vm/up_test.rb
337
325
  - test/vagrant/active_list_test.rb
326
+ - test/vagrant/box_test.rb
327
+ - test/vagrant/busy_test.rb
328
+ - test/vagrant/command_test.rb
338
329
  - test/vagrant/commands/base_test.rb
339
- - test/vagrant/commands/reload_test.rb
340
- - test/vagrant/commands/ssh_config_test.rb
341
- - test/vagrant/commands/suspend_test.rb
342
- - test/vagrant/commands/package_test.rb
343
- - test/vagrant/commands/status_test.rb
344
- - test/vagrant/commands/init_test.rb
345
- - test/vagrant/commands/destroy_test.rb
346
- - test/vagrant/commands/halt_test.rb
347
- - test/vagrant/commands/box/remove_test.rb
348
330
  - test/vagrant/commands/box/add_test.rb
349
331
  - test/vagrant/commands/box/list_test.rb
350
- - test/vagrant/commands/up_test.rb
332
+ - test/vagrant/commands/box/remove_test.rb
333
+ - test/vagrant/commands/destroy_test.rb
334
+ - test/vagrant/commands/halt_test.rb
335
+ - test/vagrant/commands/init_test.rb
336
+ - test/vagrant/commands/package_test.rb
351
337
  - test/vagrant/commands/provision_test.rb
338
+ - test/vagrant/commands/reload_test.rb
352
339
  - test/vagrant/commands/resume_test.rb
340
+ - test/vagrant/commands/ssh_config_test.rb
353
341
  - test/vagrant/commands/ssh_test.rb
354
- - test/vagrant/resource_logger_test.rb
342
+ - test/vagrant/commands/status_test.rb
343
+ - test/vagrant/commands/suspend_test.rb
344
+ - test/vagrant/commands/up_test.rb
345
+ - test/vagrant/config_test.rb
355
346
  - test/vagrant/downloaders/base_test.rb
356
347
  - test/vagrant/downloaders/file_test.rb
357
348
  - test/vagrant/downloaders/http_test.rb
358
- - test/vagrant/util/stacked_proc_runner_test.rb
349
+ - test/vagrant/environment_test.rb
350
+ - test/vagrant/provisioners/base_test.rb
351
+ - test/vagrant/provisioners/chef_server_test.rb
352
+ - test/vagrant/provisioners/chef_solo_test.rb
353
+ - test/vagrant/provisioners/chef_test.rb
354
+ - test/vagrant/resource_logger_test.rb
355
+ - test/vagrant/ssh_session_test.rb
356
+ - test/vagrant/ssh_test.rb
357
+ - test/vagrant/systems/linux_test.rb
358
+ - test/vagrant/util/error_helper_test.rb
359
359
  - test/vagrant/util/output_helper_test.rb
360
+ - test/vagrant/util/plain_logger_test.rb
361
+ - test/vagrant/util/platform_test.rb
362
+ - test/vagrant/util/stacked_proc_runner_test.rb
360
363
  - test/vagrant/util/template_renderer_test.rb
361
364
  - test/vagrant/util/translator_test.rb
362
- - test/vagrant/util/platform_test.rb
363
- - test/vagrant/util/error_helper_test.rb
364
- - test/vagrant/util/plain_logger_test.rb
365
- - test/vagrant/ssh_session_test.rb
366
- - test/vagrant/ssh_test.rb
365
+ - test/vagrant/util_test.rb
366
+ - test/vagrant/vm_test.rb
367
367
  has_rdoc:
@@ -1 +0,0 @@
1
- * * * * * <%= scriptname %> '<%= syncopts %>' '<%= guestpath %>' '<%= syncpath %>' '-prefer <%= guestpath %>'
@@ -1,14 +0,0 @@
1
- #!/bin/sh
2
- TIMESTART=`date +%s`
3
- while [ 1 ]
4
- do
5
- echo 'Syncing...'
6
- unison $1 $2 $3 $4
7
- TIME=$((`date +%s`-$TIMESTART))
8
- echo $TIME
9
- if [ $TIME -ge 50 ]
10
- then
11
- break
12
- fi
13
- sleep 1
14
- done