lib/vagrant-winrm-syncedfolders.rb in vagrant-winrm-syncedfolders-0.1.0 vs lib/vagrant-winrm-syncedfolders.rb in vagrant-winrm-syncedfolders-1.0.0
- old
+ new
@@ -1,14 +1,13 @@
-require "pathname"
-
-require "vagrant-winrm-syncedfolders/plugin"
-
-module VagrantPlugins
- module SyncedFolderWinRM
- # This returns the path to the source of this plugin.
- #
- # @return [Pathname]
- def self.source_root
- @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
- end
- end
-end
+require "pathname"
+require "vagrant-winrm-syncedfolders/plugin"
+
+module VagrantPlugins
+ module SyncedFolderWinRM
+ # This returns the path to the source of this plugin.
+ #
+ # @return [Pathname]
+ def self.source_root
+ @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
+ end
+ end
+end