lib/berkshelf/vagrant.rb in berkshelf-1.1.6 vs lib/berkshelf/vagrant.rb in berkshelf-1.2.0.rc1

- old
+ new

@@ -1,10 +1,10 @@ require 'vagrant' require 'berkshelf' require 'berkshelf/vagrant/errors' module Berkshelf - # @author Jamie Winsor <jamie@vialstudios.com> + # @author Jamie Winsor <reset@riotgames.com> # @author Andrew Garson <andrew.garson@gmail.com> module Vagrant module Action autoload :Install, 'berkshelf/vagrant/action/install' autoload :Upload, 'berkshelf/vagrant/action/upload'