vagrant-dsl 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.
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module DSL
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
data/lib/vagrant/dsl.rb CHANGED
@@ -90,6 +90,7 @@ module Vagrant
90
90
  extend Forwardable
91
91
  include GenericMixin
92
92
 
93
+ attr_reader :config
93
94
  def_delegator :@config, :configure, :configure
94
95
 
95
96
  def initialize(args)
@@ -108,7 +109,7 @@ module Vagrant
108
109
  def vagrant_prison(args={}, &block)
109
110
  prison = Vagrant::DSL::Prison.new(args)
110
111
  prison.instance_eval(&block)
111
- prison
112
+ prison.config
112
113
  end
113
114
  end
114
115
  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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: