vagrant-boxen 0.0.3 → 0.0.4
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.
- data/README.md +3 -0
- data/lib/vagrant-boxen/provisioner.rb +2 -2
- data/lib/vagrant-boxen/version.rb +1 -1
- data/spec/unit/provisioner_spec.rb +1 -1
- metadata +3 -3
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
|
|
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.
|
|
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:
|
|
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:
|
|
118
|
+
hash: -4386094808628359172
|
|
119
119
|
none: false
|
|
120
120
|
requirements: []
|
|
121
121
|
rubyforge_project:
|