lib/rubber/vagrant/plugin.rb in rubber-2.5.0 vs lib/rubber/vagrant/plugin.rb in rubber-2.5.1
- old
+ new
@@ -2,9 +2,14 @@
module Rubber
class Plugin < Vagrant.plugin("2")
name 'rubber'
description 'Provides support for provisioning your virtual machines with Rubber.'
+ command(:rubber) do
+ require File.expand_path('../command', __FILE__)
+ Command
+ end
+
config(:rubber, :provisioner) do
require File.expand_path('../config', __FILE__)
Config
end