Sha256: 87a6d264e6d82bfceb76f97b1f65449bf570ba19668d986952270486921b5fa1
Contents?: true
Size: 456 Bytes
Versions: 9
Compression:
Stored size: 456 Bytes
Contents
require 'vagrant' require 'socket' require 'erb' require 'ostruct' if File.exists?(File.join(File.expand_path('../../', __FILE__), '.git')) $:.unshift(File.expand_path('../../lib', __FILE__)) end require 'vagrant-notify/plugin' require "vagrant-notify/version" module Vagrant module Notify class << self def files_path @file_path ||= Pathname.new(File.dirname(__FILE__)).join('..', 'files').expand_path end end end end
Version data entries
9 entries across 9 versions & 1 rubygems