Sha256: 41d01ee8d8c686222ec790da8da2906f6136287ec60e6ba83dfeaf190f77bae1

Contents?: true

Size: 287 Bytes

Versions: 45

Compression:

Stored size: 287 Bytes

Contents

require "vagrant-orchestrate/plugin"

module VagrantPlugins
  module Orchestrate
    # 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

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
vagrant-orchestrate-0.5.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.5.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.5.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.7 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.6 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.5 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.4 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.3 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.4.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.3.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.3.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.3.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.2.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.2.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.1.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.1.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.0.7 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.0.6 lib/vagrant-orchestrate.rb