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.8.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.8.0.pre.3 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.8.0.pre.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.8.0.pre.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0.pre.5 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0.pre.4 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0.pre.3 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0.pre.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0.pre.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.7.0.pre lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.6.5 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.6.3 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.6.2 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.6.1 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.6.1.patch lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.6.0 lib/vagrant-orchestrate.rb
vagrant-orchestrate-0.5.3 lib/vagrant-orchestrate.rb