Sha256: 3ca47720a0243e2671a468a6f5ddc007b95932e5f75c42b0fb113c50553469bd

Contents?: true

Size: 505 Bytes

Versions: 5

Compression:

Stored size: 505 Bytes

Contents

begin
  require 'bib_vagrant'
rescue LoadError
  raise 'This is a vagrant plugin, do not use standalone.'
end

fail 'This vagrant plugin needs vagrant 1.2.0+' if Vagrant::VERSION < '1.2.0'

require_relative 'version'
require_relative 'bib_vagrant'

module VagrantPlugins
  module Bib
    module Vagrant
      class Plugin < ::Vagrant.plugin('2')
        name 'bib-vagrant'
        description <<-DESC
        This is a null plugin to get bib::vagrant into vagrant
        DESC
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bib-vagrant-0.1.8 lib/bib/plugin.rb
bib-vagrant-0.1.6 lib/bib/plugin.rb
bib-vagrant-0.1.5 lib/bib/plugin.rb
bib-vagrant-0.1.4 lib/bib/plugin.rb
bib-vagrant-0.1.3 lib/bib/plugin.rb