vagrant-dsl 0.0.2 → 0.0.3

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 CHANGED
@@ -103,7 +103,8 @@ The `configure` method is basically what you would normally put in your
103
103
  `Vagrantfile`. If you don't like the block form or would rather use a corpus of
104
104
  pre-generated content, it also accepts a string.
105
105
 
106
- See the docs for
106
+ `vagrant_prison` will return a `Vagrant::Prison` object, which you can manipulate
107
+ further. See the docs for
107
108
  [Vagrant::Prison](http://rubydoc.info/gems/vagrant-prison/0.0.1/frames) for
108
109
  more information.
109
110
 
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module DSL
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
data/lib/vagrant/dsl.rb CHANGED
@@ -108,6 +108,7 @@ module Vagrant
108
108
  def vagrant_prison(args={}, &block)
109
109
  prison = Vagrant::DSL::Prison.new(args)
110
110
  prison.instance_eval(&block)
111
+ prison
111
112
  end
112
113
  end
113
114
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: