Sha256: 940e436431407578ec4ff1d76f858944d31ed044eb1de718b59973cee22c2543

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

# This module will initialize the vagrant plugin
require 'nugrant/vagrant/command/root'
require 'nugrant/vagrant/config/user'

# Plugin bootstrap
Vagrant.commands.register(:user) { Nugrant::Vagrant::Command::Root }
Vagrant.config_keys.register(:user) { Nugrant::Vagrant::Config::User }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nugrant-0.0.14 lib/vagrant_init.rb
nugrant-0.0.13 lib/vagrant_init.rb
nugrant-0.0.12 lib/vagrant_init.rb