Sha256: 8836e055e873f203136ac79462224c59c95753a663501701d58326017c20b2d1

Contents?: true

Size: 416 Bytes

Versions: 8

Compression:

Stored size: 416 Bytes

Contents

require "pathname"

require "vagrant/compose/plugin"

module VagrantPlugins
  module Compose
    lib_path = Pathname.new(File.expand_path("../compose", __FILE__))
    autoload :Errors, lib_path.join("errors")

    # 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

8 entries across 8 versions & 1 rubygems

Version Path
vagrant-compose-0.7.5 lib/vagrant/compose.rb
vagrant-compose-0.7.4 lib/vagrant/compose.rb
vagrant-compose-0.7.3 lib/vagrant/compose.rb
vagrant-compose-0.7.2 lib/vagrant/compose.rb
vagrant-compose-0.7.1 lib/vagrant/compose.rb
vagrant-compose-0.7.0 lib/vagrant/compose.rb
vagrant-compose-0.2.4 lib/vagrant/compose.rb
vagrant-compose-0.2.3 lib/vagrant/compose.rb