vagrant-boxen 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -46,6 +46,9 @@ Vagrant::Config.run do |config|
46
46
  end
47
47
  ```
48
48
 
49
+ For now, please refer to the sample [Vagrantfile](Vagrantfile) on this repo for
50
+ the most up to date documentation.
51
+
49
52
  While the modules provided might work on most linux distributions, [I'm developing
50
53
  against](Vagrantfile) an Ubuntu 12.10 64bits box based on https://github.com/downloads/roderik/VagrantQuantal64Box/quantal64.box
51
54
 
@@ -9,8 +9,8 @@ module Vagrant
9
9
  @enabled_modules = []
10
10
  end
11
11
 
12
- def install(mod)
13
- enable_module module_for(mod).new
12
+ def install(*mods)
13
+ mods.each { |mod| enable_module module_for(mod).new({}) }
14
14
  end
15
15
 
16
16
  def enable_module(mod)
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Boxen
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -34,7 +34,7 @@ describe Vagrant::Boxen::Provisioner do
34
34
 
35
35
  context 'preparation' do
36
36
  before do
37
- Vagrant::Boxen::ManifestBuilder.stub(new: builder)
37
+ Vagrant::Boxen::ManifestBuilder.stub(:new => builder)
38
38
  subject.prepare
39
39
  end
40
40
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-boxen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 3320739436277182555
109
+ hash: -4386094808628359172
110
110
  none: false
111
111
  required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  requirements:
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: 3320739436277182555
118
+ hash: -4386094808628359172
119
119
  none: false
120
120
  requirements: []
121
121
  rubyforge_project: