Sha256: 39681c8aca73b9538bda1925f3ab2a0d6b4e1c9636d58e9ac27943fb8d424919

Contents?: true

Size: 200 Bytes

Versions: 4

Compression:

Stored size: 200 Bytes

Contents

# lib/vagrant-ip-show.rb
require 'bundler'

begin
  require 'vagrant'
rescue LoadError
  Bundler.require(:default, :development)
end

require 'vagrant-ip-show/plugin'
require 'vagrant-ip-show/command'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vagrant-ip-show-0.0.4 lib/vagrant-ip-show.rb
vagrant-ip-show-0.0.3 lib/vagrant-ip-show.rb
vagrant-ip-show-0.0.2 lib/vagrant-ip-show.rb
vagrant-ip-show-0.0.1 lib/vagrant-ip-show.rb