Sha256: 75c5eb7b9c74532d63d9a404519dca9cf7cbf6a03b3f360592b73e9b745d5199

Contents?: true

Size: 163 Bytes

Versions: 7

Compression:

Stored size: 163 Bytes

Contents

require 'config_builder/version'

if ConfigBuilder::VERSION > '1.0'
  require_relative 'config_builder/1_x.rb'
else
  require_relative 'config_builder/0_x.rb'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vagrant-hosts-2.9.0 lib/vagrant-hosts/config_builder.rb
vagrant-hosts-2.8.3 lib/vagrant-hosts/config_builder.rb
vagrant-hosts-2.8.2 lib/vagrant-hosts/config_builder.rb
vagrant-hosts-2.8.1 lib/vagrant-hosts/config_builder.rb
vagrant-hosts-2.8.0 lib/vagrant-hosts/config_builder.rb
vagrant-hosts-2.7.1 lib/vagrant-hosts/config_builder.rb
vagrant-hosts-2.7.0 lib/vagrant-hosts/config_builder.rb