Sha256: 49742d763e6cb62bf9830bdebd66466b13664398c23445786f8aff83360ec695
Contents?: true
Size: 641 Bytes
Versions: 2
Compression:
Stored size: 641 Bytes
Contents
lib = File.expand_path('../lib/', __FILE__) $:.unshift lib unless $:.include?(lib) require 'auto_network/version' Gem::Specification.new do |gem| gem.name = "vagrant-auto_network" gem.version = AutoNetwork::VERSION gem.authors = 'Adrien Thebo' gem.email = 'adrien@somethingsinistral.net' gem.homepage = 'https://github.com/adrienthebo/vagrant-auto_network' gem.summary = "Automatically create an internal network for all vagrant boxes" gem.files = %x{git ls-files -z}.split("\0") gem.require_path = 'lib' gem.license = 'Apache 2.0' gem.add_development_dependency 'rspec', '~> 2.14.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-auto_network-1.0.0.beta2 | vagrant-auto_network.gemspec |
vagrant-auto_network-1.0.0.beta1 | vagrant-auto_network.gemspec |